Transcript writing can be redirected to a different storage layer, but nothing turns that on here.
Transcript append and truncate can target a v5 storage backend; the write path is new and inert without a handle.
What's wrong with this entry?
Transcript append, truncate and read helpers can now be pointed at a v5 storage backend instead of the filesystem, but only when a backend handle is passed in.
- The helpers take an optional backend handle; when present they call
backend.append,backend.delete,backend.readTextandbackend.statwith a key rather than touching files. - Failures throw Error("transcript stream append failed") or Error("transcript stream delete failed").
- The exporter class gained a
storageV5field. - storageV5 existed in the previous build but only on the read path; the write path is new here and inert without a handle.
transcript stream append failed
Strings lifted out of the shipped bundle, so the claim above can be checked against them.