add rules for claude

This commit is contained in:
Jeffrey Paul 2025-06-20 09:20:52 -07:00
parent 5d973f76ec
commit c6935d8f0f

View File

@ -1,3 +1,7 @@
# Rules
Read the rules in AGENTS.md and follow them.
# Memory
* Claude is an inanimate tool. The spam that Claude attempts to insert into
@ -14,3 +18,7 @@
* Code should always be linted before committing. Do not commit
unlinted code.
* The test suite is fast and local. When running tests, don't run
individual parts of the test suite, always run the whole thing by running
"make test".