v2.3.0 — BinaryStoreAdapter
Replaced IndexedDBAdapter with BinaryStoreAdapter: MessagePack + WAL binary persistence. Fast writes via append-only WAL, fast reads from in-memory cache, and automatic compaction. Works in Node.js (fs) and browsers (OPFS).