vestige/crates/vestige-mcp/src/tools
Sam Valladares 927f41c3e4 feat: Vestige v1.5.0 — Cognitive Engine, memory dreaming, graph exploration, predictive retrieval
28-module CognitiveEngine with full neuroscience pipeline on every tool call.
FSRS-6 now fully automatic: periodic consolidation (6h timer + inline every
100 tool calls), real retrievability formula, episodic-to-semantic auto-merge,
cross-memory reinforcement, Park et al. triple retrieval scoring, ACT-R
base-level activation, personalized w20 optimization.

New tools (19 → 23):
- dream: memory consolidation via replay, discovers hidden connections
- explore_connections: graph traversal (chain, associations, bridges)
- predict: proactive retrieval based on context and activity patterns
- restore: memory restore from JSON backups

All existing tools upgraded with cognitive pre/post processing pipelines.
33 files changed, ~4,100 lines added.
2026-02-18 23:34:15 -06:00
..
changelog.rs feat: Vestige v1.5.0 — Cognitive Engine, memory dreaming, graph exploration, predictive retrieval 2026-02-18 23:34:15 -06:00
checkpoint.rs feat: Vestige v1.5.0 — Cognitive Engine, memory dreaming, graph exploration, predictive retrieval 2026-02-18 23:34:15 -06:00
codebase.rs chore: cleanup dead code warnings and apply clippy fixes for v1.1.1 2026-01-27 01:23:27 -06:00
codebase_unified.rs feat: Vestige v1.5.0 — Cognitive Engine, memory dreaming, graph exploration, predictive retrieval 2026-02-18 23:34:15 -06:00
consolidate.rs chore: cleanup dead code warnings and apply clippy fixes for v1.1.1 2026-01-27 01:23:27 -06:00
context.rs chore: cleanup dead code warnings and apply clippy fixes for v1.1.1 2026-01-27 01:23:27 -06:00
dedup.rs feat: Vestige v1.3.0 — importance scoring, session checkpoints, duplicate detection 2026-02-12 05:02:09 -06:00
dream.rs feat: Vestige v1.5.0 — Cognitive Engine, memory dreaming, graph exploration, predictive retrieval 2026-02-18 23:34:15 -06:00
explore.rs feat: Vestige v1.5.0 — Cognitive Engine, memory dreaming, graph exploration, predictive retrieval 2026-02-18 23:34:15 -06:00
feedback.rs feat: Vestige v1.5.0 — Cognitive Engine, memory dreaming, graph exploration, predictive retrieval 2026-02-18 23:34:15 -06:00
importance.rs feat: Vestige v1.5.0 — Cognitive Engine, memory dreaming, graph exploration, predictive retrieval 2026-02-18 23:34:15 -06:00
ingest.rs feat: Vestige v1.5.0 — Cognitive Engine, memory dreaming, graph exploration, predictive retrieval 2026-02-18 23:34:15 -06:00
intention_unified.rs feat: Vestige v1.5.0 — Cognitive Engine, memory dreaming, graph exploration, predictive retrieval 2026-02-18 23:34:15 -06:00
intentions.rs chore: cleanup dead code warnings and apply clippy fixes for v1.1.1 2026-01-27 01:23:27 -06:00
knowledge.rs chore: cleanup dead code warnings and apply clippy fixes for v1.1.1 2026-01-27 01:23:27 -06:00
maintenance.rs feat: Vestige v1.5.0 — Cognitive Engine, memory dreaming, graph exploration, predictive retrieval 2026-02-18 23:34:15 -06:00
memory_states.rs chore: cleanup dead code warnings and apply clippy fixes for v1.1.1 2026-01-27 01:23:27 -06:00
memory_unified.rs feat: Vestige v1.5.0 — Cognitive Engine, memory dreaming, graph exploration, predictive retrieval 2026-02-18 23:34:15 -06:00
mod.rs feat: Vestige v1.5.0 — Cognitive Engine, memory dreaming, graph exploration, predictive retrieval 2026-02-18 23:34:15 -06:00
predict.rs feat: Vestige v1.5.0 — Cognitive Engine, memory dreaming, graph exploration, predictive retrieval 2026-02-18 23:34:15 -06:00
recall.rs chore: cleanup dead code warnings and apply clippy fixes for v1.1.1 2026-01-27 01:23:27 -06:00
restore.rs feat: Vestige v1.5.0 — Cognitive Engine, memory dreaming, graph exploration, predictive retrieval 2026-02-18 23:34:15 -06:00
review.rs chore: cleanup dead code warnings and apply clippy fixes for v1.1.1 2026-01-27 01:23:27 -06:00
search.rs chore: cleanup dead code warnings and apply clippy fixes for v1.1.1 2026-01-27 01:23:27 -06:00
search_unified.rs feat: Vestige v1.5.0 — Cognitive Engine, memory dreaming, graph exploration, predictive retrieval 2026-02-18 23:34:15 -06:00
smart_ingest.rs feat: Vestige v1.5.0 — Cognitive Engine, memory dreaming, graph exploration, predictive retrieval 2026-02-18 23:34:15 -06:00
stats.rs chore: cleanup dead code warnings and apply clippy fixes for v1.1.1 2026-01-27 01:23:27 -06:00
tagging.rs chore: cleanup dead code warnings and apply clippy fixes for v1.1.1 2026-01-27 01:23:27 -06:00
timeline.rs feat: Vestige v1.5.0 — Cognitive Engine, memory dreaming, graph exploration, predictive retrieval 2026-02-18 23:34:15 -06:00