2.home-manager/tests/modules/programs/codex/hooks-dir-xdg/hooks.json
Austin Horstman cd863288d4 codex: stop duplicating hook script deployment
Write path-backed hook bundles only under the active Codex home so XDG mode no longer mirrors scripts into ~/.codex.
2026-07-07 09:53:53 -05:00

15 lines
235 B
JSON

{
"hooks": {
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "$CODEX_HOME/hooks/session-start.sh",
"timeout": 5
}
]
}
]
}
}