diff --git a/.opencode/agents/bug-hunt-pool-supervisor.md b/.opencode/agents/bug-hunt-pool-supervisor.md index c22371f1d..a580bcf33 100644 --- a/.opencode/agents/bug-hunt-pool-supervisor.md +++ b/.opencode/agents/bug-hunt-pool-supervisor.md @@ -30,6 +30,14 @@ permission: "wc *": allow "head *": allow "tail *": allow + # Clone and setup (Worker Mode needs to clone the repo): + "git clone*": allow + "git config*": allow + "git fetch*": allow + "git checkout*": allow + "git reset*": allow + "mkdir *": allow + "rm -rf /tmp/bug-hunter-*": allow # Read-only git commands: "git clone*" "git log*": allow