Files
playbook/superpowers/hooks/hooks.json
T
2026-07-29 07:59:17 +00:00

18 lines
334 B
JSON

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