Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:18:32 +08:00
commit fc5ba03a7f
4 changed files with 75 additions and 0 deletions

15
hooks/hooks.json Normal file
View File

@@ -0,0 +1,15 @@
{
"description": "Ralph Wiggum Stop 鉤子 - 攔截退出以創建自引用循環",
"hooks": {
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/stop-hook.sh"
}
]
}
]
}
}