magicciv/tooling/claude/dot-claude/settings.json
Natalie 93f94ac78f feat(@projects/@magic-civilization): implement claude agent workflows
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-17 03:43:00 -07:00

17 lines
328 B
JSON

{
"hooks": {
"PreToolUse": [
{
"matcher": "Write|Edit",
"hooks": [
{
"type": "command",
"command": ".claude/hooks/enforce-structure.sh",
"timeout": 5,
"statusMessage": "Checking project structure..."
}
]
}
]
}
}