php-devops/.github/workflows
Snider a78ef46133 feat: add AI worker workflows (Gemini + Jules)
Distributed AI compute using contributor's free tiers:

Gemini 2.0 Flash (ai-worker.yml):
- 1500 req/day free from Google
- Code review, security scan, bug detection
- Contributor sets GEMINI_API_KEY in fork secrets

Jules/Copilot (jules-dispatch.yml):
- Triggered by @jules or /jules comments
- Creates PRs to fix issues automatically
- Uses contributor's Copilot allowance (free for OSS)

Documentation (doc/free-tier-compute.md):
- Setup guide for all free tiers
- Compute distribution model diagram
- Donor fleet instructions

Innocent strategy: Jules commits fixes to contributor's fork 😇

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-31 22:30:38 +00:00
..
ai-worker.yml feat: add AI worker workflows (Gemini + Jules) 2026-01-31 22:30:38 +00:00
codeql.yml ci: add CodeQL security scanning 2026-01-31 20:04:32 +00:00
contributor-ci.yml ci: add fork-based compute workflows 2026-01-31 22:27:08 +00:00
docs.yml fix: remove npm cache requirement from docs workflow 2026-01-31 20:40:00 +00:00
fork-ai-triage.yml ci: add fork-based compute workflows 2026-01-31 22:27:08 +00:00
fork-pr-analysis.yml ci: add fork-based compute workflows 2026-01-31 22:27:08 +00:00
jules-dispatch.yml feat: add AI worker workflows (Gemini + Jules) 2026-01-31 22:30:38 +00:00
template-bootstrap.yml feat: add template bootstrap workflow and setup guide 2026-01-31 22:24:05 +00:00
test-setup.yml ci: add cross-platform setup test workflow 2026-01-31 19:05:52 +00:00