feat(sandbox): track exec processes - #2848
Merged
sjenning merged 0 commit intoAug 20, 2026
Merged
Conversation
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
drew
force-pushed
the
codex/2710-exec-process-tracking
branch
from
August 20, 2026 21:05
85106dc to
eebc611
Compare
drew
force-pushed
the
codex/2710-exec-process-tracking
branch
from
August 20, 2026 22:01
eebc611 to
ccf8cdc
Compare
sjenning
force-pushed
the
codex/2710-exec-process-tracking
branch
from
August 20, 2026 22:32
ccf8cdc to
a5f39e2
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.
Summary
Track processes launched through
sandbox execwith stable identities and observable lifecycle state owned by the sandbox supervisor. This draft is the third PR in the issue #2710 stack.The implementation will cover lifecycle metadata and list/get inspection. Reconnectable exec I/O, output replay, process control, descendant enumeration, and exec restart policies remain out of scope.
Related Issue
Relates to #2710.
Depends on #2726 and #2798.
Changes
Implementation is pending; the detailed editable plan is kept locally under
architecture/plans/2710-exec-process-tracking.md.Testing
mise run pre-commitfor the initial stack branchChecklist