File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff 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\n Co-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\n Co-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
You can’t perform that action at this time.
0 commit comments