You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,8 @@
22
22
-**Docs:**`docs/` — Sphinx documentation (currently outdated, being rewritten)
23
23
24
24
## 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.
26
27
27
28
## Virtual Environment
28
29
- The project venv is at `.venv/` — activate with `source .venv/bin/activate`
0 commit comments