pub type LineLogState = HashMap<ObjectId, Vec<LineLogFile>>;
Maps commit OID → active line ranges per path (sorted by path).
pub struct LineLogState { /* private fields */ }