From 90e683396ba713eb3a2a501569743db6edc299bb Mon Sep 17 00:00:00 2001 From: Sam Valladares Date: Sun, 19 Apr 2026 20:27:52 -0500 Subject: [PATCH] docs: reconcile tool / module / test counts across live-facing docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ground truth pulled fresh: - Tools: 24 (asserted at server.rs:1508) - Cognitive modules: 29 (count of `pub :` fields in cognitive.rs) - Rust tests: 1,292 passing workspace-wide (366 core + 425 mcp + 497 e2e + 4 doctests) Drift fixed: - README.md had three instances of "30 cognitive modules" (should be 29) and one "1,284 tests" (should be 1,292). Updated the headline badge, the ASCII architecture diagram, the Technical Details table, and the footer byline. - CONTRIBUTING.md had "23 tools" — bumped to 24. - docs/integrations/windsurf.md + docs/integrations/xcode.md both said "23 tools" — bumped to 24. Left alone (historical, dated to earlier versions): - CHANGELOG.md per-version entries cite the numbers that were true at release time. Rewriting those would falsify history. - docs/launch/*.md launch materials are marketing artifacts from the v2.0 push and reference v2.0-era counts (21 tools, 734 tests, etc.). They are not live documentation and re-dating them would be worse than leaving them as historical snapshots. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5cd42e0..33ab89b 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ v2.0.6 is a polish release that makes the existing cognitive stack finally *feel Ebbinghaus 1885 models what happens to memories you don't touch. Anderson 2025 models what happens when you actively want to stop thinking about one. Every other AI memory system implements the first. Vestige is the first to ship the second. -Based on [Anderson et al. 2025](https://www.nature.com/articles/s41583-025-00929-y) (Suppression-Induced Forgetting, *Nat Rev Neurosci*) and [Cervantes-Sandoval et al. 2020](https://pmc.ncbi.nlm.nih.gov/articles/PMC7477079/) (Rac1 synaptic cascade). **24 tools · 30 cognitive modules · 1,284 tests.** +Based on [Anderson et al. 2025](https://www.nature.com/articles/s41583-025-00929-y) (Suppression-Induced Forgetting, *Nat Rev Neurosci*) and [Cervantes-Sandoval et al. 2020](https://pmc.ncbi.nlm.nih.gov/articles/PMC7477079/) (Rac1 synaptic cascade). **24 tools · 29 cognitive modules · 1,292 tests.**
Earlier releases (v2.0 "Cognitive Leap" → v2.0.4 "Deep Reference") @@ -151,7 +151,7 @@ The dashboard runs automatically at `http://localhost:3927/dashboard` when the M │ 15 REST endpoints · WS event broadcast │ ├─────────────────────────────────────────────────────┤ │ MCP Server (stdio JSON-RPC) │ -│ 24 tools · 30 cognitive modules │ +│ 24 tools · 29 cognitive modules │ ├─────────────────────────────────────────────────────┤ │ Cognitive Engine │ │ ┌──────────┐ ┌──────────┐ ┌───────────────┐ │ @@ -305,7 +305,7 @@ At the start of every session: | Metric | Value | |--------|-------| | **Language** | Rust 2024 edition (MSRV 1.91) | -| **Codebase** | 80,000+ lines, 1,284 tests (364 core + 419 mcp + 497 e2e + 4 doctests) | +| **Codebase** | 80,000+ lines, 1,292 tests (366 core + 425 mcp + 497 e2e + 4 doctests) | | **Binary size** | ~20MB | | **Embeddings** | Nomic Embed Text v1.5 (768d → 256d Matryoshka, 8192 context) | | **Vector search** | USearch HNSW (20x faster than FAISS) | @@ -413,5 +413,5 @@ AGPL-3.0 — free to use, modify, and self-host. If you offer Vestige as a netwo

Built by @samvallad33
- 80,000+ lines of Rust · 30 cognitive modules · 130 years of memory research · one 22MB binary + 80,000+ lines of Rust · 29 cognitive modules · 130 years of memory research · one 22MB binary