docs(memory): replace implementation details with functional diagrams…#33
Merged
Conversation
… and product-focused content - Refactored all memory module docs to focus on architecture, behavior, and business value - Replaced Java code snippets with mermaid diagrams and functional tables - Updated cortex, hebbian, synapse, dopamine, habituation, inhibition, interference, prospective, focus-mode, lateral-retrieval, importance-fusion, sync, performance, wal-design, panama-design, cognitive-profiles, metamemory, hippocampus, amygdala - Updated scoring-pipeline, why-spector, roadmap, mcp docs - Updated README files for spector-memory, spector-node, spector-mcp - Runtime: use tag-extractor:latest as default LLM model for entity extraction - Node: SSE event stream and memory service updates - Deploy: updated entrypoint and deploy scripts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Major documentation overhaul across the memory module — replaces internal Java implementation details with product-focused functional diagrams, architecture tables, and behavior descriptions.
Documentation (26 files)
All memory module docs have been refactored to focus on what the system does rather than how it's coded:
Runtime & Node changes
OLLAMA_CHAT_MODELfallback fromqwen3:0.6btotag-extractor:latest— the 0.6B model cannot reliably produce structuredENTITY/RELATIONoutput for the entity extraction prompt, causing all graph edges to default toRELATED_TODeploy
deploy.ps1,deploy.sh,entrypoint.sh) with model configuration improvementsRelated Issue
N/A — Ongoing documentation and deployment quality improvements
Type of Change
Module(s) Affected
spector-core(SIMD kernels)spector-storage(Panama storage)spector-index(HNSW / BM25)spector-query(query orchestration)spector-engine(engine facade)spector-node(REST API)spector-bench(benchmarks)Checklist
mvn test)