Skip to content

fix(install): bundle-update refusal + per-platform checksums (#87 close-out) - #121

Merged
eaitbrahim merged 1 commit into
mainfrom
fix/87-refusal-and-checksums
Aug 28, 2026
Merged

fix(install): bundle-update refusal + per-platform checksums (#87 close-out)#121
eaitbrahim merged 1 commit into
mainfrom
fix/87-refusal-and-checksums

Conversation

@eaitbrahim

Copy link
Copy Markdown
Contributor

Closes #87 — the issue's four checklist items are now all green: bundles published and deep-linked by the existing cards (#97), desktop-install.md in the manifest (#103), unsigned copy current (signing still inert), and these last two copy fixes. Upstream docs defect filed on keel separately.

…sums described per-platform

- updateBody ×3: a desktop-app install is the other thing keel update
  declines — for the app, downloading the new release's installer IS
  the update path; the refusal says so and points there (keel#510/D6,
  ADR 0001).
- verifyLead ×3: releases attach per-platform checksum files
  (SHA256SUMS-macOS-arm64 / -macOS-x86_64 / -Windows-x86_64), not a
  singular SHA256SUMS.txt — matching what v0.12.0 actually ships.
  Upstream docs defect filed separately (singular promise vs per-leg
  reality).
@sonarqubecloud

Copy link
Copy Markdown

@eaitbrahim
eaitbrahim merged commit ade9e98 into main Aug 28, 2026
2 checks passed
@eaitbrahim
eaitbrahim deleted the fix/87-refusal-and-checksums branch August 28, 2026 23:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Desktop installers: publish the download path when a release actually carries bundles

1 participant