Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:36:54 +08:00
commit d83c7c851c
4 changed files with 74 additions and 0 deletions

14
hooks/hooks.json Normal file
View File

@@ -0,0 +1,14 @@
{
"hooks": {
"Notification": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/notification-hook.sh"
}
]
}
]
}
}