docs: reorganize Codex harness docs (#80029)

* docs: reorganize codex harness docs

* docs: address codex harness review findings

* docs: move codex references to reference nav

* docs: add codex topic configuration section
This commit is contained in:
Kevin Lin
2026-05-09 19:02:50 -07:00
committed by GitHub
parent 28cc60f13c
commit ce0584af89
14 changed files with 1322 additions and 991 deletions
+1 -1
View File
@@ -717,7 +717,7 @@ hook surface. Plugins can block native Codex tools through `before_tool_call`,
observe results through `after_tool_call`, and participate in Codex
`PermissionRequest` approvals. The bridge does not rewrite Codex-native tool
arguments yet. The exact Codex runtime support boundary lives in the
[Codex harness v1 support contract](/plugins/codex-harness#v1-support-contract).
[Codex harness v1 support contract](/plugins/codex-harness-runtime#v1-support-contract).
For full typed hook behavior, see [SDK overview](/plugins/sdk-overview#hook-decision-semantics).