magicciv/tooling/claude/dot-claude/settings.json
Natalie 9342b13ed2 fix(@projects/@magic-civilization): 🐛 update world-map interaction and menu keys
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 16:54:00 -07:00

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..."
}
]
}
]
}
}