From 531f460f87a72bde320d6dbdb1cb06e65f29847d Mon Sep 17 00:00:00 2001 From: sneak Date: Wed, 17 Dec 2025 14:33:00 -0800 Subject: [PATCH] Add CLAUDE.md --- CLAUDE.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CLAUDE.md diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..4bbb99b --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,13 @@ +# Important Rules + +* never, ever mention claude or anthropic in commit messages. do not use attribution + +* after each change, run "make fmt". + +* after each change, run "make test" and ensure all tests pass. + +* after each change, run "make lint" and ensure no linting errors. fix any + you find, one by one. + +* after each change, commit the files you've changed. push after + committing.