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