summaryrefslogtreecommitdiff
path: root/internal/storage/seed_test.go
AgeCommit message (Collapse)Author
5 daysfix(scheduler): make arbitration fail-closed on a missing verdict, seed ↵Peter Stone
planner's system prompt A live production run (2026-07-11) showed finalizeArbitration's 'no verdict reported = approve' default silently shipping work an evaluator had already flagged as factually wrong -- the arbitration agent never called report_verdict because the planner role had no system prompt telling it to. finalizeArbitration now treats a missing verdict the same as an explicit rejection (fail-closed), and SeedRoleConfigs now also seeds planner with a prompt that explicitly mandates calling report_verdict before finishing.
6 daysfeat(storage): seed the builder role's system prompt on server startupClaudomator Agent