memory-router: release 0.7.0 - #105
Merged
Merged
Conversation
CHANGELOG: Unreleased -> [0.7.0] - 2026-08-16 with a prominent upgrade note for the model-conditional floor default (measured recall cost and the MEMORY_ROUTER_BLEND_MIN_SEMANTIC=0.5 rollback documented in the first Changed bullet). Version bump 0.6.0 -> 0.7.0 plus lockfile sync. Refs: d9abeeaa-4fd1-40f2-a039-ff784eaddfd8 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01HPmP28EwHconrJps6tvtw2
The user-prompt-submit --version drift-guard tests pin the constant to package.json#version; the release commit bumped only package.json and CI caught the drift (tests 44/45 red). Suite green locally: 667/667. Refs: d9abeeaa-4fd1-40f2-a039-ff784eaddfd8 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01HPmP28EwHconrJps6tvtw2
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.
Summary
Unreleasedbecomes[0.7.0] - 2026-08-16with a prominent upgrade note for the model-conditional floor default (measured recall cost; one-line rollbackMEMORY_ROUTER_BLEND_MIN_SEMANTIC=0.5documented in the first Changed bullet); version bump 0.6.0 to 0.7.0 plus lockfile sync. No code changes.MEMORY_ROUTER_HOOK_EMBED_TIMEOUT_MSknob (memory-router: dedicated MEMORY_ROUTER_HOOK_EMBED_TIMEOUT_MS for the semanticSearch path #100), index-budget chunking forlint --semantic(memory-router: lint --semantic uses the index embed budget and chunks at 64 #103), and the once-per-process floor-drop stderr hint (memory-router: once-per-process stderr hint when an uncalibrated fallback floor drops all semantic candidates #104).Release plan (after merge)
Tag
memory-router-v0.7.0on the squash commit (pushed alone, per the workflow's coalescing warning) fires publish-memory-router.yml (npm publish with provenance, version-tag match check) and release.yml (GitHub Release from the [0.7.0] CHANGELOG section). Then:npm view @lannguyensi/memory-router@0.7.0, npx dogfood from a neutral cwd (lint exit-1 case + floor-default case, output-asserted against a 0.6.0 negative control), and the mini hook moves to the 0.7.0 binary with the env floor override retired.Refs: d9abeeaa-4fd1-40f2-a039-ff784eaddfd8