Files
gh-killerapp-mem8-plugin/hooks/hooks.json
2025-11-30 08:31:54 +08:00

17 lines
401 B
JSON

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