Documentation Index
Fetch the complete documentation index at: https://devgraph.ameyalambat.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Usage
Options
| Option | Description | Default |
|---|---|---|
--graph <path> | Path to graph.json | .devgraph/graph.json |
--budget <n> | Maximum amount of output to emit | 200 |
--dfs | Traverse with depth-first search instead of breadth-first search | false |
--help | Show help |
Description
devgraph query works against the built knowledgeGraph inside graph.json.
It ranks nodes using repo-grounded fields such as:
- node label
- file path
- service name
- extracted summary and tags when available
Example Questions
Output Shape
Query output includes:- node labels
- node kinds
- graph relations
- provenance values
- source paths or source locations when available
Typical Workflow
GRAPH_REPORT.md when you want a broad architectural read. Use devgraph query when you want a focused traversal through the built graph.