diff --git a/.claude/settings.json b/.claude/settings.json index 052ba1c..4ac0573 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -1,3 +1,17 @@ -{ - "permissionMode": "bypass" -} + { + "permissionMode": "bypass", + "permissions": { + "allow": [ + "Bash(git *)", + "Bash(python scripts/agent_poller.py *)", + "Bash(python scripts/run_pipeline.py *)", + "Bash(python scripts/create_failure_issue.py *)", + "Bash(python -m pytest *)", + "Bash(python -c *)", + "Bash(curl *)" + ] + } + } + + +