pub const MAX_ENTRIES: usize = 256;Expand description
Upper bound on retained entries. Old entries are evicted FIFO once the
ring is full — a transcript, not an audit trail (the operation journal
behind gwm undo / gwm history is the durable record).