From b2bc200f172e1aa97f0fce8347cad18ba8b8af44 Mon Sep 17 00:00:00 2001 From: David Allison <62114487+david-allison@users.noreply.github.com> Date: Mon, 4 May 2026 08:44:54 +0100 Subject: [PATCH] chore: initial CLAUDE.md Claude Code `/insights` proposed a number of suggestions. These suggestions seem sensible as general guidance for the project Assisted-by: Claude Opus 4.7 --- CLAUDE.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CLAUDE.md diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 000000000000..66ef4c120ef0 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,5 @@ +## Refactoring Scope +- Constrain scope tightly: do not modify unrelated files, themes, or settings 'while you're in there'. + +## Verification +- For bug fixes, write the failing regression test FIRST and confirm it fails before applying the fix.