Checking whether a past transcript has content can now run over streamed records instead of files.
What's wrong with this entry?
The probe that decides whether a transcript has real content, and the sibling project-directory lookup, gained backend implementations built on record streams and entry listing.
- the probe pages through
readRecordslooking for"type":"user"and"type":"assistant"markers - it falls back to
statStreambefore answering 'none', and returns 'unknown' when records were truncated or the scan did not converge - project-directory lookup gained a
listEntries-based variant
"type":"assistant"
Strings lifted out of the shipped bundle, so the claim above can be checked against them.