Files
superpowers/hooks/hooks.json
T

16 lines
270 B
JSON
Raw Normal View History

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