diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 097d93f..9f5b41a 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -2,7 +2,8 @@ "permissions": { "allow": [ "Bash(git config *)", - "Bash(git add *)" + "Bash(git add *)", + "Bash(git commit *)" ] } }