pub const MIN_WRAP_DURATION: Duration;
Minimum session length before a wrap is generated. The spec (Addendum A §9.1) says “session exit >2h”; re-declaring the threshold here lets callers avoid importing a magic number.