2025-09-11 03:31:30 -04:00
|
|
|
{
|
2025-10-21 14:32:46 -04:00
|
|
|
"model": "sonnet[1m]",
|
2025-09-11 03:31:30 -04:00
|
|
|
"permissions": {
|
|
|
|
|
"allow": [
|
2025-10-21 14:32:46 -04:00
|
|
|
"Read(**)",
|
|
|
|
|
"Write(**)",
|
|
|
|
|
"WebSearch",
|
2025-09-11 03:31:30 -04:00
|
|
|
"WebFetch(domain:github.com)",
|
2025-10-21 14:32:46 -04:00
|
|
|
"Bash(mkdir:*)",
|
|
|
|
|
"Bash(tree:*)",
|
|
|
|
|
"Bash(go:*)",
|
2025-09-11 03:31:30 -04:00
|
|
|
"Bash(curl:*)",
|
2025-10-21 14:32:46 -04:00
|
|
|
"Bash(wget:*)",
|
|
|
|
|
"Bash(echo:*)",
|
|
|
|
|
"Bash(make:*)",
|
|
|
|
|
"Bash(find:*)",
|
|
|
|
|
"Bash(grep:*)",
|
|
|
|
|
"Bash(awk:*)",
|
|
|
|
|
"Bash(sed:*)",
|
|
|
|
|
"Bash(cat:*)",
|
|
|
|
|
"Bash(chmod:*)",
|
|
|
|
|
"Bash(chown:*)",
|
|
|
|
|
"Bash(docker:*)",
|
|
|
|
|
"Bash(docker-compose:*)",
|
|
|
|
|
"Bash(incus:*)",
|
|
|
|
|
"Bash(git:*)",
|
|
|
|
|
"Bash(pkill:*)",
|
|
|
|
|
"Bash(rm:*)",
|
|
|
|
|
"Bash(mv:*)",
|
|
|
|
|
"Bash(cp:*)",
|
|
|
|
|
"Bash(ls:*)",
|
|
|
|
|
"Bash(pwd:*)",
|
|
|
|
|
"Bash(cd:*)",
|
|
|
|
|
"Bash(head:*)",
|
|
|
|
|
"Bash(timeout:*)",
|
|
|
|
|
"Bash(do:*)",
|
|
|
|
|
"Bash(ln:*)",
|
|
|
|
|
"Bash(test:*)",
|
|
|
|
|
"Bash(do)",
|
|
|
|
|
"Bash(sort:*)",
|
|
|
|
|
"Bash(paste:*)",
|
|
|
|
|
"Bash(*:*)"
|
|
|
|
|
],
|
|
|
|
|
"deny": [
|
|
|
|
|
"Bash(git commit:*)"
|
2025-09-11 03:31:30 -04:00
|
|
|
],
|
|
|
|
|
"ask": []
|
2025-10-21 14:32:46 -04:00
|
|
|
},
|
|
|
|
|
"preferences": {
|
|
|
|
|
"auto_commit": false
|
|
|
|
|
},
|
|
|
|
|
"hooks": {
|
|
|
|
|
"PreToolUse": [
|
|
|
|
|
{
|
|
|
|
|
"matcher": "Write(**)",
|
|
|
|
|
"hooks": [
|
|
|
|
|
{
|
|
|
|
|
"type": "command",
|
|
|
|
|
"command": "if grep -qi 'anthropic\\|claude' \"$file\" 2>/dev/null; then echo 'Error: File contains vendor names (Anthropic/Claude)' >&2; exit 1; fi"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"env": {
|
|
|
|
|
"MAX_THINKING_TOKENS": "1000"
|
2025-09-11 03:31:30 -04:00
|
|
|
}
|
2025-10-21 14:32:46 -04:00
|
|
|
}
|
|
|
|
|
|