37 lines
821 B
JSON
37 lines
821 B
JSON
{
|
|
"hooks": {
|
|
"SessionStart": [
|
|
{
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "node \"${CLAUDE_PLUGIN_ROOT}/../vendor/codex/scripts/session-lifecycle-hook.mjs\" SessionStart",
|
|
"timeout": 5
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"SessionEnd": [
|
|
{
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "node \"${CLAUDE_PLUGIN_ROOT}/../vendor/codex/scripts/session-lifecycle-hook.mjs\" SessionEnd",
|
|
"timeout": 5
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"Stop": [
|
|
{
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "node \"${CLAUDE_PLUGIN_ROOT}/../vendor/codex/scripts/stop-review-gate-hook.mjs\"",
|
|
"timeout": 900
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|