Update README: mark FIXMEs as resolved

This commit is contained in:
2025-12-17 17:08:37 -08:00
parent 16e3538ea6
commit efa4bb929a
4 changed files with 6 additions and 34 deletions

View File

@@ -1,5 +1,10 @@
# Important Rules
* when fixing a bug, write a failing test FIRST. only after the test fails, write
the code to fix the bug. then ensure the test passes. leave the test in
place and commit it with the bugfix. don't run shell commands to test
bugfixes or reproduce bugs. write tests!
* never, ever mention claude or anthropic in commit messages. do not use attribution
* after each change, run "make fmt".