Files
playbook/superpowers/hooks/hooks.json
T
ci[bot] 69d12d51b4
Trigger Superpowers Sync / Run main sync script (push) Successful in 1m26s
📦 deps(superpowers): vendor snapshot
2026-03-17 08:53:55 +00: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
}
]
}
]
}
}