Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:47:13 +08:00
commit d66dca2ce2
4 changed files with 74 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"hooks": {
"Notification": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "bash ${CLAUDE_PLUGIN_ROOT}/scripts/idle_notification.sh"
}
]
}
]
}
}