From 0ddc6b92776c610b7e8fe20550f2b1aa4c4147ac Mon Sep 17 00:00:00 2001 From: "Calvin A. Allen" Date: Sun, 4 Jan 2026 16:42:36 -0500 Subject: [PATCH] docs: add Write Tests and Run Validation critical rules --- CLAUDE.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 8743120..0873d0b 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -19,9 +19,11 @@ code in this repository. 7. **Check branch status before pushing** - Verify the remote tracking branch still exists. If a PR was merged/deleted, create a new branch from main instead -8. **No co-authors** - Do not add co-author information on commits or pull +8. **Write tests** - All new/refactored code requires tests +9. **Run validation before commits** - Run `npm run all` (format, lint, test, package) before committing +10. **No co-authors** - Do not add co-author information on commits or pull requests -9. **No "generated by" statements** - Do not add generated-by statements on pull +11. **No "generated by" statements** - Do not add generated-by statements on pull requests ---