docs(docs): clean up implementation leaks, reorganize memory index, and expand synapse submodules - #292
Merged
Merged
Conversation
…nd expand synapse submodules
…raphs from research to implemented - HebbianGraph -> HebbianGraphCsr (CSR V3 layout, 90% memory reduction) - EntityGraph max degree 32 -> 48, edge size 12B -> 16B (V2 with bridge/cycle metadata) - Add Layer 4: HyperEntityGraph with full off-heap layout documentation - Update architecture diagram from 3-layer to 4-layer - Recalculate memory budget table with CSR numbers - Mark hypergraphs as graduated in labs/roadmap.md priority matrix - Add HyperEntityGraph to persistence table
jarvispectrayan
approved these changes
Jul 15, 2026
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.
Summary of Changes
This Pull Request reorganizes the Spector OSS documentation in the core repository, cleans up leaked Java implementation details, substantially expands the synapse agentic documentation layer, and introduces theme-aware Mermaid styling.
1. Reorganized & Cleaned Up Cognitive Memory Docs
docs/docs/memory/index.md: Reordered the flagship Cognitive Memory landing page (Vision & Philosophy → 4-Tier Functional Model → Biological Metaphors → Advantages & Benchmarks → Deep Dives). Removed Java-specific references likeArena.ofShared()andFileChannel.map()from high-level summaries.docs/docs/memory/cortex.md: Replaced technical details likeFileChannelandmmapwith functional/high-level descriptions.docs/docs/memory/architecture.md: Standardized Custom Tier descriptions.2. Expanded Synapse & Agentic Layer Documentation
docs/docs/synapse/index.md:AgentSoulclass-level fields and UML class diagrams.3. Theme-Aware Mermaid Styling
docs/docs/stylesheets/extra.css: Appended CSS class definitions matching Material theme variables for bothslate(dark) anddefault(light) schemes.:::working,:::episodic,:::synapse,:::cortex), removing all hardcodedstyleattributes.Verification
mkdocs build, which succeeded in 2.84s with zero warnings/errors on modified files.