Summarises a saved wrangler tail --format json capture, and refuses one that cannot be trusted.
Reads a file rather than attaching, because a tail is a long-lived stream and because the capture is
the artifact worth keeping: the same bytes can be re-read after the rule for reading them changes,
which is exactly what happened when tail was found dropping every Durable Object event.
Summarises a saved
wrangler tail --format jsoncapture, and refuses one that cannot be trusted.Reads a file rather than attaching, because a tail is a long-lived stream and because the capture is the artifact worth keeping: the same bytes can be re-read after the rule for reading them changes, which is exactly what happened when tail was found dropping every Durable Object event.