From 1d4ef9698fbb143f813f59d315dfd5b8a6e64245 Mon Sep 17 00:00:00 2001 From: Snider Date: Thu, 5 Feb 2026 20:18:28 +0000 Subject: [PATCH] docs(codex): add polish note Summary:\n- documented the upstream hooks.json validity issue kept for parity\n- noted a recommended follow-up to enforce strict validation --- codex/REPORT.md | 1 + 1 file changed, 1 insertion(+) diff --git a/codex/REPORT.md b/codex/REPORT.md index 6e7c630..16632a5 100644 --- a/codex/REPORT.md +++ b/codex/REPORT.md @@ -52,6 +52,7 @@ Each Codex sub-plugin includes: - Gemini CLI currently logs unsupported hook event names (`PreToolUse`, `PostToolUse`). Hooks are mirrored for parity, but hook execution depends on runtime support. - Shell-based command prompts are blocked by Gemini policy; MCP tools are used instead for Codex awareness. +- `claude/code/hooks.json` is not valid JSON in the upstream source; the Codex mirror preserves the same structure for strict parity. Recommend a follow-up fix if you want strict validation. ## Files & Locations