Immutable blob storage plus transaction records and validated state changes.
[FileTransactionStore] provides checksummed append-log durability, bounded
two-slot compaction, and standard-library cross-process file locks without adding
a database dependency. The process-local [MemoryTransactionStore] remains
available for focused tests.