chore(claude): allow jobs bash command in harness

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-11 02:22:06 +02:00
parent a575fddaa2
commit 3301f8d95f

View File

@@ -63,7 +63,8 @@
"Bash(echo \"EXIT=$?\")", "Bash(echo \"EXIT=$?\")",
"Read(//tmp/**)", "Read(//tmp/**)",
"Bash(docker exec *)", "Bash(docker exec *)",
"Bash(docker restart *)" "Bash(docker restart *)",
"Bash(jobs)"
], ],
"deny": [ "deny": [
"Bash(git push --force*)", "Bash(git push --force*)",