Files
gh-baton8-takushinotifier/hooks/hooks.json
2025-11-29 18:00:39 +08:00

16 lines
227 B
JSON

{
"hooks": {
"Stop": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/notify.sh"
}
]
}
]
}
}