Add CLAUDE.md

This commit is contained in:
Jeffrey Paul 2025-12-17 14:33:00 -08:00
parent c5ca3e2ced
commit 531f460f87

13
CLAUDE.md Normal file
View File

@ -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.