{
"hooks": {
"SessionStart": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "bash .codex/tbd-session.sh"
}
]
},
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "bash .codex/ensure-gh-cli.sh",
"timeout": 120
}
]
}
],
"PreCompact": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "bash .codex/tbd-session.sh --brief"
}
]
}
],
"PostToolUse": [
{
"matcher": "Bash",
"hooks": [
{
"type": "command",
"command": "bash .codex/tbd-closing-reminder.sh"
}
]
}
]
}
}