chore(release): v1.9.4 — collision-safe MCP and reproducible installs - #27
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🧠 Hunch — Engineering Memory Guard✅ This PR touches no recorded invariants (directly or via blast radius) and re-introduces nothing deliberately retired across 25 changed file(s). 📜 Hunch Constitution — 2 policy receipt(s)
|
davesheffer
marked this pull request as ready for review
July 26, 2026 10:55
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.
Release
Cuts Hunch
v1.9.4with the user-facing changes merged in #25 and #26:Release-safe guard bootstrap
The first PR run exposed a release bootstrap deadlock:
The repository Hunch Guard now installs the exact package version recorded on the trusted PR base branch. A release PR therefore runs the published
mainchecker instead of trying to download its own unpublished candidate, while generated consumer CI still pins the candidate's exact release.Version surfaces
package.jsonandpackage-lock.json:1.9.4@davesheffer/hunch@1.9.4@davesheffer/hunch@1.9.41.9.3for this release PR)1.9.4Historical
v1.9.3changelog entries remain unchanged.Validation
npm run typechecknpm run build1.9.3, verified present on npmnpm pack --dry-run --jsonproduced@davesheffer/hunch@1.9.4A broader local Windows batch had five environment-only failures: one locale test could not obtain distinct default collations, and four symlink tests received
EPERM. The full GitHub release and platform gates are the release authority.