Files
2025-11-30 08:36:22 +08:00

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"
}
]
}
]
}
}