17 lines
401 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
}
|