Files
superpowers/hooks/hooks-codex.json
T

17 lines
297 B
JSON
Raw Normal View History

2026-05-12 17:34:16 -07:00
{
"hooks": {
"SessionStart": [
{
"matcher": "startup|resume|clear",
"hooks": [
{
"type": "command",
"command": "\"${PLUGIN_ROOT}/hooks/run-hook.cmd\" session-start",
"async": false
}
]
}
]
}
}