fix(claude): disable attribution

Disable attribution in settings.json, add back the section about
attribution in CLAUDE.md due to claude sometimes ignoring the setting
This commit is contained in:
2026-05-09 00:05:26 +02:00
parent 961484f517
commit cd6024b578
2 changed files with 10 additions and 2 deletions
+4
View File
@@ -77,3 +77,7 @@ Scope may use slash-separated subscopes (`fix(parser/lexer)`, `feat(api/auth)`)
Breaking changes: append `!` to the type or scope (`feat(api)!: ...`) and include a `BREAKING CHANGE:` footer when the change needs explanation.
Don't retroactively rewrite committed history unless the user explicitly asks.
### No Co-Authored-By Claude line
Don't add `Co-Authored-By: Claude ... <noreply@anthropic.com>` (or any Claude co-author trailer) to commit messages. End the commit with the actual content. The user finds the trailer adds clutter without serving any audience.
+6 -2
View File
@@ -3,8 +3,12 @@
"ENABLE_CLAUDEAI_MCP_SERVERS": "false"
},
"feedbackSurveyRate": 0,
"effortLevel": "xhigh",
"effortLevel": "high",
"awaySummaryEnabled": false,
"showClearContextOnPlanAccept": true,
"disableAutoMode": "disable"
"disableAutoMode": "disable",
"attribution": {
"commit": "",
"pr": ""
}
}