From 541222ad6863e6f5a020bde1f57ccacfa8630caf Mon Sep 17 00:00:00 2001 From: dnviti Date: Sun, 19 Oct 2025 14:23:59 +0200 Subject: [PATCH] updated claude permissions --- .claude/settings.local.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 91fcbea..aef8b44 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -1,9 +1,13 @@ { "permissions": { "allow": [ - "Bash(poetry install --no-root)" + "Bash(poetry:*)", + "Bash(pip:*)", + "Bash(python:*)", + "Bash(git:*)" ], "deny": [], - "ask": [] + "ask": [], + "disableBypassPermissionsMode": "disable" } }