Files
QwenClaw-with-Auth/skills/claude-codex-settings/plugins/notification-tools/hooks/hooks.json

17 lines
302 B
JSON

{
"description": "OS notifications on Claude Code events",
"hooks": {
"Notification": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/scripts/notify.sh"
}
]
}
]
}
}