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
+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": ""
}
}