Read-side helpers for the compact session event log.
The event log is audit truth: append order, causality, row identity, and payload references. It is not the restore source; restore dereferences immutable head state roots. This namespace makes the audit surface explicit without replaying model calls, evals, or payload blobs.
Read-side helpers for the compact session event log. The event log is audit truth: append order, causality, row identity, and payload references. It is not the restore source; restore dereferences immutable head state roots. This namespace makes the audit surface explicit without replaying model calls, evals, or payload blobs.
(causal-chain trace event-id)Return causal ancestors plus the requested event, in causal order.
Return causal ancestors plus the requested event, in causal order.
(row-ref event)Return the compact row reference named by an event row.
Return the compact row reference named by an event row.
(trace history)Return compact audit rows with derived causal refs.
history is a projection/history-view shaped map. The output deliberately
contains ids, statuses, summaries, row refs, and blob refs, not raw payload
content.
Return compact audit rows with derived causal refs. `history` is a `projection/history-view` shaped map. The output deliberately contains ids, statuses, summaries, row refs, and blob refs, not raw payload content.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |