chore(agents): add git clone permission to bug-hunter worker mode #5755

Merged
HAL9000 merged 1 commits from improvement/agent-bug-hunter-git-clone-permission into master 2026-04-26 20:18:58 +00:00
@@ -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