claude-code-remote-remake/config/defaults/claude-hooks.json

28 lines
532 B
JSON
Raw Permalink Normal View History

{
"hooks": {
"Stop": [
{
"matcher": "*",
"hooks": [
{
"type": "command",
"command": "node {TASKPING_ROOT}/taskping.js notify --type completed",
"timeout": 5
}
]
}
],
"SubagentStop": [
{
"matcher": "*",
"hooks": [
{
"type": "command",
"command": "node {TASKPING_ROOT}/taskping.js notify --type waiting",
"timeout": 5
}
]
}
]
}
}