Files
document_analyzer/.claude/settings.json
pzhang_zywl b193aaf8f7
CI / test (pull_request) Successful in 8s
test: QE-Agent bypass 模式扩展 allowlist 实现全自动 e2e - Closes #51
新增 bypass 权限:run_pipeline, pytest, curl, create_failure_issue, git 全命令

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-02 15:19:23 +08:00

18 lines
364 B
JSON

{
"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 *)"
]
}
}