From cd6024b578e3d1c2b15d8c99a19f933ce8e092f5 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Sat, 9 May 2026 00:05:26 +0200 Subject: [PATCH] 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 --- .claude/CLAUDE.md | 4 ++++ .claude/settings.json | 8 ++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.claude/CLAUDE.md b/.claude/CLAUDE.md index fd759cd..59b139d 100644 --- a/.claude/CLAUDE.md +++ b/.claude/CLAUDE.md @@ -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 ... ` (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. diff --git a/.claude/settings.json b/.claude/settings.json index 3280b24..f0cd14e 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -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": "" + } }