23 lines
423 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
}
|