chore(release): 0.2.2 - #34
Merged
Merged
Conversation
tangletools
approved these changes
Aug 21, 2026
tangletools
left a comment
There was a problem hiding this comment.
✅ Auto-approved drewstone PR — a533ebd5
This PR was opened by the trusted drewstone account.
This approval is provisional and was applied by the local stand-in because the pr-reviewer webhook host is unreachable (2026-08-21). CI on this head is fully green. The full PR reviewer audit re-runs via the resweep when the service returns and will publish findings if it detects issues.
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.
Why
maincarries the canonical-digest fix from #32 — the view layer no longer calls a JSON string a digest, and{limit: NaN}no longer shares an identity with{limit: null}.package.jsonstill reads0.2.1, which is the version already on npm, so that fix cannot reach a consumer: the publish workflow refuses a version the registry already serves.What
Version
0.2.1→0.2.2. No other change.Proof
pnpm run check:release— passes: 26 stable scripts, 12 required source artifacts, live checks explicitly external.Note for anyone running that check on macOS: it fails on the default
TMPDIRwithRelease file resolved through a symlinkbecause/var/folders/...resolves through/private/var. That is the check working — it refuses a symlinked release path by design. Run it with a real path (TMPDIR=/private/tmp/...).Simplification
None. A version bump so an existing fix can ship.
Net: +1/-1 lines, 1 file.
Not done here: nothing.
Tests
Tests: +0, -0. A test asserting a version string is a change detector;check:releaseand the publish workflow's registry-collision refusal already prove what matters.