nixcfg/config/opencode/agents
Harald Hoyer 534361f1b5 feat(opencode): extend Phase 7 escalation to mid-implementation test-design errors
Phase 7's escalation rule was gated on @make flagging concerns "during
entry validation" only. When @make got past entry validation, started
implementing, and ground for 2-3 attempts because the test demanded
impossible production code, the orchestrator had no documented route
— it would re-dispatch @make with marginal context tweaks instead of
recognizing the failure as test-architecture.

Splits the escalation into two clearly-named paths (entry-validation
vs mid-implementation) that both route through @check (test diagnosis)
→ @test (redesign) → fresh @make. Bounded at max 2 escalation cycles
before reverting to a Phase 3 plan revisit, to prevent thrashing when
the actual problem is upstream.

@make.md gains a new Iteration Limits red-flag class — "Test-design
suspicion" — instructing @make to stop and report with an explicit
`escalate: test_design` flag in the Blocking Issue section. The flag
is the routing signal the orchestrator switches on.
2026-05-08 10:20:16 +02:00
..
check.md fix(opencode): remove temperature 2026-05-06 16:43:35 +02:00
make.md feat(opencode): extend Phase 7 escalation to mid-implementation test-design errors 2026-05-08 10:20:16 +02:00
pm.md refactor(opencode): drop @pm git-ref read mode, no longer used by workflow 2026-05-08 10:20:16 +02:00
simplify.md fix(opencode): remove agent models and temperature 2026-05-06 15:33:11 +02:00
test.md refactor(opencode): allow @test inside #[cfg(test)] mod blocks, drop file gate 2026-05-08 10:20:16 +02:00