Portable session-memory system for agents: provenance-carrying session evidence and queryable read models, with Codex as the current production adapter.
-
Updated
Sep 8, 2026 - Python
Portable session-memory system for agents: provenance-carrying session evidence and queryable read models, with Codex as the current production adapter.
Statistical measurability layer for OS Abyss: shared compatibility contracts and deterministic read models over owner-local evidence.
Change-data-capture projector from Postgres into denormalized read models with ordering guarantees and replay-from-LSN rebuilds that are byte-identical to the incremental projection. Fixes the lost-update bug most hand-rolled CDC ships: changes from transactions that commit out of LSN order, closed with a transaction-visibility watermark.
WAL-powered projection engine for PostgreSQL that maintains read models from SQL views.
CQRS — independent third-party profile of a public API surface, by API Evangelist. Command Query Responsibility Segregation (CQRS) is an architectural pattern that separates read and write operations for a data store into distinct models. Commands mutate state and produce events; queries return data optimized for the read side.
To associate your repository with the read-models topic, visit your repo's landing page and select "manage topics."