From 0f45caa850fa86ab2de7d9a86acac9139f0f15f6 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Mon, 29 Sep 2025 16:10:49 -0400 Subject: [PATCH] Disable Claude co-author attribution in commits --- modules/home/claude-code/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home/claude-code/default.nix b/modules/home/claude-code/default.nix index e5f663e..addd113 100644 --- a/modules/home/claude-code/default.nix +++ b/modules/home/claude-code/default.nix @@ -35,6 +35,8 @@ in permissions = { # defaultMode = "plan"; }; + # Disable Claude from adding itself as co-author to commits + includeCoAuthoredBy = false; }; # Automatically discovered commands from commands/ directory