Expand description
Stat<T> — the honesty primitive.
Every numeric value the TUI renders passes through this type. The
renderer refuses to display a Stat whose freshness violates the
configured threshold, and it always shows n and source when
relevant.
See spec §3.1 (“honesty is render-native”) and ADR-003.
Structs§
- Stat
- A value with the metadata required to render honestly.
Enums§
- Source
- Where a value came from. Used in rendering for source attribution and in debugging to trace drift.