AI.Agent.Review.Reviewer (fnord v0.9.29)

View Source

Master review agent. Coordinates a comprehensive post-implementation review by researching the change, dispatching five specialist reviewers in parallel, confirming their findings against the actual code, and producing a unified severity-grouped report.

Pipeline

  1. Formulate - research the change and produce tailored prompts for each specialist reviewer.
  2. Specialists - five specialists (pedantic, acceptance, state flow, no-slop, breadcrumbs) run in parallel, each producing structured findings in their domain.
  3. Incorporate - confirm each finding by reading the cited code, classify as CONFIRMED/REJECTED/UNVERIFIABLE, and produce the final report.

Summary

Functions

Return internal prompts (test helper).

The JSON schema response format used by specialist agents.

Functions

__send__(atom)

@spec __send__(:formulation_prompt | :aggregation_prompt) :: String.t()

Return internal prompts (test helper).

specialist_response_format()

@spec specialist_response_format() :: map()

The JSON schema response format used by specialist agents.