chimera review
[experimental] Review a change: findings first, P0 to P3, from a model of another family. A finder reports every defect it sees with a confidence; a separate verifier drops a finding only when the diff does not show the code it describes or contradicts it. Each finding carries file:line, the evidence and the consequence. When nothing survives, the review says "no findings" and lists the residual risks and untested paths; a review that could not finish says "incomplete" instead. Untracked files are not reviewed.
Arguments
REVISION_RANGEstrA revision range, such as main..HEAD. Omit it to review the working tree.
Options
--basestrReview the working tree against its merge base with this ref (default: main).
--repostrdefault:'.'The repository to review.
--jsonbooleanPrint only the report, as JSON (schema chimera.review/1).
--reviewer-modelstrdefault:''Review with this model (default: CHIMERA_REVIEW_MODEL, else another family's).
--author-modelstrdefault:''The model that wrote the change (default: CHIMERA_DEFAULT_MODEL).
--no-verifybooleanShow every located finding, without the second-stage check.
--show-droppedbooleanAlso list the findings the checks dropped, with the reason.
--contextintdefault:10Lines of context around each change.