Adds `agent` column to TASKS.md schema so the pipeline cron knows which model to use per task.
Values: `codex` | `sonnet` | `haiku` | `glm-5` | `opus` | `—` (auto)
Phase 8 assignments: P8-001/002/003=codex, P8-004=haiku
Adds 'agent' column to specify which model should execute each task.
Values: codex | sonnet | haiku | glm-5 | opus | — (auto)
Pipeline crons use this to spawn the cheapest capable model per task.
Phase 8 tasks assigned: P8-001/002/003=codex, P8-004=haiku
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Adds
agentcolumn to TASKS.md schema so the pipeline cron knows which model to use per task.Values:
codex|sonnet|haiku|glm-5|opus|—(auto)Phase 8 assignments: P8-001/002/003=codex, P8-004=haiku