`Ouroboros`: spec-first Agent OS for replayable AI coding
Adds a local-first runtime that turns agent coding into a replayable, policy-bound workflow. Worth testing if you want less prompt thrash and more verifiable runs across multiple coding CLIs.
- Uses a fixed loop of
interview -> crystallize -> execute -> evaluate -> evolve, pushing requirements capture ahead of code generation. - Targets multiple runtimes including
Codex CLI,Claude Code,OpenCode,Hermes,Copilot CLI, andKiro, reducing lock-in. - The pitch is a 3-stage automated evaluation gate plus an immutable seed spec, so architecture drift and manual QA get constrained early.
- Setup is oriented around local tooling and MCP registration, with
ooo interview "..."as the entry point instead of freeform prompting.