docs: fix drift in Graph Viewer - #269
Draft
jack-arturo wants to merge 1 commit into
Draft
Conversation
Verified against automem-graph-viewer@c6338d13. - keyboard shortcut list documented Enter/slash bindings that do not exist - force layout table omitted linkStrength and mislabeled centerStrength - the 2,000-node ceiling is a client-side physics limit, not the server cap Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01XQCAKtAw2NRatRuYVEfDcv
Deploying automem-website with
|
| Latest commit: |
b091001
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://6b364e05.automem-website.pages.dev |
| Branch Preview URL: | https://docs-audit-graph-viewer-over-23lj.automem-website.pages.dev |
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.
Automated docs-accuracy audit of
docs/graph-viewer/overview. Draft because the snapshot-cap fix rewrites an explanatory paragraph./to focus search,?for shortcuts help"Enternor/is bound. The registered keys areArrowUp/Down/Left/Right,Tab,Escape,p,r,R,,,l,?— and the app's own help panel addsShift+arrows for Z-axis movement.ForceConfighas 5 fields.linkStrength(0.1–1.0, default 0.5) was missing entirely, and the field is namedcenterStrength, not "center gravity".min(limit, 2000)cap was lifted (automem PR #141), soMAX_SNAPSHOT = 2000is now a client-side limit set by the main-thread physics wall — and it is user-overridable via?cap=orlocalStorage.automem_snapshot_cap, which the page never mentions.Verified against: verygoodplugins/automem-graph-viewer@c6338d1
Verified against: verygoodplugins/automem@8ff266e (for the
/viewercompatibility routes)Checked and found correct, left untouched: the StatsBar "In view" / "In store" scope language, the four clustering modes (
ClusterMode = 'type' | 'tags' | 'semantic' | 'entity' | 'none', with semantic = connected components over edges of strength ≥ 0.5), single-level expansion undo inuseExpandableGraph, the SearchBar debounce + recent-search history, the/graph/neighborsexpand path, "no environment variable required" for hand tracking, thenpm run dev:alliPhone bridge, and every component and hook filename in the architecture tree.One near-miss worth recording: I flagged "Referenced entities (people, places, etc.)" as wrong, since
placesisn't one of AutoMem's headline entity categories — then foundautomem/api/recall.py#L1355iterating("people", "places", "organizations"). It's correct; left alone.Questions
src/types/andsrc/utils/directories (andmain.tsx,index.css). Since it already abridgeshooks/with a..., I read it as a curated overview rather than a literal listing and left it alone — but if it's meant to be complete, those two directories should be added.Unverified
None — every code-anchored claim on this page resolved to current source.
Follow-ups
Beyond what's fixed here:
palette.tsor the display settings; worth either substantiating or dropping.useTagCloud/TagCloud,useFilterChips,EdgeParticles, and the hand recording/playback hooks are shipped features with no mention on this page.Generated by Claude Code