Files
superpowers/hooks/hooks-codex.json

17 lines
303 B
JSON
Raw Normal View History

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