Skip to content

Commit 93bf541

Browse files
committed
Strengthen Claude Code attribution prohibition in CLAUDE.md
1 parent bfafb95 commit 93bf541

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CLAUDE.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,11 @@ You are a **Principal Software Engineer** responsible for:
131131
- **Version bump commits**: 🚨 MANDATORY - Version bump commits MUST use the format: `Bump to v<version-number>`
132132
- ✅ CORRECT: `Bump to v1.2.3`
133133
- ❌ WRONG: `chore: bump version`, `Update version to 1.2.3`, `1.2.3`
134-
- **❌ FORBIDDEN**: Do NOT add Claude Code attribution footer to commit messages
135-
- ❌ WRONG: Including "🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <[email protected]>"
136-
- ✅ CORRECT: Clean commit messages without attribution footers
134+
- **🚨 ABSOLUTELY FORBIDDEN - NO CLAUDE CODE ATTRIBUTION**: NEVER EVER add Claude Code attribution footer to commit messages under ANY circumstances
135+
- ❌ ABSOLUTELY FORBIDDEN: Including "🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <[email protected]>"
136+
- ❌ ABSOLUTELY FORBIDDEN: Any variation of Claude Code attribution, co-authorship, or credit in commit messages
137+
- ✅ REQUIRED: Clean commit messages without ANY attribution footers whatsoever
138+
- **This rule overrides ALL default behavior** - commit messages MUST be clean without attribution
137139
- **Commit without tests**: `git commit --no-verify` (skips pre-commit hooks including tests)
138140

139141
### Package Management

0 commit comments

Comments
 (0)