next #44

Merged
sneak merged 79 commits from next into main 2026-03-15 18:49:20 +01:00
Showing only changes of commit 531f460f87 - Show all commits

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.