pub fn run_batch(
base: &str,
changes: Vec<Change>,
ci: &mut dyn CiExecutor,
) -> (QueueReport, u64)Expand description
Convenience: drain changes through a fresh queue + sequencer and return
the report plus the sequencer’s op count (which must equal merged count).