Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:49:02 +08:00
commit 9c8179f1ff
9 changed files with 485 additions and 0 deletions

16
hooks/hooks.json Normal file
View File

@@ -0,0 +1,16 @@
{
"hooks": {
"SessionStart": [
{
"matcher": "startup",
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/plugin-initializer.sh \"${CLAUDE_PLUGIN_ROOT}\"",
"timeout": 15
}
]
}
]
}
}