Module consolidate

Module consolidate 

Source
Expand description

Post-session consolidation: a sealed ledger becomes a small set of proposals.

Consolidation is where a conversation’s worth of observations collapses into the handful of things actually worth writing down. Most candidates do not survive it, and that is the point — a system that stores everything it heard is a transcript, not a memory.

Structs§

ConsolidationOutput
Everything one session proposes.

Functions§

consolidate
Turn a sealed ledger into proposals.