Skip to content

Fix documentation accuracy issues across 12 files#140

Merged
gvonness-apolitical merged 1 commit intomainfrom
cleanup/phase-1-documentation-accuracy
Feb 22, 2026
Merged

Fix documentation accuracy issues across 12 files#140
gvonness-apolitical merged 1 commit intomainfrom
cleanup/phase-1-documentation-accuracy

Conversation

@gvonness-apolitical
Copy link
Contributor

Summary

Fixes 28 documentation accuracy issues identified in the codebase cleanup review. All changes are documentation-only — no source code modified.

  • storage-api.md: Fix edge topology (sequential 1-to-1, not m×n), remove stale hopDecay/linkBoost references, add 3 missing stores (feedback, checkpoint, embedding-cache)
  • configuration.md: Add embedding.model, llm.enableLabelling, clustering.incrementalThreshold, retrieval.feedbackWeight; add 5 missing env var mappings; fix recency section disclaimer
  • cli-commands.md: Add reindex command documentation, 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: true 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 research question
  • research/README.md: Mark Temporal Decay section 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, update hook config format

Test plan

  • npm run build — TypeScript compiles cleanly
  • npm test — All 2053 tests pass
  • npm run lint — Zero errors, zero warnings
  • npm run format:check — Full Prettier compliance
  • Each corrected statement verified against config.schema.json and source code

- 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
@gvonness-apolitical gvonness-apolitical merged commit 26d7eba into main Feb 22, 2026
3 checks passed
@gvonness-apolitical gvonness-apolitical deleted the cleanup/phase-1-documentation-accuracy branch February 22, 2026 23:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant