From eae994b32e29c4bf86d2cd889d713f0c0786a7c6 Mon Sep 17 00:00:00 2001 From: Derek Slenk Date: Tue, 15 Jul 2025 23:57:03 -0400 Subject: [PATCH] Update local settings --- .claude/settings.local.json | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index a9873cd..09dbbd2 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -1,9 +1,13 @@ -{ - "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:*)" + ], + "deny": [] + } } \ No newline at end of file