Skip to content

ScoredIssue

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/libs/agent-core/src/autonomous/confidence-filter.ts

Confidence-Based Code Review Filter

Parses, filters, deduplicates, and formats scored issues from multiple review agents. Each issue has a confidence score (0-100) that determines whether it should surface to the user.

Supports two output formats from agents:

  1. Line format: [confidence: 85] (critical/bug) file.ts:42 — Description. Suggestion: fix
  2. JSON array format: [{"confidence": 85, "file": "...", ...}]

Properties

PropertyType
descriptionstring
filestring
linenumber
confidencenumber
severity`'critical'
categorystring
sourcestring
suggestionstring

Was this page helpful?

Download as PDF