pub fn diff_frontiers(ours: &Project, theirs: &Project) -> Vec<Conflict>Expand description
v0.39.1: Diff two frontiers and produce a list of conflicts. Pure function, no I/O. The peer’s state is passed in directly so the sync orchestrator can be unit-tested without HTTP.
Confidence diff threshold is 0.05 — below that it’s recompute drift (the v0.36.1 formula change moved scores by < 0.001 on real data).