agent-team/.claude/settings.local.json
2026-03-06 10:07:16 +08:00

19 lines
396 B
JSON

{
"permissions": {
"allow": [
"WebFetch(domain:github.com)",
"WebFetch(domain:support.claude.com)",
"Bash(git:*)",
"Bash(go:*)",
"Bash(npm create:*)",
"Bash(npm install:*)",
"Bash(node:*)",
"Bash(npm run:*)",
"Bash(curl:*)",
"Bash(cat:*)",
"Bash(grep:*)",
"Bash(echo DEEPSEEK_API_KEY=$DEEPSEEK_API_KEY:*)"
]
}
}