{ "hooks": { "UserPromptSubmit": [ { "matcher": "", "hooks": [ { "type": "command", "command": "${CLAUDE_PLUGIN_ROOT}/scripts/notify.cmd save", "timeout": 30 } ] } ], "Notification": [ { "matcher": "", "hooks": [ { "type": "command", "command": "${CLAUDE_PLUGIN_ROOT}/scripts/notify.cmd input", "timeout": 30 } ] } ], "PreToolUse": [ { "matcher": "AskUserQuestion|ExitPlanMode", "hooks": [ { "type": "command", "command": "${CLAUDE_PLUGIN_ROOT}/scripts/notify.cmd input", "timeout": 30 } ] } ], "Stop": [ { "matcher": "", "hooks": [ { "type": "command", "command": "${CLAUDE_PLUGIN_ROOT}/scripts/notify.cmd notify", "timeout": 30 } ] } ], "SessionEnd": [ { "matcher": "", "hooks": [ { "type": "command", "command": "${CLAUDE_PLUGIN_ROOT}/scripts/notify.cmd cleanup", "timeout": 10 } ] } ] } }