Fix release regressions and prepare 1.1.1#23
Draft
rebel0789 wants to merge 2 commits into
Draft
Conversation
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.
What changed
--datasetmay resolve from the workspace.SIGINTandSIGTERMfromrecall serveto the Control API child so consumer processes shut down cleanly.Root cause and impact
The default benchmark resolver treated the bundled fixture name like an implicit workspace path, so a same-named repository file could shadow package data. The serve wrapper also did not relay termination signals. Token Saver rebuilt the same context pack in a child process solely to prove MCP readback, doubling the repository scan. The patch version bump initially left Rust server metadata at 1.1.0; GitHub CI exposed that parity drift and the branch now fixes it.
This patch makes installed behavior deterministic, makes the local server lifecycle reliable, and reduces Token Saver work without changing its read-only, local-only, zero-model-call contract.
Validation
npm run verify:handoff: 664/664 Node tests, 182/182 protocol fixtures, evaluation suite, demo, and native provider smoke passed.node scripts/rust-recall-conformance.mjs: Node/Rust MCP byte parity passed.ffde3a6.npm run consumer:smokepassed against an isolated packed install.npm run consumer:browser-smokepassed for Overview, Recall Map, handoff, Token Saver, memory, graph, and mobile shell.npm run release:readiness:checkpassed with no artifact drift.npm audit --omit=dev: 0 vulnerabilities.npm publish --dry-run --access public --tag latest --json:memory-recall@1.1.1, 1,210,678-byte tarball, passed.No npm publish, tag, release, or production deployment is performed by this PR.