Buddy Graph
Use Buddy's CLI graph command to generate a local HTML visualization of the reasoning graph.
Quick Start
Run one of these commands from the Buddy repo:
buddy graph
buddy graph <session_id>
buddy graph --open
buddy graph <session_id> --out ./my-graph.html
If the packaged buddy binary is not available yet, run the built CLI directly:
node dist/cli/buddy.js graph
node dist/cli/buddy.js graph <session_id>
Expected Output
The command writes an HTML file and prints the saved path plus graph counts.
Notes
- This skill is intentionally CLI-backed, not MCP-backed.
- It reads Buddy reasoning data from
~/.buddy/buddy.dbunlessBUDDY_DB_PATHis set. - Use a
session_idto isolate one workspace/day graph.