docs: add project architecture and planning documents

This commit is contained in:
2026-06-09 17:12:31 +01:00
commit 56fb7417ea
10 changed files with 1054 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# AGENT_HANDOFF.md
Read ARCHITECTURE.md before making changes.
Rules:
- Work incrementally.
- Keep changes small.
- Do not implement multiple phases at once.
- Do not add features not described in ARCHITECTURE.md.
- Update documentation when appropriate.
- Claude Code is the implementation agent.
- ChatGPT MCP is advisory only.