vestige/crates/vestige-core/src
Sam Valladares b380e36f1f release: v2.2.1 — Windows embeddings fix + backfill safety + first-run guide (#105)
* patch(backfill-safety): VESTIGE_BACKFILL_AUTOFIRE gate (default OFF) + bounded promote_memory_backfill

Off-by-default env gate around step-8.5 auto-fire in run_consolidation (decouples
backfill from consolidation cadence). New promote_memory_backfill caps stability at
MIN(stability*1.5, stability+365.0) (the bound retroactive_backfill.rs:300 already
computes but discarded); both backfill entry points use it. Fixes the false 'capped'
comment. Cloud-sync excluded at build (--no-default-features). Pending upstream PR to
samvallad33/vestige. omega-backfill-safety-v2.2.0 off tag v2.2.0 (3bcd4667).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* release: v2.2.1 — Windows embeddings fix + backfill safety + first-run guide

Board-clearing patch release.

Fixes:
- #101 Windows embeddings: release.yml already restores vector-search on the
  x86_64-pc-windows-msvc target (merged in #102); this release rebuilds the
  Windows binary so users actually get working embeddings.
- #103 Retroactive Salience Backfill safety (from community PR #104, adjusted):
  * promote_memory_backfill bounds the stability multiply to
    MIN(stability*1.5, stability+365.0) on both auto-fire and manual paths.
  * VESTIGE_BACKFILL_AUTOFIRE gate — default ON (preserves the shipped/documented
    v2.2.0 behavior), disable with 0/false/off/no. Env value is trimmed.
  * Corrected the false "capped" comment and the promote_memory_backfill doc.
  * Added 3 tests: +365 cap binds, *1.5 multiply below crossover, gate parsing.

Docs:
- #83 First-Run: new docs/GETTING-STARTED.md + README pointer.
- Consolidated roadmap issues #82,#84-#92 into docs/ROADMAP.md (Tracked Issues).
- Documented VESTIGE_BACKFILL_AUTOFIRE in docs/CONFIGURATION.md.
- CHANGELOG v2.2.1 entry.

Version bumped to 2.2.1 across all manifests + Cargo.lock + dashboard build.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Peter Lauzon <inbijiburu@protonmail.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-02 12:02:42 -05:00
..
advanced feat(core): auto-fire Retroactive Salience Backfill in the consolidation pass 2026-06-28 22:15:50 -05:00
codebase fix(audit): error-propagation, races, dedup, decay bugs (swarm, moderate tier 2) 2026-06-28 14:15:04 -05:00
connectors feat(core): auto-fire Retroactive Salience Backfill in the consolidation pass 2026-06-28 22:15:50 -05:00
consolidation feat(core): auto-fire Retroactive Salience Backfill in the consolidation pass 2026-06-28 22:15:50 -05:00
embedder Make fastembed smoke tests tolerate unavailable model 2026-06-18 20:29:02 -05:00
embeddings fix(audit): error-propagation, races, dedup, decay bugs (swarm, moderate tier 2) 2026-06-28 14:15:04 -05:00
fsrs feat(v2.0.5): Intentional Amnesia — active forgetting via top-down inhibitory control 2026-04-14 17:30:30 -05:00
memory fix(audit): data-loss, SSRF, off-by-one, dedup bugs (swarm, moderate tier 1) 2026-06-28 14:09:31 -05:00
neuroscience fix(audit): round-2 panics, overflows, XML/SSRF hardening (swarm) 2026-06-29 15:09:31 -05:00
search feat(deep_reference): fold engine upgrades into v2.2.0 2026-06-29 15:06:32 -05:00
storage release: v2.2.1 — Windows embeddings fix + backfill safety + first-run guide (#105) 2026-07-02 12:02:42 -05:00
trace fix(blackbox): address review blockers B1–B7 + re-capture proof bundle 2026-06-22 18:46:14 -05:00
config.rs fix: make windows release build and add manual rerun path 2026-06-18 23:39:38 -05:00
fts.rs fix(search+demo): rotation-audit fixes — FTS tokenizer match, honest demo labels 2026-06-27 18:05:01 -05:00
lib.rs feat(blackbox): Agent Black Box + Receipts + risk-gated Memory PRs 2026-06-22 17:06:35 -05:00