This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(make:*)",
|
||||
|
||||
"Bash(mkdir:*)",
|
||||
|
||||
"Bash(go build:*)",
|
||||
"Bash(go test:*)",
|
||||
"Bash(go get:*)",
|
||||
"Bash(go mod:*)",
|
||||
"Bash(go clean:*)",
|
||||
"Bash(go doc:*)",
|
||||
|
||||
"Bash(grep:*)",
|
||||
"Bash(find:*)",
|
||||
"Bash(rg:*)",
|
||||
"Bash(base64:*)",
|
||||
"Bash(sed:*)",
|
||||
"Bash(ls:*)",
|
||||
|
||||
"Bash(curl:*)",
|
||||
|
||||
"Bash(timeout 60s go test -v -count=1 ./...)",
|
||||
"Bash(timeout 60s go test -v -count=1 ./tests/integration/...)",
|
||||
"Bash(timeout 60s go test:*)",
|
||||
"Bash(timeout 300 make test)",
|
||||
"Bash(timeout 30s go test ./tests/integration -run:*)",
|
||||
|
||||
"Bash(done)",
|
||||
"Bash(awk:*)",
|
||||
|
||||
"WebFetch(domain:platform.openai.com)"
|
||||
],
|
||||
"deny": [
|
||||
],
|
||||
"defaultMode": "acceptEdits"
|
||||
},
|
||||
"env": {
|
||||
"CLAUDE_CODE_ENABLE_TELEMETRY": "0",
|
||||
"DISABLE_ERROR_REPORTING": "1",
|
||||
"DISABLE_TELEMETRY": "1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user