event-store-load-ignores-partial-batches

Status: IN

`EventStore._load_from_file` replays every NDJSON line on startup with no mechanism to detect or discard incomplete batches left by a mid-batch crash, unlike the WAL which uses `OP_COMMIT` records as transaction boundaries.

Source: entries/2026/05/29/topic-batch-atomicity-gap.md

JSON