Agent Orchestration
Autogit integrates with GitHub Projects V2 to coordinate AI agent assignments across issues and PRs.
How It Works
Section titled “How It Works”Autogit generates a GitHub Actions workflow that syncs agent:* labels to a custom field in your GitHub Project. This enables:
- Automatic agent assignment tracking
- Project board views filtered by agent
- Workflow automation based on agent status
- Press Shift+G to open the workflow generator
- Autogit creates
.github/workflows/agent-label-sync.yml - Commit and push the workflow file
Label Format
Section titled “Label Format”Use labels prefixed with agent: to indicate worktree assignments:
agent:backendagent:frontendagent:apiWhen these labels are added to issues or PRs, the workflow automatically syncs them to your project’s agent field. Each label typically corresponds to a git worktree where an AI agent is working.
Project Configuration
Section titled “Project Configuration”Your GitHub Project needs:
- A single-select or text field for agent assignment
- The generated workflow configured with your project ID