Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:31:54 +08:00
commit ec80961a5b
4 changed files with 77 additions and 0 deletions

16
hooks/hooks.json Normal file
View File

@@ -0,0 +1,16 @@
{
"hooks": {
"PostInstall": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/setup-memory.sh",
"description": "Initialize memory directory structure"
},
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/create-plugin-marker.sh",
"description": "Create plugin installation marker"
}
]
}
}