docs(platform): design record — bundle nix outputs, images, binaries as GitHub Releases - #460
Open
rigel-mintaka wants to merge 1 commit into
Open
docs(platform): design record — bundle nix outputs, images, binaries as GitHub Releases#460rigel-mintaka wants to merge 1 commit into
rigel-mintaka wants to merge 1 commit into
Conversation
|
Compass engineering docs preview: https://compass-rig-1746-releases-bu.compass-eng-docs.pages.dev Deployed from Changed pages: |
rigel-mintaka
force-pushed
the
compass/rig-1746-releases-bundling-design
branch
3 times, most recently
from
August 22, 2026 13:22
b427265 to
fb7a543
Compare
…as GitHub Releases Design record (no implementation) for a GitHub Releases bundling lane per Matt's directive. Resolves four forks: (1) surface = compass GHA (not orion Woodpecker — in-repo GITHUB_TOKEN, public download point, artifacts are compass-built); (2) artifacts = per-arch binaries attached + image referenced by GHCR digest + nix-outputs narHash manifest (no multi-GB tarballs); (3) versioning = per-build `build-<sha12>` prereleases on qualifying main pushes + a `v*` semver lane reserved for RIG-1746, with orion config-publish cutting over from `go install` to Release-asset download (retargets RIG-2103, pending ruling); (4) auth = workflow GITHUB_TOKEN with contents: write, no PR triggers. Five Open Questions batched for Matt (binary-set boundary, RIG-2103 disposition, trigger breadth, closure attachment, prerelease retention). Spec-impact: none. Refs RIG-1746 Co-authored-by: Matt Wilkinson <matt@rigel.build>
rigel-mintaka
force-pushed
the
compass/rig-1746-releases-bundling-design
branch
from
August 22, 2026 13:32
fb7a543 to
7b2ecff
Compare
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.
Design record (no implementation) for a GitHub Releases bundling lane per Matt's directive. Resolves four forks: (1) surface = compass GHA (not orion Woodpecker — in-repo GITHUB_TOKEN, public download point, artifacts are compass-built); (2) artifacts = per-arch binaries attached + image referenced by GHCR digest + nix-outputs narHash manifest (no multi-GB tarballs); (3) versioning = per-build
build-<sha12>prereleases on qualifying main pushes + av*semver lane reserved for RIG-1746, with orion config-publish cutting over fromgo installto Release-asset download (retargets RIG-2103, pending ruling); (4) auth = workflow GITHUB_TOKEN with contents: write, no PR triggers.Five Open Questions batched for Matt (binary-set boundary, RIG-2103 disposition, trigger breadth, closure attachment, prerelease retention).
Spec-impact: none. Refs RIG-1746
Co-authored-by: Matt Wilkinson matt@rigel.build