From cc797ba3cfa60000fba04e946e8270efb0571494 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Mon, 9 Feb 2026 15:15:31 -0500 Subject: [PATCH] Add shared Claude Code settings to disable commit attribution --- .claude/settings.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .claude/settings.json diff --git a/.claude/settings.json b/.claude/settings.json new file mode 100644 index 000000000..ce5d2734a --- /dev/null +++ b/.claude/settings.json @@ -0,0 +1,5 @@ +{ + "attribution": { + "commit": "" + } +}