diff --git a/.claude/settings.local.json b/.claude/settings.local.json index fbe3c20..cd1fc99 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -1,6 +1,11 @@ { "permissions": { - "allow": [], + "allow": [ + "Bash(git add:*)", + "Bash(git commit:*)", + "Bash(git push:*)", + "Bash(git config:*)" + ], "deny": [], "ask": [] }