pub fn hydrate_session(
cache: &mut SessionCache,
indexed: LocalSession,
) -> LocalSessionExpand description
Expand a lightweight indexed session only when a caller needs transcript events. Discovery remains bounded and cheap; the shared cache avoids reparsing unchanged files.