capture
Getting events into the log correctly
eventSchema`: typed event payloads and their subject references · `appendDiscipline`: who may append what, idempotency, no in-place change
Semantic timeline event stores, one log per domain: what happened, in what order, provably untampered. Every other model in the catalogue describes things and their changes; this model describes the store in which those changes are recorded as append-only, sequenced, integrity-proofed events. It is its own meta-model because ordering, replay, retention and tamper-evidence are one discipline regardless of the domain whose history is being kept.
Getting events into the log correctly
eventSchema`: typed event payloads and their subject references · `appendDiscipline`: who may append what, idempotency, no in-place change
Making the timeline a timeline
sequenceAssignment`: monotonic sequence numbers and checkpoints · `temporalSemantics`: occurrence time versus record time and their reconciliation
Making tampering evident
hashChaining`: each event bound to its predecessors by hash · `proofPublication`: signed tree heads and inclusion proofs offered to verifiers
Reading history safely
replayAndQuery`: cursors, subscriptions and subject timelines · `retention`: how long payloads persist and what compaction preserves
Catalogue-native findings must describe the information grouped by each layer. This legacy version does not declare them separately.
Questions, artifact requirements and serial naming rules are required by Vercy vNext; they remain unassigned in this reference version.
Format-independent core. Concrete artifact formats and naming prefixes are not declared in this legacy version.
CRUD procedures and interface bindings are not declared in this legacy version.
Each log is owned by the domain registrar whose history it keeps; the registrar guarantees append-only discipline and proof publication. Read and replay access is granted by that owner through the S1/S2 access and consent models, with all access itself auditable via S4.