From 90bae45bc3ef2ddb7fae36fe07a232a6eab0fd8a Mon Sep 17 00:00:00 2001 From: beo3000 Date: Fri, 20 Mar 2026 13:15:07 +0100 Subject: [PATCH] upd claude perms --- .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 8681318..ce91442 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -3,7 +3,10 @@ "allow": [ "Skill(review)", "Bash(mkdir:*)", - "Bash(mv:*)" + "Bash(mv:*)", + "Bash(git remote:*)", + "Bash(git push:*)", + "Bash(ssh:*)" ] } }