fix(config-audit): complete conflict-project fixture for CNF cross-scope tests

This commit is contained in:
Kjell Tore Guttormsen 2026-04-19 22:29:46 +02:00
commit a9fb328584

View file

@ -0,0 +1,16 @@
{
"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" }]
}
]
}
}