feat(sandbox): add Tier 2 native execution fabric - #3036
Draft
haelyra wants to merge 7 commits into
Draft
Conversation
Contributor
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueThanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Contributor
|
ECC bundle files are already tracked in this repository. Skipping generation of another bundle PR. |
haelyra
force-pushed
the
feat/sandbox-tier1-podman-ux
branch
from
September 9, 2026 02:52
8b22203 to
3f0a422
Compare
haelyra
force-pushed
the
feat/sandbox-tier2-native-vm
branch
from
September 9, 2026 02:52
6ce0035 to
2783461
Compare
Contributor
|
ECC bundle files are already tracked in this repository. Skipping generation of another bundle PR. |
haelyra
force-pushed
the
feat/sandbox-tier1-podman-ux
branch
from
September 9, 2026 02:58
3f0a422 to
bce20c2
Compare
haelyra
force-pushed
the
feat/sandbox-tier2-native-vm
branch
from
September 9, 2026 02:58
2783461 to
1d7f408
Compare
Contributor
|
ECC bundle files are already tracked in this repository. Skipping generation of another bundle PR. |
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.
Problem and behavior
Native platform testing and multi-job execution need stronger isolation, explicit placement, bounded resources, and evidence that survives worker loss. This PR adds Tier 2 VM and hosted CI adapters plus an opt-in version 2 execution-fabric envelope that separates execution class from placement and states its shell-only coverage.
Plans and receipts now bind route, class, placement, operator, included and excluded surfaces, resource decisions, credentials, immutable environments, artifacts, trajectories, cleanup, and promotion. Missing telemetry is disclosed; stale telemetry or a measured limit breach stops the job and triggers owned-workspace cleanup.
Scope
Validation
Boundaries
This M2 slice governs shell commands and their child processes. Whole-agent containment and the M3
ExecutionCapsuleremain future contracts. Native Tier 2 requires an admitted host; unavailable local platforms return a truthful hosted route or block.Stack
This is PR 3 of 3. It targets and depends on #3035 so its diff contains only Tier 2, hosted CI, and execution-fabric behavior.