The first managed live API proof mounted only the API checkout at /workspace. Package overlays created by the CLI point into the shared Platform development workspace, so those dependencies could not resolve inside Docker. The live Compose target also lacked a cleanup operation, leaving its temporary project behind after session stop.
Acceptance:
- mount the shared development workspace at identical host/container paths
- use the manager-provided exact worktree as working_dir
- declare bounded Compose cleanup
- retain loopback-only ingress and managed private networks
- pass Compose config and full API verification
The first managed live API proof mounted only the API checkout at /workspace. Package overlays created by the CLI point into the shared Platform development workspace, so those dependencies could not resolve inside Docker. The live Compose target also lacked a cleanup operation, leaving its temporary project behind after session stop.
Acceptance: