entire graph:
entire graph help to see every command in your installed version, and entire graph COMMAND --help for command-specific flags.
Pass --repo . when you run these outside an Entire session.
graph init-agents
Write.entire/graph-agent.md and add managed blocks to AGENTS.md and CLAUDE.md.
graph agent-guide
Print the coding-agent guide thatinit-agents installs.
graph index
Build a committed-tree cache before running a batch of--head queries. The default profile is full.
graph capabilities
Report supported languages, parsing coverage, relation types, and features as JSON.graph search
Return ranked source regions for a plain-language description of a task or bug.--head to search the committed tree instead.
Results fit within a byte budget. Top results include full function bodies, while later results may contain only locations. Use --max-context-bytes to change the total.
Each result includes a
signals array that explains why it ranked, such as path, body, symbol-name, or graph:callers.
graph impact
Show callers, callees, type consumers, data flows, related files, and same-container symbols for one symbol.--head to inspect the committed tree instead.
Text output begins with
Index: cache-hit or Index: cache-miss.
graph neighbors
Show direct relationships for one symbol, filtered by relation and direction.--head to inspect the committed tree instead.
Text output begins with
Index: cache-hit or Index: cache-miss.
graph def
Show a symbol’s declaration. For a type, include its fields, methods, and implementations.--head to inspect the committed tree instead.
graph explain
Read a build or test failure from standard input and append the declarations of the symbols it names.--head to inspect the committed tree instead.
graph commit
List entity-level changes in a commit relative to its first parent, including added, removed, renamed, signature-changed, and body-changed symbols.graph diff
List entity-level changes between two Git references.analyze is an alias for this command.
graph checkpoint
Analyze the commit associated with an Entire checkpoint.graph verify
Run a test command and report which tests changed state.graph snapshot
Export the complete graph as NDJSON, including files, external endpoints, symbols, relations, and a summary.--worktree to include uncommitted changes. It also supports --format compact-ndjson.
graph symbols
Export symbol records as NDJSON.--worktree to include uncommitted changes. Use search or def for targeted lookups because this command does not filter by name.
graph edges
Export relation records as NDJSON. Filter the output with--to, --from, and --relation.
--worktree to include uncommitted changes.
graph snapshot-query
Query a saved compact snapshot without rebuilding the graph.graph doctor
Report the resolved repository, Entire environment variables, plugin data directory access, and whether network access is disabled.doctor --assert is a preflight. It parses a command line against your installed binary and tells you whether it would be rejected, without running anything:
graph version
Print the installed entire-graph plugin version. Add--json to include the provider name.
graph stats
Compare entire-graph usage with grep and file reads in local coding-agent transcripts, including an estimated token saving.stats reads local coding-agent session transcripts from disk. It is for humans, not part of the agent workflow, and the installed guide tells agents not to run it unless asked.Continue with
Use entire-graph with Your Coding Agent
Learn what to ask and what happens after you prompt your agent.
Install and Enable entire-graph
Install the plugin and turn it on for a repository.
entire-graph Troubleshooting
Fix install, adoption, and cache problems.
entire-graph Overview
Understand what entire-graph is for.
entire-graph Repository
Browse the source and the full reference docs.