Uh oh!
There was an error while loading. Please reload this page.
feat(DEN-1420): expose asdf through the canonical zed env CLI - #143
Merged
Conversation
Reconstruct the reviewed asdf adapter directly on current main and preserve the newly landed mise.lock module in the library surface rather than choosing either side of the prior overlap.
Preserve the reviewed asdf adapter while incorporating the rustfmt-only current-main Nix bundle repair, so exact-head validation runs against the real merge candidate.
Keep the asdf feature intact while incorporating current-main cfg gates required for strict Windows all-target validation.
Preserve the green asdf adapter while incorporating the shared canonical Zed archive-root contract and final Windows pack-guard cfg boundary.
Update the stacked typed zed env integration branch with the canonical squashed asdf foundation so its final diff contains only dispatcher, documentation, and main-binary integration work.
Preserve the validated canonical asdf dispatcher work while incorporating merged Git-submodule compatibility and the formatting-clean current main base.
ORESoftware
marked this pull request as ready for review
August 4, 2026 20:46
Uh oh!
There was an error while loading. Please reload this page.
This was referenced Aug 4, 2026
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
Current-main successor to #137 after the reusable asdf adapter merged in #121 as
8f72cffd.This narrow integration exposes the existing reviewed module through:
It adds only typed dispatcher routing, main-binary black-box tests, README/docs, completion/help coverage, and permanent three-platform workflow coverage. It reuses the existing flags-2-env keys (
ZED_PKG_ENV_CONFIG,ZED_PKG_ENV_LOCK,ZED_PKG_FROZEN,ZED_PKG_ENV_JSON) and does not duplicate adapter business logic.The adapter remains read-only, project-local, credential-free, network-free, and never executes asdf or plugin code.
Linear: DEN-1420, DEN-1439