Skip to main content
Run any Skill in Manus
with one click

vm-deploy-target

Stars0
Forks0
UpdatedJune 30, 2026 at 17:29

The `vm` deploy substrate applies an InstallPlan INSIDE a running VM over SSH. `vm` is an EXTERNAL out-of-process deploy substrate (like local/android/k8s): the plan WALK runs in candy/plugin-deploy-vm via the shared charly/plugin/kit.WalkPlans over the GUEST SSHExecutor the executor reverse channel serves, and the host-side VM venue lifecycle (boot the domain, build the guest SSH executor, nested-pod-in-guest, teardown, the `charly vm` lifecycle) lives in the registered vmSubstrateLifecycle hook. The bare DeployTarget (Name+Emit) interface has two in-proc BUILD-ENGINE implementers (OCITarget, PodDeployTarget, invoked host-side from a lifecycle hook); the deploy lifecycle is the UnifiedDeployTarget interface, and ALL FIVE external substrates (local/vm/pod/k8s/android) route through the generic externalDeployTarget. Covers the DeployExecutor interface, SSHExecutor, VmDeployState persistence, and the host-side ledger. Source: charly/vm_deploy_lifecycle.go, charly/deploy_substrate_lifecycle.go, charly/deploy_tar

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

SKILL.md
readonly