From 94c13926b59917f7c3d29cf536eed2b9bdba6f89 Mon Sep 17 00:00:00 2001 From: Derek Slenk Date: Wed, 16 Jul 2025 11:30:46 -0400 Subject: [PATCH] Update settings.local.json permissions --- .claude/settings.local.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 8839b87..8183bd6 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -9,7 +9,10 @@ "Bash(git commit:*)", "Bash(mv:*)", "Bash(git checkout:*)", - "Bash(git push:*)" + "Bash(git push:*)", + "Bash(git commit:*)", + "Bash(git pull:*)", + "Bash(git add:*)" ], "deny": [] }