Files
gh-marcioaltoe-claude-craft…/hooks/hooks.json
2025-11-30 08:39:05 +08:00

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