Skip to content

Commit f847982

Browse files
committed
Add rule forbidding Claude Code attribution in commit messages
1 parent 6c4f2dc commit f847982

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
@@ -145,6 +145,12 @@ Parsing and constructing package URLs, compiled to CommonJS for deployment.
145145

146146
## 🔧 GIT WORKFLOW
147147

148+
### Commit Messages
149+
- **🚨 ABSOLUTELY FORBIDDEN**: NEVER add Claude Code attribution to commit messages
150+
- ❌ WRONG: Adding "🤖 Generated with [Claude Code]..." or "Co-Authored-By: Claude"
151+
- ✅ CORRECT: Write commit messages without any AI attribution or signatures
152+
- **Rationale**: This is a professional project and commit messages should not contain AI tool attributions
153+
148154
### Pre-Commit Quality Checks
149155
- **🚨 MANDATORY**: Always run these commands before committing:
150156
- `pnpm fix` - Fix linting and formatting issues

0 commit comments

Comments
 (0)