refactor(supervisor): add backend-neutral boundary primitives - #2942
Draft
drew wants to merge 4 commits into
Draft
refactor(supervisor): add backend-neutral boundary primitives#2942drew wants to merge 4 commits into
drew wants to merge 4 commits into
Conversation
drew
force-pushed
the
codex/1737-rfc12-supervisor-primitives
branch
from
August 26, 2026 06:21
fccbbc0 to
5b589ab
Compare
This was referenced Aug 26, 2026
drew
force-pushed
the
codex/1737-rfc12-supervisor-primitives
branch
from
August 31, 2026 23:52
5b589ab to
8818afd
Compare
|
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. |
6 tasks
drew
force-pushed
the
codex/1737-rfc12-supervisor-primitives
branch
from
September 1, 2026 08:00
7e52ced to
fbcc382
Compare
Signed-off-by: Drew Newberry <385+drew@users.noreply.github.com>
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
drew
force-pushed
the
codex/1737-rfc12-supervisor-primitives
branch
from
September 1, 2026 08:06
fbcc382 to
efba1d8
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
Add permanent backend-neutral boundary primitives to the process and network supervisor leaves while preserving the legacy orchestration path. This is PR 2 of 4 in the review stack.
Stack: #2941 → this PR → #2945 → #2965.
The supervisor primitives consume the single RFC 0012 entry path introduced below: resolve the trusted topology descriptor, call
attach, then driveBound→Ready→Running.Related Issue
Part of #1737. The final PR in this stack carries the Docker proof.
Changes
openshell-binary-identityhelper crate for shared trusted procfs executable resolution.Testing
cargo test -p openshell-supervisor-network --lib— 1,268 passed, 2 ignored on the complete stackcargo test -p openshell-sandbox --lib— 102 passed on the complete stackmise run pre-commitpasses on the complete stackChecklist