pub fn run(
exp: &Experiment,
sessions: &[(SessionRecord, Vec<Event>)],
manual_tags: &ManualTags,
workspace: &Path,
ever_significant: bool,
) -> ReportExpand description
Pure ranking step once sessions + per-session events gathered.
Pass the previous ever_significant from the last report to preserve
sequential stickiness across incremental calls.