We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 523aab7 commit b9bc42cCopy full SHA for b9bc42c
CLAUDE.md
@@ -199,6 +199,12 @@ Socket CLI integrates with:
199
200
## 🔧 GIT WORKFLOW
201
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
+
208
### Pre-Commit Quality Checks
209
- **🚨 MANDATORY**: Always run these commands before committing:
210
- `pnpm run fix` - Fix linting and formatting issues
0 commit comments