Product decision
Embedded hosts are the production path. traverse-cli serve remains a supported development and CI HTTP API; it is not the default topology for shipped product apps.
Governing specs
- 033-http-json-api
- 046-public-cli-app-registration
- 057-embeddable-runtime-host
- 068-public-platform-embedder-packages
Scope
- Correct CLI help, docs, and error guidance that could imply HTTP is the production path.
- Retain a worked generic register → execute example for development, diagnosis, and CI.
- Link production consumers to public embedder guidance.
Definition of Done
Non-goals
- A hosted or multi-tenant remote execution product.
- Deprecating the developer HTTP API.
- Changing runtime execution semantics.
Product decision
Embedded hosts are the production path.
traverse-cli serveremains a supported development and CI HTTP API; it is not the default topology for shipped product apps.Governing specs
Scope
Definition of Done
servehelp and docs call it a development/CI HTTP API..traverse/server.jsondiscovery is required.agent executeerrors distinguish the embedded production path from the development HTTP API.Non-goals