Files
superpowers/hooks/hooks-codex.json
2026-05-13 18:21:07 -07:00

17 lines
297 B
JSON

{
"hooks": {
"SessionStart": [
{
"matcher": "startup|resume|clear",
"hooks": [
{
"type": "command",
"command": "\"${PLUGIN_ROOT}/hooks/run-hook.cmd\" session-start",
"async": false
}
]
}
]
}
}