fix: [test] QE-Agent bypass 模式完善:自动运行 pipeline + pytest + curl - Closes #51 #52

Merged
pzhang_zywl merged 1 commits from test/issue-51 into main 2026-06-02 15:20:06 +08:00
Showing only changes of commit b193aaf8f7 - Show all commits
+17 -3
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 *)"
]
}
}