From d8f5922bc2bf4e2c898a531d50c36dae23686a1b Mon Sep 17 00:00:00 2001 From: oz6un Date: Thu, 20 Aug 2026 16:43:35 +0100 Subject: [PATCH] chore: don't add Claude as commit/PR co-author on the devbox Set includeCoAuthoredBy=false and attribution.commit/pr="" in the box's Claude Code settings so commits and PRs made from the devbox no longer carry the Co-Authored-By trailer or the generated-by footer. Merged onto the live box too. --- files/claude-settings.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/files/claude-settings.json b/files/claude-settings.json index 978eb65..4e41e98 100644 --- a/files/claude-settings.json +++ b/files/claude-settings.json @@ -2,6 +2,11 @@ "tui": "fullscreen", "theme": "dark", "skipDangerousModePermissionPrompt": true, + "includeCoAuthoredBy": false, + "attribution": { + "commit": "", + "pr": "" + }, "hooks": { "Notification": [ {