Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ These rules override all other instructions:
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

## Project Overview
Expand Down