mirror of
https://github.com/CharlesWiltgen/Axiom.git
synced 2026-09-20 19:58:20 +08:00
2abd614ba1
The Harness Support intro said Codex has "no per-prompt routing hook in the same form", three lines above a table that marks per-prompt routing supported on Codex. The clause predated the port of the hooks to the Codex variant: the generated axiom-codex/hooks/hooks.json binds UserPromptSubmit with no matcher (Codex rejects one on that event), and user-prompt-submit.py returns hookSpecificOutput.additionalContext, the context-injecting shape a routing nudge needs. Removed the clause so the prose agrees with the table and with what ships. The page already states the real caveat elsewhere — Codex needs features.hooks = true, and a skills-only install gets no hooks at all. Verified: docs build clean, npm run test:unit 498/498, Phase 1 static PASSED.