We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05431c2 commit 42a8384Copy full SHA for 42a8384
1 file changed
CLAUDE.md
@@ -174,6 +174,12 @@ All code elements MUST be sorted:
174
175
## 🔧 GIT WORKFLOW
176
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
+
183
### Pre-Commit Quality Checks
184
- **🚨 MANDATORY**: Always run these commands before committing:
185
- `pnpm run fix` (if available) or `pnpm check:lint:fix` - Fix linting and formatting issues
0 commit comments