docs(design): compass distribution & install surface (RIG-2477, RIG-2608) - #578
Open
rigel-mintaka wants to merge 1 commit into
Open
docs(design): compass distribution & install surface (RIG-2477, RIG-2608)#578rigel-mintaka wants to merge 1 commit into
rigel-mintaka wants to merge 1 commit into
Conversation
|
Compass engineering docs preview: https://compass-native-rig-1746-dist.compass-eng-docs.pages.dev Deployed from Changed pages: |
…608) Design record for how Compass reaches users' machines: the client app's full per-OS matrix (Linux x86_64 tarball + macOS arm64 signed/notarized .app-in-dmg), install channels (homebrew tap, nix flake, raw release assets), the headless self-host stack's host-level KVM bring-up, and postgres provisioned as a zero-config container (BYO-DSN opt-out). Scope expansion of RIG-1746 ruled by Matt (2026-08-24). Composes with the #460 release-bundling record as its publishing rail; does not redesign the Release mechanism, only extends its Fork 2(i) asset boundary. Status: Draft. Four load-bearing Open Questions carried for Matt at the design-PR gate (Apple Developer account, postgres image mechanism, DL-183 pgid-format-v2 for container teardown, darwin CI cadence). Ledger rows DL-241..244 land in this PR at freeze once the OQs are ruled. Ledger-impact: proposes DL-241..244 (client per-OS matrix, install channels, host-KVM stack, postgres-as-container); rows land at freeze after the load-bearing OQs are ruled. No status flips (DL-217 already Superseded by DL-238). Co-authored-by: Matt Wilkinson <matt@rigel.build>
rigel-mintaka
force-pushed
the
compass-native/rig-1746-distribution-design
branch
from
August 24, 2026 04:26
3b6dba2 to
ee0a535
Compare
rigel-mintaka
marked this pull request as ready for review
August 24, 2026 14:27
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 for how Compass reaches users' machines: the client app's
full per-OS matrix (Linux x86_64 tarball + macOS arm64 signed/notarized
.app-in-dmg), install channels (homebrew tap, nix flake, raw release
assets), the headless self-host stack's host-level KVM bring-up, and
postgres provisioned as a zero-config container (BYO-DSN opt-out).
Scope expansion of RIG-1746 ruled by Matt (2026-08-24). Composes with the
#460 release-bundling record as its publishing rail; does not redesign the
Release mechanism, only extends its Fork 2(i) asset boundary.
Status: Draft. Four load-bearing Open Questions carried for Matt at the
design-PR gate (Apple Developer account, postgres image mechanism,
DL-183 pgid-format-v2 for container teardown, darwin CI cadence). Ledger
rows DL-241..244 land in this PR at freeze once the OQs are ruled.
Ledger-impact: proposes DL-241..244 (client per-OS matrix, install
channels, host-KVM stack, postgres-as-container); rows land at freeze
after the load-bearing OQs are ruled. No status flips (DL-217 already
Superseded by DL-238).
Co-authored-by: Matt Wilkinson matt@rigel.build