pub fn backfill_transcripts_once(
home: &Path,
transcripts_dir: &Path,
def_ids: &[String],
global: &FileStore,
) -> BackfillStatsExpand description
Seed the global transcript zone for each agent in def_ids from its richest
channel/dev block output. Marker-gated under transcripts_dir. Best-effort
— any per-DB failure is skipped, never fatal.