codex-hooks.json 383 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "description": "Humanize Codex Hooks - Native Stop hooks for RLCR loops",
  "hooks": {
    "Stop": [
      {
        "hooks": [
          {
            "type": "command",
            "command": "{{HUMANIZE_RUNTIME_ROOT}}/hooks/loop-codex-stop-hook.sh",
            "timeout": 7200,
            "statusMessage": "humanize RLCR stop hook"
          }
        ]
      }
    ]
  }
}