magicciv/.claude/settings.json
Claude Code e2ef5bbc20 chore(claude): 🔧 Add contributor license agreement and code of conduct terms in the .claude directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-25 22:48:51 -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..."
}
]
}
]
}
}