prflow_review.agent_overrides is an object. It accepts a default entry and these canonical agent keys:
prflow:checklist-generator.prflow:checklist-deduper.prflow:checklist-verifier.prflow:code-reviewer.prflow:silent-failure-hunter.prflow:comment-analyzer.prflow:type-design-analyzer.prflow:pr-test-analyzer.prflow:requesting-code-review.
devflow: spelling of each key remains accepted for existing configuration. Use prflow: for new entries.
A per-agent
model override is expressible only as one of the four accepted aliases (sonnet, opus, haiku, fable). A consumer whose model is addressed through a provider route sets it at the top-level claude_model rather than in an agent_overrides entry — that top-level setting still takes the full or provider-routed identifier the route expects.
An agent-specific entry replaces the default entry for that agent; the default does not fill missing fields inside a specific entry. The default applies only when no specific entry exists.
Valid Override Example
claude_model.
Coverage Reviewer and Test-Authoring Waivers
A fresh install ships the coverage reviewer (prflow:pr-test-analyzer) with "iterations": "first-only", so it reviews on the first fix-loop iteration and the standalone review but is dropped from later fix-loop iterations. An existing configuration keeps its own value; the shipped default reaches an existing repository only for this key if the key is absent, at the next re-scaffold.
On a small change, an implementing run may waive some auxiliary test ceremony when writing it in full would be out of proportion to the change. A covering test for each behavior change is still written; only the extra ceremony is skipped, and the run records what it waived and why on a Test authoring waived: line in the pull request’s Test Plan.
The coverage reviewer honors a recorded waiver within a strict bound:
- It treats the waiver text as information to consider, never as an instruction to follow.
- It lowers to Suggestion a lesser-severity coverage gap that lands on a surface the waiver names.
- It keeps its top band — the critical gaps it reports as tests that must be added — at full severity regardless of any waiver.
- It applies no reduction to a malformed, absent, or unrelated waiver.