{ "hooks": { "Notification": [ { "matcher": "", "hooks": [ { "type": "command", "command": "${CLAUDE_PLUGIN_ROOT}/hooks/slack-notify.sh notification" } ] } ], "Stop": [ { "matcher": "", "hooks": [ { "type": "command", "command": "${CLAUDE_PLUGIN_ROOT}/hooks/slack-notify.sh stop" } ] } ] } }