Files
gh-hugoduncan-claude-market…/hooks/announce-notification-hooks.json
2025-11-29 18:47:13 +08:00

16 lines
253 B
JSON

{
"hooks": {
"Notification": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "bash ${CLAUDE_PLUGIN_ROOT}/scripts/idle_notification.sh"
}
]
}
]
}
}