Defined in hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "han hook run jutsu-yarn install",
"timeout": 300
}
]
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "cat \"${CLAUDE_PLUGIN_ROOT}/hooks/yarn-reminder.md\"",
"timeout": 5
}
]
}
],
"SubagentStop": [
{
"hooks": [
{
"type": "command",
"command": "han hook run jutsu-yarn install",
"timeout": 300
}
]
}
]
}{
"riskFlags": {
"touchesBash": false,
"matchAllTools": false,
"touchesFileWrites": false
},
"typeStats": {
"command": 3
},
"eventStats": {
"Stop": 1,
"SessionStart": 1,
"SubagentStop": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 1,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 0
}
}