Cleared sessions get their date from what was already read instead of touching the disk.
What's wrong with this entry?
When a transcript resolves to no usable leaf and the session was cleared to empty, the loader takes the timestamp from the read result instead of calling stat() on the session file.
- sessions loaded via the storageV5 backend carry
v5Read: { mtimeMs }forward, and that mtime is used for the entry's date, created and modified - when the mtime is absent the current time is used
- this matters where a v5 key has no real file on disk to stat
v5Read: { mtimeMs: i.mtimeMs },
Strings lifted out of the shipped bundle, so the claim above can be checked against them.