Files
superpowers/hooks/hooks-codex.json
2026-05-14 15:51:53 -07:00

17 lines
303 B
JSON

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