Files
2026-04-04 05:57:58 +02:00

19 lines
484 B
Markdown

# AGENTS.md
## Scope
These instructions apply under `.agent/controllers/`.
## What Belongs Here
- checked-in controller state files
- checked-in controller plans
- controller goals and standards documents
## Rules
- Keep controller state in TOON and checked in.
- Keep plans in TOON and goals/standards in Markdown.
- Do not add TypeScript, JavaScript, or prompt-template assets here.
- The Rust engine owns runtime logic; `.agent/controllers/` holds data, not controller code.