From ec5e1e346ccca1faa5895ded50ef4f1735040878 Mon Sep 17 00:00:00 2001 From: Jason Woltje Date: Mon, 6 Apr 2026 08:16:45 -0500 Subject: [PATCH] style: format AGENTS.md (glm-5.1 table alignment) Co-Authored-By: Claude Opus 4.6 --- AGENTS.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index fd87e1f..9986c8c 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -58,14 +58,14 @@ pnpm typecheck && pnpm lint && pnpm format:check # Quality gates The `agent` column specifies the required model for each task. **This is set at task creation by the orchestrator and must not be changed by workers.** -| Value | When to use | Budget | -| -------- | ----------------------------------------------------------- | -------------------------- | -| `codex` | All coding tasks (default for implementation) | OpenAI credits — preferred | -| `glm-5` | Cost-sensitive coding where Codex is unavailable | Z.ai credits | -| `haiku` | Review gates, verify tasks, status checks, docs-only | Cheapest Claude tier | -| `sonnet` | Complex planning, multi-file reasoning, architecture review | Claude quota | -| `opus` | Major cross-cutting architecture decisions ONLY | Most expensive — minimize | -| `—` | No preference / auto-select cheapest capable | Pipeline decides | +| Value | When to use | Budget | +| --------- | ----------------------------------------------------------- | -------------------------- | +| `codex` | All coding tasks (default for implementation) | OpenAI credits — preferred | +| `glm-5.1` | Cost-sensitive coding where Codex is unavailable | Z.ai credits | +| `haiku` | Review gates, verify tasks, status checks, docs-only | Cheapest Claude tier | +| `sonnet` | Complex planning, multi-file reasoning, architecture review | Claude quota | +| `opus` | Major cross-cutting architecture decisions ONLY | Most expensive — minimize | +| `—` | No preference / auto-select cheapest capable | Pipeline decides | Pipeline crons read this column and spawn accordingly. Workers never modify `docs/TASKS.md` — only the orchestrator writes it.