Start the Understand Anything dashboard to visualize the knowledge graph for the current project.
$ARGUMENTS contains a path, use that as the project directory.understand-anything/knowledge-graph.json exists in the project directory. If not, tell the user:```
No knowledge graph found. Run /understand first to analyze this project.
```
packages/dashboard/ relative to this plugin's root directory. Use the Bash tool to resolve the path:```bash
PLUGIN_ROOT="$(cd "$(dirname "$0")/../.." && pwd)"
```
Or locate it by checking these paths in order:
${CLAUDE_PLUGIN_ROOT}/packages/dashboard/../../packages/dashboard/```bash
cd
```
```bash
cd
```
Run this in the background so the user can continue working.
```
Dashboard started at http://localhost:5173
Viewing:
The dashboard is running in the background. Press Ctrl+C in the terminal to stop it.
```
--openGRAPH_DIR environment variable tells the dashboard where to find the knowledge graph共 1 个版本
暂无安全检测报告