The event log

A ticket is an append-only set of immutable, content-addressed events (canonical-EDN SHA-256). Replica merge is set union: replicas converge without coordination — merge is conflict-free by construction, truth is deliberately not. Conflicting claims are never hidden or resolved by merge; they remain in the log and surface as derived fact states (decisions/0003 ). Ticket state and stage are pure functions of the log; any materialized view is a rebuildable cache (decisions/0001 , decisions/0013 ).

Fact semantics:

Stage regression is therefore never a mutation or workflow transition: when the evidence no longer entails a stage, the stage simply ceases to be derivable.

The invariant underneath all of it: the log records claims; derivation decides which claims currently participate in truth. Append-only does not mean every claim stays true; immutable does not mean authoritative; signed does not mean correct; merged does not mean agreed.

see history · edit this page