16 lines
253 B
JSON
16 lines
253 B
JSON
{
|
|
"hooks": {
|
|
"Notification": [
|
|
{
|
|
"matcher": "",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "bash ${CLAUDE_PLUGIN_ROOT}/scripts/idle_notification.sh"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|