docs: move native codex plugins into capabilities#84341
Conversation
|
Codex review: needs maintainer review before merge. Workflow note: Future ClawSweeper reviews update this same comment in place. How this review workflow works
Summary Reproducibility: not applicable. this is a docs navigation PR, not a runtime bug report. Source inspection and the PR diff are enough to review the requested placement change. PR rating Rank-up moves:
What the crustacean ranks mean
Shiny media proof means a screenshot, video, or linked artifact directly shows the changed behavior. Runtime, network, CSP, and security claims still need visible diagnostics. PR egg Rarity: ✨ glimmer. What is this egg doing here?
Real behavior proof Risk before merge Maintainer options:
Next step before merge Security Review detailsBest possible solution: Merge the nav-only docs change if a maintainer agrees the Native Codex plugins guide should be discoverable beside the bundled Codex harness guide, with no runtime changes. Do we have a high-confidence way to reproduce the issue? Not applicable: this is a docs navigation PR, not a runtime bug report. Source inspection and the PR diff are enough to review the requested placement change. Is this the best way to solve the issue? Yes, conditionally: moving the guide-style page next to the base Codex harness guide is a narrow maintainable docs change. Because the maintainer label is present, the final placement decision should come from a maintainer. Label justifications:
Acceptance criteria:
What I checked:
Likely related people:
Codex review notes: model gpt-5.5, reasoning high; reviewed against 5c9a8f33b312. |
Summary
plugins/codex-native-pluginsfrom the References tab to the Capabilities tabplugins/codex-harnessVerification
python - <<"PY"\nimport json\nfrom pathlib import Path\njson.loads(Path("docs/docs.json").read_text())\nprint("docs/docs.json parses")\nPYgit diff --check