Files
gh-finstreet-fe-claude-plug…/hooks/hooks.json
2025-11-29 18:27:13 +08:00

26 lines
579 B
JSON

{
"hooks": {
"Notification": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "terminal-notifier -group 'eco.scale-bfw' -title 'Claude Code needs your input'"
}
]
}
],
"Stop": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "terminal-notifier -group 'eco.scale-bfw' -title 'Claude Code Finished' -sound Sonumi"
}
]
}
]
}
}