Stats
Actions
Tags
From sonar
Launch the interactive Sonar graph workspace. Optionally focus on a module immediately.
How this command is triggered — by the user, by Claude, or both
Slash command
/sonar:sonar-graph module-keyThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# /sonar graph Open the interactive Sonar graph workspace. This is the primary graph experience now: overview, module graph, neighborhood focus, impact view, flow overlays, and path tracing. ## Protocol 1. **Check map exists.** If no `.sonar/graph.db`, suggest `/sonar crawl`. 2. **Build the shared knowledge snapshot and wiki artifacts:** 3. **Start the local Sonar workspace server** on port `3456` unless the user asked for a different port: 4. **Choose the initial graph route:** - If `$ARGUMENTS` contains a module key, use: `http://localhost:3456/graph?mode=focus&module=<module-ke...
Open the interactive Sonar graph workspace. This is the primary graph experience now: overview, module graph, neighborhood focus, impact view, flow overlays, and path tracing.
Check map exists. If no .sonar/graph.db, suggest /sonar crawl.
Build the shared knowledge snapshot and wiki artifacts:
node "${CLAUDE_PLUGIN_ROOT}/scripts/build-wiki.mjs" .sonar
3456 unless the user asked for a different port:node "${CLAUDE_PLUGIN_ROOT}/scripts/serve-wiki.mjs" .sonar 3456
$ARGUMENTS contains a module key, use:
http://localhost:3456/graph?mode=focus&module=<module-key>http://localhost:3456/graph?mode=overviewSonar Graph Workspace -> http://localhost:3456/graph[...]npx claudepluginhub goldfish-1x/sonar --plugin sonar