18 lines
366 B
JSON
18 lines
366 B
JSON
{
|
|
"enableAllProjectMcpServers": true,
|
|
"hooks": {
|
|
"PreToolUse": [
|
|
{
|
|
"matcher": "Write|Edit",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": ".claude/hooks/enforce-structure.sh",
|
|
"timeout": 5,
|
|
"statusMessage": "Checking project structure..."
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|