b193aaf8f7
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>
18 lines
364 B
JSON
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 *)"
|
|
]
|
|
}
|
|
}
|
|
|
|
|
|
|