diff --git a/.claude/settings.local.json b/.claude/settings.local.json index a9873cd..8839b87 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -1,9 +1,16 @@ -{ - "permissions": { - "allow": [ - "Bash(find:*)", - "Bash(ls:*)" - ], - "deny": [] - } +{ + "permissions": { + "allow": [ + "Bash(find:*)", + "Bash(ls:*)", + "Bash(git pull:*)", + "Bash(git remote set-url:*)", + "Bash(git add:*)", + "Bash(git commit:*)", + "Bash(mv:*)", + "Bash(git checkout:*)", + "Bash(git push:*)" + ], + "deny": [] + } } \ No newline at end of file