Installation
Install DevGraph globally or use npx:Using
@latest with npx ensures you always get the newest version.1. Add blocks to your Markdown
In any.md file (e.g., docs/architecture.md), add devgraph blocks:
3. Check outputs
Outputs are generated in.devgraph/:
| File | Description |
|---|---|
graph.json | Machine-readable project graph |
summary.md | Human-readable overview with tables |
agents/*.md | Per-service context files for LLMs |
system.mmd | Mermaid diagram of service dependencies |
codemap.mmd | Mermaid diagram of repo structure |
4. Visualize with Studio
Launch the interactive graph viewer:- Interactive node exploration
- Service details panel
- Search and filter by type