Report-first reconciliation returned by Scrypath.reconcile_sync/2.
A reconcile report combines sync visibility, failed work, drift signals, and
rebuild visibility before any recovery action is executed. Per-class failed-work
pileup counts (failed_work_counts) use the same taxonomy as FailedWork rows
for triage at a glance.
Summary
Types
@type t() :: %Scrypath.Operator.Reconcile{ actions: [Scrypath.Operator.RecoveryAction.t()], drift_signals: [atom()], failed_work: [Scrypath.Operator.FailedWork.t()], failed_work_counts: Scrypath.Operator.ReasonClassCounts.t(), index: String.t(), mode: :inline | :manual | :oban | atom(), reindex: Scrypath.Operator.Reconcile.ReindexVisibility.t(), schema: module(), status: Scrypath.Operator.Status.t() }