Installation
Install DevGraph globally or run it directly:1. Build the graph
.devgraph/.
You can also pass specific directories, files, or globs:
2. Check outputs
Artifacts are generated in.devgraph/:
| File | Description |
|---|---|
manifest.json | Indexed file metadata, hashes, and sync timestamps |
graph.json | Canonical local memory graph |
cache/*.json | Per-file extracted artifacts used for incremental sync |
3. Check graph health
4. Query the graph
Usedevgraph query when you want a focused answer from the built graph:
5. Keep it fresh
Run watch mode while you work:watch reuses the same sync engine as build and updates the local graph on file changes.
Next Steps
Build Command
Learn about the incremental sync loop and local artifacts.
Watch Command
Keep the graph fresh while you edit code.
Query Command
Retrieve focused evidence from the graph.
Status Command
Inspect graph freshness and indexed file counts.