ktg-plugin-marketplace/plugins/config-audit/tests/fixtures/conflict-project/.claude/settings.local.json

16 lines
307 B
JSON

{
"model": "claude-opus-4-7",
"effortLevel": "minimal",
"permissions": {
"allow": ["Write(tmp/**)"],
"deny": ["Bash(npm run *)"]
},
"hooks": {
"PreToolUse": [
{
"matcher": "Bash",
"hooks": [{ "type": "command", "command": "echo local-hook" }]
}
]
}
}