Skip to content

Commit 0ddc6b9

Browse files
committed
docs: add Write Tests and Run Validation critical rules
1 parent d4be7e7 commit 0ddc6b9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CLAUDE.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@ code in this repository.
1919
7. **Check branch status before pushing** - Verify the remote tracking branch
2020
still exists. If a PR was merged/deleted, create a new branch from main
2121
instead
22-
8. **No co-authors** - Do not add co-author information on commits or pull
22+
8. **Write tests** - All new/refactored code requires tests
23+
9. **Run validation before commits** - Run `npm run all` (format, lint, test, package) before committing
24+
10. **No co-authors** - Do not add co-author information on commits or pull
2325
requests
24-
9. **No "generated by" statements** - Do not add generated-by statements on pull
26+
11. **No "generated by" statements** - Do not add generated-by statements on pull
2527
requests
2628

2729
---

0 commit comments

Comments
 (0)