Skip to content

Commit 6804af6

Browse files
committed
chore: add no-autocommit rule to CLAUDE.md
1 parent fede9af commit 6804af6

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
@@ -1,6 +1,7 @@
11
# Claude Code Instructions
22

33
## Git Commits
4+
- **Never commit unless the user explicitly asks you to commit or grants autocommit permission.** Only exception: if a commit is technically required for the current task to work (e.g. testing a CI pipeline).
45
- Use Conventional Commits format: `type(scope): description` (e.g. `fix: ...`, `feat: ...`, `chore: ...`).
56
- Keep commit subject lines concise; use the body for detail.
67
- Never include `Co-Authored-By` lines in commit messages.

0 commit comments

Comments
 (0)