| 1 | # AI Agents |
| 2 | |
| 3 | This repository is managed by an AI Squad team. The default agent for all work is **Squad**. |
| 4 | |
| 5 | ## Usage |
| 6 | |
| 7 | ```bash |
| 8 | # Default: use Squad agent for all tasks |
| 9 | copilot --agent squad -p "your task here" --allow-all-tools |
| 10 | |
| 11 | # For automated issue work (Ralph loop) |
| 12 | squad triage --execute --interval 20 --copilot-flags "--allow-all-tools" |
| 13 | ``` |
| 14 | |
| 15 | ## Team Roster |
| 16 | |
| 17 | See `.squad/team.md` for the full team composition. Key members: |
| 18 | |
| 19 | - **Leela** — Lead (architecture, code review, triage) |
| 20 | - **Bender** — Crawler (data pipeline, GitHub API) |
| 21 | - **Farnsworth** — Analyst (content generation, AI analysis) |
| 22 | - **Amy** — Frontend (Hugo templates, CSS, UX) |
| 23 | - **Fry** — Tester (pytest, quality gates) |
| 24 | |
| 25 | ## Related Repositories |
| 26 | |
| 27 | - [SquadScope-Podcaster](https://github.com/jmservera/SquadScope-Podcaster) — Podcast generation engine (consumes `config/podcast.json`) |
| 28 | - [SquadScope-Coordinator](https://github.com/jmservera/SquadScope-Coordinator) — Orchestration layer |