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

16 lines
309 B
JSON

{
"model": "claude-sonnet-4-5",
"effortLevel": "high",
"permissions": {
"allow": ["Bash(npm run *)", "Read(src/**)"],
"deny": []
},
"hooks": {
"PreToolUse": [
{
"matcher": "Bash",
"hooks": [{ "type": "command", "command": "echo project-hook" }]
}
]
}
}