Skip to content

Commit b9bc42c

Browse files
committed
Add rule forbidding Claude Code attribution in commit messages
1 parent 523aab7 commit b9bc42c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CLAUDE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,12 @@ Socket CLI integrates with:
199199

200200
## 🔧 GIT WORKFLOW
201201

202+
### Commit Messages
203+
- **🚨 ABSOLUTELY FORBIDDEN**: NEVER add Claude Code attribution to commit messages
204+
- ❌ WRONG: Adding "🤖 Generated with [Claude Code]..." or "Co-Authored-By: Claude"
205+
- ✅ CORRECT: Write commit messages without any AI attribution or signatures
206+
- **Rationale**: This is a professional project and commit messages should not contain AI tool attributions
207+
202208
### Pre-Commit Quality Checks
203209
- **🚨 MANDATORY**: Always run these commands before committing:
204210
- `pnpm run fix` - Fix linting and formatting issues

0 commit comments

Comments
 (0)