fix: define host runtime environment ownership - #70
Merged
Conversation
webup
marked this pull request as ready for review
August 16, 2026 15:19
7 tasks
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.
What changed
dev,serve,worker, andscheduler), leaving container/Compose policy for the separate Train B design;Why
PR #69 exposed a design-level problem: source parsing, assignment precedence, runtime initialization, and container handoff were being changed together. That made fixes in one boundary create regressions in another. This replacement keeps the API release focused on one host-runtime ownership contract and defers the separately reviewed container boundary.
User and developer impact
KEY=;version, help, and Dockerfile rendering no longer instantiate runtime settings.Validation
994 passed, 6 skipped,90.37%with the existing 90% threshold;283 passed, 1 skippedlocally where applicable;55 passedon Python 3.12 withpython-dotenv==1.0.0;147 passed, 1 skipped;The local Docker smoke could not pull uncached Docker Hub images because the OrbStack daemon route timed out. This draft exists so hosted CI can provide the Docker-runtime and native Windows evidence before any merge or release decision.
This is a replacement implementation direction for #69; the contributor PR is intentionally left untouched.