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: tools/claude/config/CLAUDE.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,8 +44,8 @@ Always use `bd` to manage tasks and persist the outcome of discussions with the
44
44
2. Run checks
45
45
3. Run tests
46
46
4. Prove the change works with manual testing if you can
47
-
5. STOP and report what changed; NEVER commit code yourself unless explicitly asked to do so; the user always commits; commit checkpoints are the user's opportunity to review incremental changes
48
-
6. Wait for user to say "committed" or "done" (or similar) or explicitly ask you to commit
47
+
5. STOP and report what changed; NEVER commit code yourself unless the user explicitly asks you to commit THIS specific change. Prior commit requests do not carry forward — each commit requires its own approval. (This applies to development workflow commits. Commands that commit as part of their designed operation — e.g. an agentic ralph loop — are approved when the user approves the run.)
48
+
6. Wait for the user to review and commit (or explicitly ask you to commit). Phrases like "committed", "done", or "commit" are your signal to proceed to the next change.
49
49
7. Repeat for the remaining changes
50
50
8. When all changes committed → `bd close <id> -r "summary"`
0 commit comments