run_reconcile

Function run_reconcile 

Source
pub fn run_reconcile(
    ito_path: &Path,
    change_id: Option<&str>,
    fix: bool,
) -> ReconcileReport
Expand description

Run reconciliation: compare audit log against file state, report drift, and optionally write compensating events.

If change_id is Some, reconciles only tasks for that change. If fix is true, writes compensating events to the log.