Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:20:09 +08:00
commit 9743d2db0d
5 changed files with 90 additions and 0 deletions

14
hooks/hooks.json Normal file
View File

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