Files
linux-workspace/.claude/settings.json
lachtan obecny a2441cf23b Claude settings
2026-07-12 18:28:24 +02:00

24 lines
378 B
JSON

{
"model": "sonnet",
"effortLevel": "high",
"permissions": {
"allow": [
"WebSearch",
"WebFetch",
"ReadFile"
]
},
"hooks": {
"PostToolUse": [
{
"matcher": "Edit|Write",
"hooks": [
{
"type": "command",
"command": ".claude/hooks/shellcheck.sh"
}
]
}
]
}
}