kz_claude_plugin_notify/config/hook.json
2026-01-29 14:50:44 +08:00

29 lines
747 B
JSON

{
"hooks": {
"PreToolUse": [
{
"matcher": "Read|Write|Edit|Bash",
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/notify.sh",
"timeout": 300
}
]
}
],
"PostToolUse": [
{
"matcher": "Read|Write|Edit|Bash",
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/notify.sh",
"timeout": 300
}
]
}
]
}
}