pub fn backfill_analytics(
thread_root: &Path,
store: &AnalyticsStore,
options: BackfillOptions,
) -> Result<BackfillReport>Expand description
Replays every events.jsonl under thread_root (including archived
threads) into store, then enriches session rows from each thread’s
metadata.json (workspace label, provider, model).