fix: use managed codex binary for source migration (#81582)

* fix: use managed codex binary for source migration

* docs: document codex reserved sdk subpaths
This commit is contained in:
Jason
2026-05-13 20:40:54 -06:00
committed by GitHub
parent c95ccf43c1
commit 3fd64a281f
4 changed files with 23 additions and 6 deletions

View File

@@ -361,10 +361,16 @@ focused channel/runtime subpaths, `config-contracts`, `string-coerce-runtime`,
</Accordion>
<Accordion title="Reserved bundled-helper subpaths">
There are currently no reserved bundled-helper SDK subpaths. Owner-specific
helpers live inside the owning plugin package, while reusable host contracts
use generic SDK subpaths such as `plugin-sdk/gateway-runtime`,
`plugin-sdk/security-runtime`, and `plugin-sdk/plugin-config-runtime`.
These private compatibility surfaces are reserved for their owning bundled
plugin. New reusable host contracts should use generic SDK subpaths such as
`plugin-sdk/gateway-runtime`, `plugin-sdk/security-runtime`, and
`plugin-sdk/plugin-config-runtime`.
| Subpath | Key exports |
| --- | --- |
| `plugin-sdk/codex-mcp-projection` | Codex-owned user MCP server projection helper for the bundled Codex app-server harness |
| `plugin-sdk/codex-native-task-runtime` | Codex-owned detached task runtime helpers for native subagent mirroring |
</Accordion>
</AccordionGroup>