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" } }