fix(config-audit): complete conflict-project fixture for CNF cross-scope tests
This commit is contained in:
parent
6f86de937a
commit
a9fb328584
1 changed files with 16 additions and 0 deletions
16
plugins/config-audit/tests/fixtures/conflict-project/.claude/settings.local.json
vendored
Normal file
16
plugins/config-audit/tests/fixtures/conflict-project/.claude/settings.local.json
vendored
Normal 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" }]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue