Liking cljdoc? Tell your friends :D

fractal-engine.event-log

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.
raw docstring

causal-chainclj

(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.
sourceraw docstring

event-atclj

(event-at trace event-id)
source

format-rowclj

(format-row row)
source

format-traceclj

(format-trace rows)
source

row-refclj

(row-ref event)

Return the compact row reference named by an event row.

Return the compact row reference named by an event row.
sourceraw docstring

traceclj

(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.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close