AgentCoord/backend/.claude/settings.local.json
liailing1026 c00c0072b8 feat
2025-12-11 14:05:08 +08:00

25 lines
522 B
JSON

{
"permissions": {
"allow": [
"Read(//Users/zhaoweijie/Desktop/agent/AgentCoord/**)",
"Bash(python3:*)",
"Bash(source:*)",
"Bash(pip install:*)",
"Bash(python:*)",
"Bash(tree:*)",
"Bash(export FAST_DESIGN_MODE=True:*)",
"Bash(echo:*)",
"Bash(chmod:*)",
"Bash(lsof:*)",
"Bash(curl:*)",
"Bash(xargs kill:*)",
"Bash(pip:*)",
"WebSearch",
"WebFetch(domain:pypi.org)",
"Bash(cp:*)"
],
"deny": [],
"ask": []
}
}