Uh oh!
There was an error while loading. Please reload this page.
feat(DEN-1439): import and verify mise on current main - #91
Merged
Conversation
ORESoftware
marked this pull request as ready for review
August 4, 2026 03:36
ORESoftwareforce-pushed
the
agent/den-1439-mise-import-current-main
branch
from
August 4, 2026 03:46
86c4c7a to
4186d50CompareORESoftware
changed the base branch from
main
to
fix/windows-auth-secure-file-modeAugust 4, 2026 03:47
ORESoftware
changed the base branch from
fix/windows-auth-secure-file-mode
to
mainAugust 4, 2026 03:49
ORESoftwareforce-pushed
the
agent/den-1439-mise-import-current-main
branch
from
August 4, 2026 04:18
4186d50 to
26d7a62Compare
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.
Purpose
Implements the reviewed static mise adapter directly on current
main, without carrying the stale history or unrelated platform-test changes from legacy PR #38.zed-pkgis an independent multi-language package manager and is unrelated to the Zed editor. Here,zedrefers only to thezed-pkgCLI.Shipped Tier-1 surface
zed env import mise;zed env verify mise --frozen;mise.toml,.mise.toml, or.tool-versionsselection;mise.tomland.mise.tomlboth map tomise.lock);EnvironmentPlanoutput;The adapter parses committed manager state directly. It does not invoke mise, install tools, evaluate tasks/hooks/templates/plugins, read parent or user-global configuration, or mutate mise/Zed files.
Deliberate claim boundary
This is the certified common read-only subset, not complete
mise.lockparity. Broader claims remain blocked until DEN-1481 and DEN-1461 add and certify:settings.lockfile_platformsplatform;Those limitations are explicit rather than silently normalized away.
Relationship to runtime activation
Runtime
zed dev --mise auto|never|requiredcomposition is merged through #70 and certified through mergedzed-pkg-test/zed-pkg-e2e#25. This PR supplies the complementary read-only import and verification plane.docs/mise-interop.mddescribes both surfaces and their ownership boundary.Exact candidate and clean diff
Exact head:
The branch semantically incorporates both Windows portability prerequisites present on
main:Relative to updated
main, the pull request contains exactly eight feature files:.cli-flags.tomlREADME.mddocs/mise-interop.mdsrc/cli.rssrc/environment.rssrc/lib.rssrc/main.rstests/mise_environment_cli.rsNo temporary materialization or self-mutating workflow remains.
Final validation
Every exact-head
zed-cliworkflow is green:Independent
zed-pkg-test/zed-pkg-e2e#7pins this exact head and is fully green on Ubuntu 24.04, macOS 15, and Windows Server 2025. Each platform passed formatting, environment unit tests, real CLI integration tests, all-target Clippy with warnings denied, the locked release build, and both black-box harnesses. The aggregate gate and all ordinary E2E workflows are green.Supersedes
Legacy PR #38 is superseded by this clean current-main implementation.
Static E2E: zed-pkg-test/zed-pkg-e2e#7
Merged Windows test prerequisite: #94
Merged Windows auth prerequisite: #92
Merged runtime implementation: #70
Merged runtime E2E: zed-pkg-test/zed-pkg-e2e#25
Linear: DEN-1439, DEN-1420, DEN-1449, DEN-1481, DEN-1461