31 lines
543 B
JSON
31 lines
543 B
JSON
{
|
|
"$schema": "https://cdn.anthropic.com/schemas/claude-code/settings.schema.json",
|
|
"model": "sonnet",
|
|
"permissions": {
|
|
"allow": [
|
|
"Read",
|
|
"Glob",
|
|
"Grep",
|
|
"Bash(npm test)",
|
|
"Bash(npm run build)"
|
|
],
|
|
"deny": [
|
|
"Bash(rm -rf *)"
|
|
]
|
|
},
|
|
"statusLine": {
|
|
"enabled": true
|
|
},
|
|
"outputStyle": "concise",
|
|
"worktree": {
|
|
"symlinkDirectories": [
|
|
"node_modules"
|
|
]
|
|
},
|
|
"autoMode": {
|
|
"enabled": false
|
|
},
|
|
"env": {
|
|
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"
|
|
}
|
|
}
|