Skip to content

Commit e47b461

Browse files
feat: disable Claude co-authoring in commits
Added includeCoAuthoredBy: false to settings.json to prevent Claude from being added as a co-author, aligning with the existing CLAUDE.md rule that prohibits mentioning Claude in commits
1 parent b333d6e commit e47b461

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

claude-code/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"deny": []
1919
},
2020
"model": "opus",
21+
"includeCoAuthoredBy": false,
2122
"hooks": {
2223
"PreToolUse": [
2324
{

0 commit comments

Comments
 (0)