76931dfee9
CI / test (pull_request) Successful in 15s
CI / review (anthropic--claude-4.6-sonnet, sonnet, SONNET_REVIEW_TOKEN) (pull_request) Successful in 24s
CI / review (gpt-5, security, ., rodin/security-patterns, SECURITY_REVIEW.md, SECURITY_REVIEW_TOKEN) (pull_request) Successful in 39s
CI / review (gpt-5, gpt, GPT_REVIEW_TOKEN) (pull_request) Successful in 1m4s
Document the new pure-shell dispatch architecture that eliminates the model-reasoning vulnerability that caused issues #144 and #145. - SKILL.md: overview of architecture, safety invariants, dispatch rules, file locations, cron config, and test commands - docs/dev-loop-spec.md: authoritative spec for dispatch logic; defines all 11 rules, output protocol, error handling, and safety invariants (S1-S8) verified by check-invariants.sh The dispatch script itself lives in workspace/scripts/ so it can be updated without a repo PR cycle. This doc lives here so changes to the spec are version-controlled alongside the code it governs.