chore: add agent model column to TASKS.md #213

Merged
jason.woltje merged 1 commits from chore/tasks-agent-column into main 2026-03-20 01:08:29 +00:00
Owner

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 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
jason.woltje added 1 commit 2026-03-20 01:08:22 +00:00
chore: add agent model column to TASKS.md schema
Some checks failed
ci/woodpecker/pr/ci Pipeline failed
ci/woodpecker/push/ci Pipeline failed
2e7711fe65
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
jason.woltje merged commit 4b70b603b3 into main 2026-03-20 01:08:29 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mosaicstack/stack#213