test: QE-Agent bypass 模式扩展 allowlist 实现全自动 e2e - Closes #51
CI / test (pull_request) Successful in 8s

新增 bypass 权限:run_pipeline, pytest, curl, create_failure_issue, git 全命令

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-06-02 15:19:23 +08:00
parent a4ab3ef27e
commit b193aaf8f7
+15 -1
View File
@@ -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 *)"
]
}
}