mirror of
https://github.com/itme-brain/agent-team.git
synced 2026-05-08 11:40:12 -04:00
56 lines
1.2 KiB
JSON
56 lines
1.2 KiB
JSON
{
|
|
"$schema": "https://json.schemastore.org/claude-code-settings.json",
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash",
|
|
"Read",
|
|
"Edit",
|
|
"Write",
|
|
"Glob",
|
|
"Grep",
|
|
"WebFetch",
|
|
"WebSearch"
|
|
],
|
|
"ask": [
|
|
"Bash(rm *)",
|
|
"Bash(rmdir *)",
|
|
"Bash(git push --force*)",
|
|
"Bash(git push -f*)",
|
|
"Bash(git reset --hard*)",
|
|
"Bash(git clean *)",
|
|
"Bash(chmod *)",
|
|
"Bash(dd *)",
|
|
"Bash(mkfs*)",
|
|
"Bash(shred *)",
|
|
"Bash(kill *)",
|
|
"Bash(killall *)",
|
|
"Bash(sudo *)"
|
|
],
|
|
"defaultMode": "acceptEdits",
|
|
"deny": [
|
|
"Read(~/.ssh/**)",
|
|
"Read(~/.aws/**)",
|
|
"Read(~/.gnupg/**)",
|
|
"Read(./.env)",
|
|
"Read(./.env.*)",
|
|
"Bash(cat ~/.ssh/*)",
|
|
"Bash(cat ~/.aws/*)",
|
|
"Bash(cat ~/.gnupg/*)",
|
|
"Bash(cat .env*)",
|
|
"Bash(less ~/.ssh/*)",
|
|
"Bash(less ~/.aws/*)",
|
|
"Bash(less ~/.gnupg/*)"
|
|
]
|
|
},
|
|
"model": "sonnet",
|
|
"effortLevel": "medium",
|
|
"claudeMdExcludes": [
|
|
".claude/agent-memory/**"
|
|
],
|
|
"attribution": {
|
|
"commit": "",
|
|
"pr": ""
|
|
},
|
|
"includeGitInstructions": true,
|
|
"autoUpdatesChannel": "stable"
|
|
}
|