Files
zyt/.trellis/.backup-2026-04-30T09-48-44/.codex/hooks.json
T

17 lines
298 B
JSON

{
"hooks": {
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "python3 .codex/hooks/session-start.py",
"timeout": 15,
"statusMessage": "Loading Trellis context..."
}
]
}
]
}
}