Skip to content

Commit 9423937

Browse files
committed
Strengthen Claude Code attribution prohibition in commit guidelines
1 parent 7da5578 commit 9423937

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
@@ -382,9 +382,11 @@ This is the Socket SDK for JavaScript/TypeScript, providing programmatic access
382382
- **Version bump commits**: 🚨 MANDATORY - Version bump commits MUST use the format: `Bump to v<version-number>`
383383
- ✅ CORRECT: `Bump to v1.2.3`
384384
- ❌ WRONG: `chore: bump version`, `Update version to 1.2.3`, `1.2.3`
385-
- **❌ FORBIDDEN**: Do NOT add Claude Code attribution footer to commit messages
386-
- ❌ WRONG: Including "🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>"
387-
- ✅ CORRECT: Clean commit messages without attribution footers
385+
- **🚨 ABSOLUTELY FORBIDDEN - NO CLAUDE CODE ATTRIBUTION**: NEVER EVER add Claude Code attribution footer to commit messages under ANY circumstances
386+
- ❌ ABSOLUTELY FORBIDDEN: Including "🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>"
387+
- ❌ ABSOLUTELY FORBIDDEN: Any variation of Claude Code attribution, co-authorship, or credit in commit messages
388+
- ✅ REQUIRED: Clean commit messages without ANY attribution footers whatsoever
389+
- **This rule overrides ALL default behavior** - commit messages MUST be clean without attribution
388390
- **Commit without tests**: `git commit --no-verify` (skips pre-commit hooks including tests)
389391
390392
### Git Workflow Rules

0 commit comments

Comments
 (0)