Files
2025-11-30 08:33:44 +08:00

15 lines
244 B
JSON

{
"PostToolUse": [
{
"matcher": "Write|Edit",
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/validate.sh",
"args": ["{{file_path}}"]
}
]
}
]
}