baselineManifest property
FileManifest?
baselineManifest
final
The file manifest of the baseline the local copy was last reconciled with
(dir mounts). Persisted so a divergence can be classified per path —
distinguishing one-sided changes (auto-mergeable) from true two-sided
conflicts. Its hash always equals SyncState.baselineRef when present;
when stale or absent the manager falls back to whole-tree behavior.
Implementation
final FileManifest? baselineManifest;