Files
codex-controller-loop/.agent/controllers/controller-loop/standards.md
2026-04-04 05:57:58 +02:00

9 lines
310 B
Markdown

# Standards
- Keep the Rust code modular and readable.
- Treat planning as the only user-input phase.
- Treat execution as autonomous except for pause, resume, stop, and goal update.
- Keep controller-owned machine state in TOON files.
- Leave the codebase in a maintainable state after each completed step.