Files
shared/hooks/hooks.json
T
2026-07-27 11:20:15 +08:00

16 lines
242 B
JSON

{
"hooks": {
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/worklog/worklog.sh",
"timeout": 60
}
]
}
]
}
}