pub const OUTCOME_SOURCE_VERIFIER: &'static str;Expand description
Provenance of an OutcomeRecord — the axis that separates a genuine
external training signal from model self-judgement. verifier (compiler,
tests, runtime) and user (human edit/accept/reject) are the signals that
can actually improve a model; model is self-judged and must never be
trained on unfiltered; system is bookkeeping (e.g. a task’s terminal
status).