Files
superpowers/hooks/hooks.json
T

16 lines
287 B
JSON
Raw Normal View History

2025-10-09 12:57:31 -07:00
{
"hooks": {
"SessionStart": [
{
"matcher": "startup|resume|clear|compact",
"hooks": [
{
"type": "command",
2025-12-01 15:42:12 -08:00
"command": "\"${CLAUDE_PLUGIN_ROOT}/hooks/run-hook.cmd\" session-start.sh"
}
]
}
]
}
2025-10-09 12:57:31 -07:00
}