From c6935d8f0fe95c514c1b1b9117b59ea4b9b9769b Mon Sep 17 00:00:00 2001 From: sneak Date: Fri, 20 Jun 2025 09:20:52 -0700 Subject: [PATCH] add rules for claude --- CLAUDE.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 5dc3e62..0be943c 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -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".