Skip to content

Commit a1bb0da

Browse files
Ralph Agentclaude
andcommitted
⚙️ Add make ci pre-commit requirement to CLAUDE.md
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 18f58a1 commit a1bb0da

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ Structure as: `init()` → `continue(id)` → `cleanup(id)`
144144
- **Protected Branch**: `main` is protected. Do not push directly to `main`. Use PRs.
145145
- **Merge Strategy**: Squash and merge.
146146
- **Never force push**: Do not use `git push --force` or `--force-with-lease`. If you hit a git issue, stop and ask the user for guidance.
147+
- **Pre-commit CI gate**: Always run `make ci` before committing any changes. Ensure it passes with zero errors. Do not commit if `make ci` fails — fix all issues first, then commit.
147148

148149
## Deprecated
149150

0 commit comments

Comments
 (0)