Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:39:05 +08:00
commit 8c50b14c9d
6 changed files with 172 additions and 0 deletions

16
hooks/hooks.json Normal file
View File

@@ -0,0 +1,16 @@
{
"description": "Audio notification hook that warns user of notification",
"hooks": {
"Notification": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/audio_notification_hook.sh"
}
]
}
]
}
}