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: ReviewBriefSchemaVersionIndependently-versioned brief schema version.
version: ToolVersionFallow CLI version that produced this output.
command: StringCommand discriminator singleton: always "audit-brief".
verdict: AuditVerdictAudit verdict, informational only on the brief path.
changed_files_count: u32Number of changed files in the audit scope.
base_ref: StringBase 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: ElapsedMsAnalysis duration in milliseconds.
base_snapshot_skipped: Option<bool>Whether base-snapshot analysis was skipped for this run.
summary: AuditSummaryPer-category audit summary.
attribution: AuditAttributionIntroduced-versus-inherited issue attribution.
meta: Option<Meta>Optional metric definitions and local telemetry correlation metadata.
decisions: DecisionSurfaceRanked, capped review decisions.
triage: DiffTriageDiff-size triage facts.
graph_facts: GraphFactsGraph-derived orientation facts.
partition: PartitionFactsChanged-file partition and review order.
impact_closure: ImpactClosureFactsTransitive impact closure outside the diff.
focus: FocusMapWeighted focus map for changed-file units.
deltas: ReviewDeltasDeterministic introduced deltas against the base snapshot.
weakening: Vec<WeakeningSignal>Reviewer-private weakening signals.
routing: RoutingFactsOwnership-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.