Add interactive command graph to docs#395
Merged
Markus Herdieckerhoff (markusherdi) merged 6 commits intoJul 14, 2026
Merged
Conversation
Eszter Galicz (celeszter)
previously approved these changes
Jul 10, 2026
07454a1 to
df12b59
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit df12b59. Configure here.
Jing Sun (kuvia)
previously approved these changes
Jul 14, 2026
…n the matching criteria
|
Jing Sun (kuvia)
approved these changes
Jul 14, 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
docs/command-graph.html, an interactive, searchable visualization of every content-cli command (grouped by area, with descriptions/options shown on click).docs/how-to-add-command.mdthat the graph must be updated manually whenever commands are added, removed, renamed, or changed.Agentic Developmentlink (docs/user-guide/agentic-development-guide.md) frommkdocs.yamlanddocs/user-guide/index.md— the file was deleted in SP-880: remove asset-registry-endpoints agent skill #380 but the links were never cleaned up.Test plan
Note
Low Risk
Documentation-only changes with no runtime or CLI behavior impact; the main follow-up risk is the graph drifting from the real command tree if contributors skip manual updates.
Overview
Adds
docs/command-graph.html, a static, hand-maintained vis-network page that maps the fullcontent-clitree (search, sidebar details/options, deprecated styling) and documents the same surface area as the CLI help text.The README gains a Command Graph section and TOC entry, linking the live view via raw.githack.com and pointing contributors to
how-to-add-command.mdfor keepingNODES/EDGESin sync when commands change.how-to-add-command.mdnow requires updating the graph in the same PR as command changes.Removes the broken Agentic Development entry from
mkdocs.yamlanddocs/user-guide/index.mdafter the guide file was removed earlier.Reviewed by Cursor Bugbot for commit 7e7b5d7. Bugbot is set up for automated code reviews on this repo. Configure here.