Assist_Design/.claude/settings.json
2026-02-24 11:09:35 +09:00

16 lines
232 B
JSON

{
"hooks": {
"PreToolUse": [
{
"matcher": "Bash",
"hooks": [
{
"type": "command",
"command": ".claude/scripts/enforce-tools.sh"
}
]
}
]
}
}