Uh oh!
There was an error while loading. Please reload this page.
docs(DEN-1413): define durable manifests on first install - #21
Merged
Conversation
This was referenced Aug 3, 2026
ORESoftware
marked this pull request as ready for review
August 3, 2026 06:38
This was referenced Aug 3, 2026
Merged
ORESoftware added a commit
that referenced
this pull request
Aug 4, 2026
Land architecture doc 27 and the current README index entry for the completed durable first-install contract. The exact two-file head passed agents policy and cross-repository deep-link CI. It preserves current docs 24 through 26, records the final zed-cli #88 and zed-pkg-e2e #34/#35 heads and merge SHAs, documents the Linux transaction-recovery race and kernel-lock fix, and states the certified Linux/macOS Node/Go/Python/Rust boundary without implying Windows certification. The semantic history retains the reviewed original docs PR #21 as a parent while avoiding its obsolete doc-24 number. Refs DEN-1413, DEN-1574.
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.
Summary
Adds architecture doc 24 for the first-install contract implemented in
zed-pkg/zed-cliPR #42.The document specifies:
zed install <package>...creates a durable.zpkg.tomlwhen one is missing;--do-not-write-new-manifestescape hatch and environment variable;--allow-no-manifest,--skip-manifest, andZED_PKG_ALLOW_NO_MANIFEST;The README index now links doc 24 and marks implementation as in review.
Validation
9977e8a2eefef7b851c3ca4b548bd78bfc643934;Linear: DEN-1413
Implementation: zed-pkg/zed-cli#42
Acceptance: zed-pkg-test/zed-pkg-e2e#13
Related: DEN-1411, DEN-567, DEN-772