pub fn compute_source_cursor(
engine: &Engine,
resolved: &ResolvedIngest,
workspace_root: &Path,
) -> SourceCursorExpand description
Assemble the combined SourceCursor for an ingest from live state: the
destination mem’s sync_state baselines and each source’s current state.