vestige/crates/vestige-mcp/src/tools
Bot 51195cfb76 fix: add keyword-first search (Stage 0) with reranker bypass
Exact keyword matches (e.g. unique proper nouns like "Valladares") were
buried by semantic scoring in hybrid search. With a small limit, the
exact match could be missing entirely from results.

Adds a dedicated Stage 0 keyword-only pass (keyword_weight=1.0,
semantic_weight=0.0) before the main hybrid search. Results with strong
keyword scores (>= 0.8) are collected and merged into the hybrid results
via dedup. In the reranker stage, these keyword-priority results bypass
the cross-encoder entirely and receive a 2x score boost to survive
downstream pipeline stages (temporal, FSRS, utility, competition).

Bug inherited from Vestige 2.0.1.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-13 15:46:21 -05:00
..
changelog.rs feat: v2.0.4 "Deep Reference" — cognitive reasoning engine + 10 bug fixes 2026-04-09 16:15:26 -05:00
checkpoint.rs feat: Vestige v1.9.1 AUTONOMIC — self-regulating memory with graph visualization 2026-02-21 02:02:06 -06:00
codebase.rs feat: Vestige v1.9.1 AUTONOMIC — self-regulating memory with graph visualization 2026-02-21 02:02:06 -06:00
codebase_unified.rs fix: v2.0.1 release — fix broken installs, CI, security, and docs 2026-03-01 20:20:14 -06:00
consolidate.rs feat: Vestige v1.9.1 AUTONOMIC — self-regulating memory with graph visualization 2026-02-21 02:02:06 -06:00
context.rs feat: Vestige v1.9.1 AUTONOMIC — self-regulating memory with graph visualization 2026-02-21 02:02:06 -06:00
cross_reference.rs fix(deep_reference): incorporate query relevance into recommended/confidence 2026-04-09 20:09:56 -06:00
dedup.rs feat: v2.0.4 "Deep Reference" — cognitive reasoning engine + 10 bug fixes 2026-04-09 16:15:26 -05:00
dream.rs feat: dream connection eviction uses composite score instead of FIFO 2026-04-13 19:15:31 +02:00
explore.rs fix: resolve clippy collapsible-if errors in explore.rs 2026-04-09 17:37:41 -05:00
feedback.rs feat: Vestige v1.9.1 AUTONOMIC — self-regulating memory with graph visualization 2026-02-21 02:02:06 -06:00
graph.rs feat: Vestige v1.9.1 AUTONOMIC — self-regulating memory with graph visualization 2026-02-21 02:02:06 -06:00
health.rs feat: Vestige v1.9.1 AUTONOMIC — self-regulating memory with graph visualization 2026-02-21 02:02:06 -06:00
importance.rs feat: Vestige v1.9.1 AUTONOMIC — self-regulating memory with graph visualization 2026-02-21 02:02:06 -06:00
ingest.rs fix: v2.0.1 release — fix broken installs, CI, security, and docs 2026-03-01 20:20:14 -06:00
intention_unified.rs fix(intention): accept snake_case in_minutes / file_pattern on TriggerSpec 2026-04-09 16:24:17 -06:00
intentions.rs feat: Vestige v1.9.1 AUTONOMIC — self-regulating memory with graph visualization 2026-02-21 02:02:06 -06:00
knowledge.rs feat: Vestige v1.9.1 AUTONOMIC — self-regulating memory with graph visualization 2026-02-21 02:02:06 -06:00
maintenance.rs fix: v2.0.1 release — fix broken installs, CI, security, and docs 2026-03-01 20:20:14 -06:00
memory_states.rs feat: Vestige v1.9.1 AUTONOMIC — self-regulating memory with graph visualization 2026-02-21 02:02:06 -06:00
memory_unified.rs feat: v2.0.4 "Deep Reference" — cognitive reasoning engine + 10 bug fixes 2026-04-09 16:15:26 -05:00
mod.rs feat: v2.0.4 "Deep Reference" — cognitive reasoning engine + 10 bug fixes 2026-04-09 16:15:26 -05:00
predict.rs feat: Vestige v1.9.1 AUTONOMIC — self-regulating memory with graph visualization 2026-02-21 02:02:06 -06:00
recall.rs feat: Vestige v1.9.1 AUTONOMIC — self-regulating memory with graph visualization 2026-02-21 02:02:06 -06:00
restore.rs feat: Vestige v1.9.1 AUTONOMIC — self-regulating memory with graph visualization 2026-02-21 02:02:06 -06:00
review.rs feat: Vestige v1.9.1 AUTONOMIC — self-regulating memory with graph visualization 2026-02-21 02:02:06 -06:00
search.rs feat: Vestige v1.9.1 AUTONOMIC — self-regulating memory with graph visualization 2026-02-21 02:02:06 -06:00
search_unified.rs fix: add keyword-first search (Stage 0) with reranker bypass 2026-04-13 15:46:21 -05:00
session_context.rs feat: v2.0.4 "Deep Reference" — cognitive reasoning engine + 10 bug fixes 2026-04-09 16:15:26 -05:00
smart_ingest.rs fix: v2.0.1 release — fix broken installs, CI, security, and docs 2026-03-01 20:20:14 -06:00
stats.rs feat: Vestige v1.9.1 AUTONOMIC — self-regulating memory with graph visualization 2026-02-21 02:02:06 -06:00
tagging.rs feat: Vestige v1.9.1 AUTONOMIC — self-regulating memory with graph visualization 2026-02-21 02:02:06 -06:00
timeline.rs feat: Vestige v1.9.1 AUTONOMIC — self-regulating memory with graph visualization 2026-02-21 02:02:06 -06:00