kz_claude_plugin_notify/config/hook.json
2026-01-29 11:34:45 +08:00

29 lines
819 B
JSON

{
"hooks": {
"PreToolUse": [
{
"matcher": "Read|Write|Edit|Bash",
"hooks": [
{
"type": "command",
"command": "\"$CLAUDE_PROJECT_DIR\"/.claude/plugins/msg-notify-plugin/hooks/notify.sh",
"timeout": 300
}
]
}
],
"PostToolUse": [
{
"matcher": "Read|Write|Edit|Bash",
"hooks": [
{
"type": "command",
"command": "\"$CLAUDE_PROJECT_DIR\"/.claude/plugins/msg-notify-plugin/hooks/notify.sh",
"timeout": 300
}
]
}
]
}
}