Files
agentmon/hooks/codex/hooks.json
T
2026-03-20 11:17:26 -07:00

23 lines
423 B
JSON

{
"hooks": {
"sessionStart": [
{
"type": "command",
"command": "~/.local/bin/agentmon-codex-handler start"
}
],
"sessionEnd": [
{
"type": "command",
"command": "~/.local/bin/agentmon-codex-handler stop"
}
],
"notify": [
{
"type": "command",
"command": "~/.local/bin/agentmon-codex-handler notification"
}
]
}
}