16 lines
298 B
JSON
16 lines
298 B
JSON
{
|
|
"description": "Minimal test hook configuration to reproduce output capture bug",
|
|
"hooks": {
|
|
"Stop": [
|
|
{
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/entrypoints/stop.sh"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|