entire review to use a saved review setup.
A review profile tells Entire which agents should review a branch, which agent should judge the results, and where the final verdict should go.
For command syntax, see the review command reference. For a complete review workflow, see Review and Recap Agent Work.
What this config affects
Review profile settings control:- named profiles you can run with
entire review PROFILE - the default review profile
- reviewer agents, judge agent, output mode, task text, model choices, and reviewer slots
- whether the review setup is shared with the repository or kept local to your machine
Configure review profiles
Review profile settings
entire review --configure manages these setting paths:
| Setting path | Type | Use for |
|---|---|---|
review_default_profile | string | The default review profile name |
review_profiles | object | Named review profiles and their reviewer, judge, output, task, model, and slot settings |
entire review --configure or entire review --edit to update review profiles when possible. The profile JSON can contain nested reviewer and model settings, so the CLI is the safest way to keep the shape valid.
Modify review profiles
Use the review command to change saved profile settings:--local when the change should be personal:
Verify review profiles
After configuring review profiles, list them:.entire/settings.local.json is overriding the shared profile in .entire/settings.json.