Uh oh!
There was an error while loading. Please reload this page.
feat: consolidate OCI interoperability with current modular CLI - #118
Merged
Conversation
ORESoftwareforce-pushed
the
agent/oci-interop-consolidated-v1
branch
from
August 4, 2026 12:30
172cdbc to
b539968CompareORESoftwareforce-pushed
the
agent/oci-interop-consolidated-v1
branch
from
August 4, 2026 12:50
6c440e8 to
439e0faCompare
This was referenced Aug 4, 2026
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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.
Scope
Consolidates the previously certified OCI planner, local image-layout materializer, and authenticated ORAS push implementation directly onto current
main.This replaces the stale multi-PR product stack with one conflict-free branch while preserving all newer mise, Nix, fetch, Git-submodule, managed-install, transaction-locking, and CLI-model work.
Architecture
OCI is integrated through the repository's current modular command pattern:
oci_command::dispatchroutes theocifamily before normal Zed registry configuration or transaction recovery;Cmdenum;mainremains authoritative for all non-OCI files and behavior.Commands
Security boundaries
Validation
This PR intentionally relies on the repository's normal read-only workflow matrix. A clean-room e2e PR will repin the existing planner, local-layout, and authenticated-registry contracts to the final exact commit on this branch.
Supersedes the stale product stack: #44, #56, and #93.
Linear: DEN-1420