Skip to main content

Ledger

Type Alias Ledger 

Source
pub type Ledger = BTreeMap<String, LedgerEntry>;
Expand description

Settled points, keyed by the review loop’s finding identity. Ordered so the settled block in a prompt is stable between rounds, which keeps prompt caches warm and diffs readable.

Aliased Type§

pub struct Ledger { /* private fields */ }