paiban/settings.local.json
Asoka.Wang 330bbd5fb0 1
2025-09-02 18:55:06 +08:00

21 lines
439 B
JSON

{
"permissions": {
"allow": [
"WebFetch(domain:github.com)",
"WebFetch(domain:upstash.com)",
"WebFetch(domain:apidog.com)",
"Bash(npx:*)",
"Bash(npm:*)",
"Bash(node:*)",
"Bash(where claude)",
"Bash(claude config --help)",
"Bash(dir:*)",
"Bash(ls:*)",
"Bash(find:*)",
"Bash(claude --version)",
"Bash(grep:*)",
"Bash(rm:*)"
],
"deny": []
}
}