commit-only-in-batch

Status: IN

`OP_COMMIT` is written exclusively by `append_batch()` in `write-ahead-log/wal.py`; single `append()` calls never produce a COMMIT record, so individual operations are their own atomic unit

Source: entries/2026/05/29/topic-checkpoint-vs-commit-semantics.md

JSON