Make development runtimes container-portable - #59
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Outcome
Containerized development targets can consume live package overlays from the same federated workspace and leave no declared runtime residue when a target or session stops.
Work authority
Contributor mode (select one):
Plan
Replace absolute overlay links with relative links, expose explicit session workspace/worktree identity to project-owned operations, execute declared setup/cleanup around bounded process lifecycle, test the command boundary, and prove the packed CLI artifact. All repository work is complete; Platform installation and live API proof follow release.
Changes and commits
Verification
npm ci --ignore-scriptscompleted.npm run verify:directpassed.Risk and rollback
Setup and cleanup remain unprivileged, project-declared command/argument arrays with existing timeouts. Cleanup runs only for an activated target. Revert b4ad7de to restore the previous behavior; stopping a session with the prior released CLI remains the fallback, followed by the project-declared cleanup command if residue exists.
Completion summary
The generic CLI boundary is implemented and packed-artifact verified. Remaining work is an RC release, Platform/Deployment selection, and the same real API/Admin live-session retry. No production or stable selection changes in this PR.
Submission checklist