Under the hood
History reads now stream in chunks with a running digest and verify the file wasn't rewritten mid-scan.
history.jsonl reads now go through a new low-level incremental reader that streams the file in chunks, computes a running sha256 digest, and verifies the file wasn't rewritten out from under an earlier scan by comparing inode, birthtime, and a previously-recorded digest before returning parsed lines.