Skip to main content

Module vector

Module vector 

Source
Expand description

The numeric state vector. Fed by Classifier, read by widgets (zero-tui) and the friction path (zero-commands).

Every field is computed; none is hand-edited. The operator can reset the persisted copy (with confirmation) via /state reset, but they cannot poke at individual numbers. “Never operator-faked” is the property — see Addendum A §2.2.

Structs§

Deviation
Strategy-deviation rate over last N verdicts.
LossReaction
Loss-reaction profile — time from a losing close to the next entry. Addendum A §2.1, §10.2.
ReEntry
Same-symbol re-entry counts, by time window. Addendum A §10.2.
Session
Session duration and focus metrics.
SleepProxy
Sleep-proxy: how long since the last >6h input-free window ended.
StateVector
The composite state vector — all the ingredients the classifier folds into a crate::Label.
Velocity
Decision velocity over rolling windows, in decisions per hour. Addendum A §2.1, §2.3.