Supervise backend process trees across platforms - #117
Closed
brxs wants to merge 1 commit into
Closed
Conversation
brxs
force-pushed
the
codex/107-process-supervisor
branch
from
August 8, 2026 21:10
cf2db26 to
2ea4668
Compare
brxs
force-pushed
the
codex/107-process-supervisor
branch
from
August 8, 2026 21:15
2ea4668 to
c56ab7b
Compare
Collaborator
Author
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.
Part of #107.
What changed
SupervisedChildlifecycle for deck sidecars, the generation server, and model/runtime installersWhy
The current Unix-specific helper cannot reliably own complete process trees on Windows, and raw child handles duplicate readiness and shutdown behavior across three service owners.
Validation
cargo clippy --workspace --all-targets -- -D warningsx86_64-pc-windows-msvcin an isolated target harnessgit diff --checkThe complete Windows app cross-check is currently blocked by a pre-existing MSVC MXCSR error in
engine/src/device.rsand the host's missingllvm-rc; the parallel audio-format slice is fixing the engine error, and Windows CI will provide the full compile/runtime child+grandchild gate.This branch was created from the same baseline as #115. After #115 merges, this PR will be rebased and its expected
models.rsoverlap resolved by retaining the path contract alongsideSupervisedChildintegration.