entire recap to understand recent agent activity, then use entire review to run a cross-agent review before you merge.
In this tutorial, you will create a small app, make a few agent-assisted commits, recap the work, run a review with more than one agent, and use the findings to decide what to fix.
Prerequisites
Before you start, make sure you have:- Entire installed
- An AI coding agent installed
- Git configured for the project
- An Entire account
- Node.js installed
Create a New Project
Create a Vite project:codex with the agent you use.
Install another review agent so the review can compare more than one reviewer:
Build Reviewable History
Open the project in your AI coding agent and ask it to build a small app:a:
Add More Agent Work
Ask your agent to add delay-risk logic:Recap the Work
Runentire recap from the project:
--static when you want plain terminal output:
Configure Cross-Agent Review
Create a review profile with Codex and Claude Code as reviewers, and Codex as the judge:Run the Review
Run the review:origin/main. For stacked branches, pass the parent branch with --base:
--prompt:
Read the Verdict
When the review finishes, Entire shows each reviewer’s result and then consolidates the reports into a final verdict. Compare:- Which issues did multiple agents find?
- Which issues were unique to one reviewer?
- Which findings are blockers before merge?
- Which findings are follow-up work?
Recap the Review Loop
Run recap again:- Build with an agent
- Commit and push useful chunks of work
- Use
entire recapto understand what happened - Use
entire reviewto review the branch before merging - Fix the findings that matter
Troubleshooting
`entire recap` looks empty
`entire recap` looks empty
Make sure you ran agent work in an Entire-enabled repository, linked commits to session context, pushed the branch, and gave hosted analysis a few minutes to catch up.You can also check local checkpoint history:
`entire review` asks me to configure review
`entire review` asks me to configure review
Create a review profile:You can also run
entire review --configure without flags to use the interactive setup.One reviewer is missing
One reviewer is missing
Confirm the review agent is installed in this repository:Then check the configured reviewers:
The review uses the wrong base branch
The review uses the wrong base branch
Pass the branch you want to review against:For stacked work, use the parent feature branch instead of
origin/main.Continue with
review
See the command syntax for
entire review.Search Past Agent Work
Find previous checkpoints, sessions, and commits by phrase or meaning.