v2.2.1 — Windows embeddings fix + backfill safety
Patch release. Fixes Windows embeddings, makes Retroactive Salience Backfill bounded + disableable, and adds a first-run guide.
Fixed
- Windows embeddings never initialized (#101). The v2.2.0
x86_64-pc-windows-msvcbinary was built without thevector-searchfeature, so embeddings were never persisted or queried — "Embedding Service: Not Ready", 0% coverage, no model download. This release rebuilds the Windows binary withvector-search. Windows users: reinstall to get working embeddings. Thanks @Vrakoss for the report. - Retroactive Salience Backfill safety (#103). Backfill promotion now bounds the FSRS stability multiply to
MIN(stability * 1.5, stability + 365)(previously uncapped), and auto-fire is disableable viaVESTIGE_BACKFILL_AUTOFIRE=0(on by default). Thanks @randomnimbus for the report and initial patch (#104).
Added
- First-run guide —
docs/GETTING-STARTED.md: install to first backward-reach in 30 minutes (#83).
Install
npm install -g vestige-mcp-server@latest
Full details in the CHANGELOG.