Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:36:22 +08:00
commit 82f4e2da27
5 changed files with 98 additions and 0 deletions

15
hooks/hooks.json Normal file
View File

@@ -0,0 +1,15 @@
{
"description": "Minimal test hook configuration to reproduce output capture bug",
"hooks": {
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/entrypoints/stop.sh"
}
]
}
]
}
}