Skip to content

buildCodeReviewPlan

reference
1 min readUpdated

Kind: Function

Source: atloria-monorepo/libs/agent-core/src/autonomous/workflows/code-review.ts

Build a code review orchestration plan.

Launches 3 parallel reviewers with different focuses and applies confidence-based filtering to produce a deduplicated, prioritized issue list.

Signature

ts
function buildCodeReviewPlan(options: {
  diffContext?: string;
  guidelines?: string;
  confidenceThreshold?: number;
}): OrchestrationPlan

Parameters

NameType
options`{
diffContext?: string;
guidelines?: string;
confidenceThreshold?: number;
}`

Returns: OrchestrationPlan

Was this page helpful?

Download as PDF