docs: reconcile runtime catalog to real shipped set (add codex, drop crewai/deepagents/gemini-cli) #67
Reference in New Issue
Block a user
Delete Branch "docs/reconcile-runtime-catalog"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Docs claimed "ten runtime adapters ship production-ready on
main" listing crewai / deepagents / gemini-cli — none of which have a control-planeproviders.yamlentry, aworkspace-template-*repo, or adapter code inmolecule-core/molecule-ai-workspace-runtime. Meanwhile codex (a real shipped runtime — inproviders.yaml+ thecodexrepo) was missing from every list.Confirmed against real sources: CP
internal/providers/providers.yamlruntimes block; the org'sworkspace-template-*repos; the workspace-runtime adapter registry shim ("adapters live in standalone template repos").Canonical shipped set (CTO-confirmed):
claude-code, langgraph, autogen, openclaw, hermes, codex, google-adk+external= 7 runtimes + BYO.Changes
architecture.mdx(alt-text + prose),index.mdxlanding table, architecture/overview, architecture/architecture box, technology-choices, hermes-recon, hermes-adapter-design.crewai/deepagents/adapter.pydirs with the real registry-shim layout.gemini-cli-runtime.mdtutorial (no such runtime ships); removed its inbound link + Gemini-CLI mentions from the google-adk tutorial (also fixed a strayGemini 1.5 Pro→2.5).platform-architecture.svg+ the executor list inworkspace-config.svg.Deliberately left
deepagentsas a plugin target — separate plugin-domain concern, flagged for its own review.Full-doc internal-link scan: NONE broken.
npm run buildgreen.Runtime catalog reconciled to real sources (providers.yaml + template repos + adapter shim), CTO-confirmed set. Build green, links clean. LGTM.