pub fn transcript_context_pct(
harness: Harness,
transcript: &Path,
model: &str,
) -> Option<f64>Expand description
Read a transcript and compute ctx% in one call (#s760a + #s760b). None
(never clear) on any failure: unreadable/empty transcript, unsupported
harness, or unknown model.