This commit is contained in:
eric
2026-04-04 05:57:58 +02:00
commit 97f329c825
55 changed files with 10026 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
# 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.