1.8 KiB
1.8 KiB
Rename Operator API Runtime
Status
completed
Owner
- Codex
Started At
2026-03-20
Goal
- Rename the package-owned web backend runtime from
packages/orchd-runtimetopackages/operator-apiand rename its command entrypoint fromcmd/orchdtocmd/operator-apiso the current workspace no longer carries the ambiguousorchdname.
Scope
- rename the package directory and module path
- update imports, workspace metadata, and current docs
- validate the package-oriented build and test flows after the rename
Checklist
- inspect current
orchd-runtimereferences - rename the package directory and module path to
operator-api - update workspace metadata, imports, and current docs
- validate package-oriented Go tests and frontend build after the rename
- archive this roadmap and commit the completed rename
Files
docs/roadmaps/archive/rename-orchd-runtime-to-operator-api.mdgo.workpackages/operator-api/docs/implementation-roadmap.mddocs/skill-workspace-monorepo.mddocs/web-product-monorepo.md
Decisions
- rename both the package and the command entrypoint together so current source-of-truth code no longer carries the
orchdname
Blockers
- none
Next Step
- continue feature work with
packages/operator-apias the backend runtime name and avoid reintroducing the oldorchdlabel
Completion Summary
- renamed the package-owned backend runtime from
packages/orchd-runtimetopackages/operator-api - renamed the package-owned daemon entrypoint from
cmd/orchdtocmd/operator-api - updated current imports, workspace metadata, frontend copy, and current architecture docs to the new operator API name
- validated the renamed runtime through package-oriented Go tests, skill bundle packaging, and frontend build checks