torrent-gateway/.claude/settings.local.json
enki b3204ea07a
Some checks are pending
CI Pipeline / Run Tests (push) Waiting to run
CI Pipeline / Lint Code (push) Waiting to run
CI Pipeline / Security Scan (push) Waiting to run
CI Pipeline / Build Docker Images (push) Blocked by required conditions
CI Pipeline / E2E Tests (push) Blocked by required conditions
first commit
2025-08-18 00:40:15 -07:00

16 lines
276 B
JSON

{
"permissions": {
"allow": [
"Bash(mkdir:*)",
"Bash(chmod:*)",
"Bash(curl:*)",
"WebFetch(domain:github.com)",
"Bash(grep:*)",
"Bash(go run:*)",
"Bash(go build:*)",
"Bash(find:*)"
],
"deny": [],
"ask": []
}
}