vestige/crates/vestige-core/src
Sam Valladares e06dd3d69a chore: cleanup dead code warnings and apply clippy fixes for v1.1.1
- Add #![allow(dead_code)] to deprecated tool modules (kept for
  backwards compatibility but not exposed in MCP tool list)
- Mark unused functions with #[allow(dead_code)] annotations
- Fix unused variable warnings (prefix with _)
- Apply clippy auto-fixes for redundant closures and derives
- Fix test to account for protocol version negotiation
- Reorganize tools/mod.rs to clarify active vs deprecated tools

Security review: LOW RISK - no critical vulnerabilities found
Dead code review: deprecated tools properly annotated

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-27 01:23:27 -06:00
..
advanced chore: cleanup dead code warnings and apply clippy fixes for v1.1.1 2026-01-27 01:23:27 -06:00
codebase chore: cleanup dead code warnings and apply clippy fixes for v1.1.1 2026-01-27 01:23:27 -06:00
consolidation Initial commit: Vestige v1.0.0 - Cognitive memory MCP server 2026-01-25 01:31:03 -06:00
embeddings fix: add explicit embedding initialization with error logging 2026-01-27 01:04:06 -06:00
fsrs Initial commit: Vestige v1.0.0 - Cognitive memory MCP server 2026-01-25 01:31:03 -06:00
memory chore: cleanup dead code warnings and apply clippy fixes for v1.1.1 2026-01-27 01:23:27 -06:00
neuroscience chore: cleanup dead code warnings and apply clippy fixes for v1.1.1 2026-01-27 01:23:27 -06:00
search fix: resolve UTF-8 string slicing bugs and feature flag issues 2026-01-27 01:14:59 -06:00
storage chore: cleanup dead code warnings and apply clippy fixes for v1.1.1 2026-01-27 01:23:27 -06:00
lib.rs Add Prediction Error Gating and smart_ingest tool (26 tools total) 2026-01-25 13:30:03 -06:00