start_review
Launch an asynchronous, read-only worker that inspects a project directory and critically reviews code or proposed changes, using task, context, and acceptance criteria to deliver focused feedback.
Instructions
Start an asynchronous read-only Antigravity worker to critically review code or a proposed change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | Yes | Absolute path to the project or directory to inspect. | |
| task | Yes | A bounded, self-contained assignment for the worker. | |
| model | No | Antigravity model id. Defaults to gemini-3.1-pro-high. | |
| effort | No | Reasoning effort. Defaults to high. | |
| context | No | Relevant constraints or known context. | |
| max_retries | No | Automatic retries after a failed worker process. Defaults to 1. | |
| model_policy | No | Routing policy. Quality uses Pro High, balanced uses Flash Medium, and fast uses Flash Low unless configured otherwise. | |
| timeout_minutes | No | ||
| acceptance_criteria | No | Specific conditions that define a good result. |