17 lines
328 B
JSON
17 lines
328 B
JSON
{
|
|
"description": "Audio notification hook that warns user of notification",
|
|
"hooks": {
|
|
"Notification": [
|
|
{
|
|
"matcher": "",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/audio_notification_hook.sh"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|