Files
superpowers/hooks/hooks.json
T

14 lines
217 B
JSON
Raw Normal View History

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