Fix documentation accuracy issues across 12 files#140
Merged
gvonness-apolitical merged 1 commit intomainfrom Feb 22, 2026
Merged
Fix documentation accuracy issues across 12 files#140gvonness-apolitical merged 1 commit intomainfrom
gvonness-apolitical merged 1 commit intomainfrom
Conversation
- storage-api.md: Fix edge topology (sequential 1-to-1, not m×n), remove hopDecay/linkBoost references, add missing stores (feedback, checkpoint, embedding-cache) - configuration.md: Add embedding.model, llm.enableLabelling, clustering.incrementalThreshold, retrieval.feedbackWeight; add missing env vars; fix recency section disclaimer - cli-commands.md: Add reindex command, fix benchmark categories (chain not graph) - traversal-algorithm.md: Fix initial_weight (varies by type, not always 1.0), add team edge reference types - integration.md: Update hook config format with async flag, add session-end hook, fix decay reference - dashboard.md: Add 4 missing API routes (timeline, chain/walk, graph/neighborhood, search/suggestions) - future-work.md: Move multi-model and multi-path chain walk to Recently Implemented, remove obsolete decay curve section - research/README.md: Mark Temporal Decay as historical (removed v0.4.0) - getting-started/configuration.md: Fix "graph traversal" to "chain walking" - mcp-tools.md: Update stats example version to v0.8.0 - CONTRIBUTING.md: Replace stale graph-pruning commit example - troubleshooting.md: Clarify hooks vs MCP config file locations
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
Fixes 28 documentation accuracy issues identified in the codebase cleanup review. All changes are documentation-only — no source code modified.
embedding.model,llm.enableLabelling,clustering.incrementalThreshold,retrieval.feedbackWeight; add 5 missing env var mappings; fix recency section disclaimerreindexcommand documentation, fix benchmark--categories(chainnotgraph)initial_weight(varies by type, not always 1.0), add team edge reference typesasync: trueflag, addsession-endhook, fix decay referenceTest plan
npm run build— TypeScript compiles cleanlynpm test— All 2053 tests passnpm run lint— Zero errors, zero warningsnpm run format:check— Full Prettier complianceconfig.schema.jsonand source code