ledger
The immutable record itself
entries`: sealed records of access events in write order · `chainIntegrity`: hash links between entries and periodic published anchors
This meta-model is the append-only memory of the cluster: every read, every grant, every denial, recorded once and never rewritten. It exists as its own model because evidence has different physics from the data it describes: entries are written by many systems, owned by none of them, chained so that tampering is detectable, and readable above all by the person whose data was touched. Everything else in the cluster produces events; this model makes them durable and provable.
The immutable record itself
entries`: sealed records of access events in write order · `chainIntegrity`: hash links between entries and periodic published anchors
What each entry proves
attribution`: who read, as which resolved actor, under which contract · `servedShape`: which projection policy version and template fingerprint shaped the disclosure
Who may see the log and for how long
ownerVisibility`: the owner's standing right to their own timeline · `retentionAndSealing`: how long entries persist and when they are sealed from further detail queries
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.
An audit registrar archetype operates the log but owns none of its content: it may not read entry payloads beyond what operation requires, and it cannot amend them at all. The standing beneficiary is the data owner, whose right to their own timeline is not itself contract-gated, while all other access follows S1/S2.