From 1593f920cc582bf55fc341c00baeda3367bc4458 Mon Sep 17 00:00:00 2001 From: robbond Date: Mon, 1 Jun 2026 19:38:42 +0100 Subject: [PATCH] added claude.md --- CLAUDE.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 CLAUDE.md diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..e16b3e0 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,20 @@ +# Claude Code Instructions + +Read first: + +- README.md +- TASKS.md +- PROJECT_STATE.md +- AGENT_HANDOFF.md +- context/agent-guidelines.md + +Rules: + +- Complete one task only. +- Make the smallest useful change. +- Run tests. +- Update documentation. +- Commit changes. +- Stop. + +Do not start the next task automatically.