CLI
graphify query
Retrieve a compact neighborhood of graph evidence for a question.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Retrieve a compact neighborhood of graph evidence for a question.
graphify query "<question>" [--dfs] [--context <value>] [--budget <tokens>] [--graph <path>]
| Argument | Default | Meaning |
|---|---|---|
| Question | Required | Natural-language question or keywords. |
--dfs | Off | Use depth-first traversal instead of breadth-first. |
--context | No explicit filter | Filter edge context, such as call; repeat for multiple contexts. |
--budget | 2000 | Approximate output token budget. |
--graph | graphify-out/graph.json | JSON graph to query. |
graphify query "request validation" --budget 1500
graphify query "database access" --dfs --context call
graphify query "entry points" --graph ./shared/graph.json