refactor(orchestrator): guard detached launch ownership - #484
Open
LukeMathWalker wants to merge 2 commits into
Open
refactor(orchestrator): guard detached launch ownership#484LukeMathWalker wants to merge 2 commits into
LukeMathWalker wants to merge 2 commits into
Conversation
LukeMathWalker
force-pushed
the
refactor/orchestrator-detached-launch-guard
branch
from
August 10, 2026 06:42
012749a to
d11f567
Compare
LukeMathWalker
force-pushed
the
refactor/orchestrator-detached-launch-guard
branch
from
August 10, 2026 06:55
d11f567 to
dc0857d
Compare
LukeMathWalker
force-pushed
the
refactor/orchestrator-detached-launch-guard
branch
from
August 10, 2026 08:43
16a7bd3 to
18bc25a
Compare
LukeMathWalker
force-pushed
the
refactor/orchestrator-detached-launch-guard
branch
from
August 10, 2026 14:59
18bc25a to
8820d38
Compare
LukeMathWalker
marked this pull request as ready for review
August 10, 2026 15:15
github-merge-queue
Bot
removed this pull request from the merge queue due to invalid changes in the merge commit
Aug 10, 2026
LukeMathWalker
force-pushed
the
refactor/orchestrator-detached-launch-guard
branch
from
August 10, 2026 15:21
8820d38 to
26d6a20
Compare
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.
Why
Detached startup repeated supervisor termination and generation rollback across several failure branches. Collector startup also consumed the supervisor child on failure, preventing the launcher from retaining a continuous collection capability.
What Changed
Risks / Notes
The two-phase filesystem handoff remains procedural and unchanged. The guard only makes ownership and rollback obligations structural. This is the second PR in the lifecycle-ownership stack and targets #483.
AI Assistance
Implementation assisted by OpenAI GPT-5.4.