Files
2025-11-30 08:49:02 +08:00

17 lines
309 B
JSON

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