25 lines
491 B
JSON
25 lines
491 B
JSON
{
|
|
"Notification": [
|
|
{
|
|
"matcher": "",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "terminal-notifier -title \"🔔 Claude Code\" -message \"Claude needs your input\" -sound default"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"Stop": [
|
|
{
|
|
"matcher": "",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "terminal-notifier -title \"✅ Claude Code\" -message \"Task completed\" -sound default"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|