30 lines
628 B
JSON
30 lines
628 B
JSON
{
|
|
"hooks": {
|
|
"SessionStart": [
|
|
{
|
|
"matcher": "^startup$",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "python3 .codex/hooks/scripts/hooks.py --hook SessionStart",
|
|
"timeout": 10,
|
|
"statusMessage": "Loading project context"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"Stop": [
|
|
{
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "python3 .codex/hooks/scripts/hooks.py --hook Stop",
|
|
"timeout": 10,
|
|
"statusMessage": "Running session stop hook"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|