Files
superpowers/hooks/hooks-codex.json.example
T

16 lines
266 B
JSON
Raw Normal View History

{
"hooks": {
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "bash \"/ABSOLUTE/PATH/TO/superpowers/hooks/session-start-codex\"",
"timeout": 30
}
]
}
]
}
}