Files
makelore/resources/skills/superpowers/hooks/hooks.json
2026-07-29 17:22:35 +08:00

17 lines
305 B
JSON

{
"hooks": {
"SessionStart": [
{
"matcher": "startup|clear|compact",
"hooks": [
{
"type": "command",
"command": "\"${CLAUDE_PLUGIN_ROOT}/hooks/run-hook.cmd\" session-start",
"async": false
}
]
}
]
}
}