Skip to content

Commit 42a8384

Browse files
committed
Add rule forbidding Claude Code attribution in commit messages
1 parent 05431c2 commit 42a8384

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,12 @@ All code elements MUST be sorted:
174174

175175
## 🔧 GIT WORKFLOW
176176

177+
### Commit Messages
178+
- **🚨 ABSOLUTELY FORBIDDEN**: NEVER add Claude Code attribution to commit messages
179+
- ❌ WRONG: Adding "🤖 Generated with [Claude Code]..." or "Co-Authored-By: Claude"
180+
- ✅ CORRECT: Write commit messages without any AI attribution or signatures
181+
- **Rationale**: This is a professional project and commit messages should not contain AI tool attributions
182+
177183
### Pre-Commit Quality Checks
178184
- **🚨 MANDATORY**: Always run these commands before committing:
179185
- `pnpm run fix` (if available) or `pnpm check:lint:fix` - Fix linting and formatting issues

0 commit comments

Comments
 (0)