/plugin marketplace add Bae-ChangHyun/cc-plugins-bch/plugin install gitwf@cc-plugins-bchDefined in hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/notify.sh 'complete' '작업이 완료되었습니다'",
"timeout": 5
}
],
"matcher": ""
}
],
"Notification": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/notify.sh 'permission' '권한 승인이 필요합니다'",
"timeout": 5
}
],
"matcher": "permission_prompt"
},
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/notify.sh 'idle' '입력을 기다리고 있습니다'",
"timeout": 5
}
],
"matcher": "idle_prompt"
}
]
}{
"riskFlags": {
"touchesBash": false,
"matchAllTools": false,
"touchesFileWrites": false
},
"typeStats": {
"command": 3
},
"eventStats": {
"Stop": 1,
"Notification": 2
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 3,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 0
}
}