Files
2025-11-30 08:41:46 +08:00

27 lines
472 B
JSON

{
"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"
}
]
}
]
}
}