Skip to main content

ReviewBriefWireOutput

Type Alias ReviewBriefWireOutput 

Source
pub type ReviewBriefWireOutput = ReviewBriefWireOutput<FocusMap, WeakeningSignal, RoutingFacts, DecisionSurface, AuditVerdict, AuditSummary, AuditAttribution, CheckOutput, DupesReportPayload, HealthReport>;

Aliased Type§

pub struct ReviewBriefWireOutput {
Show 25 fields pub schema_version: ReviewBriefSchemaVersion, pub version: ToolVersion, pub command: String, pub verdict: AuditVerdict, pub changed_files_count: u32, pub base_ref: String, pub base_description: Option<String>, pub head_sha: Option<String>, pub elapsed_ms: ElapsedMs, pub base_snapshot_skipped: Option<bool>, pub summary: AuditSummary, pub attribution: AuditAttribution, pub meta: Option<Meta>, pub decisions: DecisionSurface, pub triage: DiffTriage, pub graph_facts: GraphFacts, pub partition: PartitionFacts, pub impact_closure: ImpactClosureFacts, pub focus: FocusMap, pub deltas: ReviewDeltas, pub weakening: Vec<WeakeningSignal>, pub routing: RoutingFacts, pub dead_code: Option<CheckOutput>, pub duplication: Option<DupesReportPayload>, pub complexity: Option<HealthReport>,
}

Fields§

§schema_version: ReviewBriefSchemaVersion

Independently-versioned brief schema version.

§version: ToolVersion

Fallow CLI version that produced this output.

§command: String

Command discriminator singleton: always "audit-brief".

§verdict: AuditVerdict

Audit verdict, informational only on the brief path.

§changed_files_count: u32

Number of changed files in the audit scope.

§base_ref: String

Base ref used to determine the changeset.

§base_description: Option<String>

Human-readable description of the resolved base, when available.

§head_sha: Option<String>

Head commit SHA, when available.

§elapsed_ms: ElapsedMs

Analysis duration in milliseconds.

§base_snapshot_skipped: Option<bool>

Whether base-snapshot analysis was skipped for this run.

§summary: AuditSummary

Per-category audit summary.

§attribution: AuditAttribution

Introduced-versus-inherited issue attribution.

§meta: Option<Meta>

Optional metric definitions and local telemetry correlation metadata.

§decisions: DecisionSurface

Ranked, capped review decisions.

§triage: DiffTriage

Diff-size triage facts.

§graph_facts: GraphFacts

Graph-derived orientation facts.

§partition: PartitionFacts

Changed-file partition and review order.

§impact_closure: ImpactClosureFacts

Transitive impact closure outside the diff.

§focus: FocusMap

Weighted focus map for changed-file units.

§deltas: ReviewDeltas

Deterministic introduced deltas against the base snapshot.

§weakening: Vec<WeakeningSignal>

Reviewer-private weakening signals.

§routing: RoutingFacts

Ownership-aware reviewer routing.

§dead_code: Option<CheckOutput>

Dead-code findings scoped to the audit changeset.

§duplication: Option<DupesReportPayload>

Duplication findings scoped to the audit changeset.

§complexity: Option<HealthReport>

Complexity findings scoped to the audit changeset.