Before You Start
Make sure you have:- Entire CLI installed and updated to version 0.10.0 or later
- Git 2.36 or later on your
PATH - a local Git repository
- a coding agent that reads instructions from
AGENTS.mdorCLAUDE.md
entire-graph requires Git 2.36 or later because it uses the single-session
object protocol that version added to check an object’s type before reading
its contents. Run
git --version to check your version. If it is older,
queries fail with a git cat-file --batch-command error; see entire-graph
Troubleshooting.1. Install entire-graph
Install entire-graph on your machine with the Entire CLI:entire graph version:
entire plugin to install a specific version, upgrade entire-graph, or remove it from your machine.
2. Enable entire-graph in Your Repository
entire-graph needs to add instructions that tell your coding agent when and how to use it. From the root of your repository, runentire graph init-agents:
.entire/graph-agent.mdis the agent operating guide. entire-graph generates it in full and regenerates it in full on every successful rerun.AGENTS.mdandCLAUDE.mdare created if they do not exist. If either file is already present, entire-graph adds or replaces a single managed block between<!-- entire-graph:begin -->and<!-- entire-graph:end -->markers and preserves everything outside those markers.
3. Commit the Instruction Files
Add the entire-graph instruction files to your repository:4. Start a New Coding Agent Session
Start a new session from your repository to load the entire-graph instructions.5. Verify entire-graph Is Working
Ask your coding agent to find code or trace a relationship in the repository. For example:Continue With
Use entire-graph with Your Coding Agent
Learn what to ask and what happens after you prompt your agent.
How entire-graph Works
Learn how entire-graph maps your code and guides your agent.
entire-graph CLI Reference
Review entire-graph commands and options.
entire-graph Troubleshooting
Fix installation, agent adoption, and cache problems.