Skip to content

Commit c55f88f

Browse files
Stephanie Wehnerclaude
andcommitted
Add make ci requirement to CLAUDE.md commit policy
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c9cf55b commit c55f88f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CLAUDE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
- **Docs:** `docs/` — Sphinx documentation (currently outdated, being rewritten)
2323

2424
## Git / Commit Policy
25-
- **Never commit or push without explicit user approval.** Always show a summary of staged changes and wait for a clear "go ahead" before running `git commit`.
25+
- **Always run `make ci` before committing.** All linting, tests, and examples must pass before any commit is created.
26+
- Never commit or push without explicit user approval.
2627

2728
## Virtual Environment
2829
- The project venv is at `.venv/` — activate with `source .venv/bin/activate`

0 commit comments

Comments
 (0)