Files
gh-dnlopes-claude-code-plug…/hooks/hooks.json
2025-11-29 18:22:54 +08:00

27 lines
577 B
JSON

{
"hooks": {
"Notification": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "osascript -e 'display notification \"Your attention needed\" with title \"Claude Code\" sound name \"Glass\"'"
}
]
}
],
"Stop": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "osascript -e 'display notification \"Task complete\" with title \"Claude Code\" sound name \"Purr\"'"
}
]
}
]
}
}