Appearance
Deployments
This section is mostly target state. Today the deployment story is "install a Host, supervise its runtime records." There is no rollout orchestrator, no profile reconciler, no rollback automation. Each leaf documents what the present model can do, what is target, and where the target work is owned.
- Deployment profiles — declarative target-state runtime sets.
- Runtime hosts — operator workflow for Host supervisors.
- Package versions — versioning model and target registry pull.
- Rollouts — controlled deploys (target).
- Rollback — undoing deploys (target).
Source:
WORKSTREAMS/docker-npm-parity/is the parent track for this work.projects/matrix-3/packages/host-control/src/index.tsdefines the runtime-record primitives the future orchestrator will compose.