agent-team/.claude/settings.local.json
scorpio 416bea4ce3 chore: add .gitignore, update plan.md
- Exclude binary, rooms/, agent memory, web/dist from git
- plan.md reflects current completed state

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-04 22:17:50 +08:00

16 lines
296 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:*)"
]
}
}