We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0a2ccc commit a607e11Copy full SHA for a607e11
CLAUDE.md
@@ -0,0 +1,14 @@
1
+# Claude Code Rules for abide
2
+
3
+## Commit Messages
4
5
+**NEVER include Claude attribution in commit messages.** Do not add:
6
+- `Co-Authored-By: Claude <noreply@anthropic.com>`
7
+- `🤖 Generated with [Claude Code](https://claude.com/claude-code)`
8
+- Any other reference to Claude or AI generation
9
10
+Commit messages should be clean and professional, describing only what was changed and why.
11
12
+## Git Hooks
13
14
+A `commit-msg` hook is installed in `.git/hooks/` that will reject commits containing Claude attribution.
0 commit comments