pub fn reconcile(
project: &Path,
plan: &Plan,
) -> Result<(Index, UpdateReport, ScanMetrics), String>Expand description
The authoritative synchronous reconciliation path shared by normal commands and the watcher. Events only decide when this needs to run.