Pre-dispatch triage settings (triage: in ~/.mur/config.yaml).
Both knobs default to the passive posture, and enforce in particular is
off for a reason that is not caution: triage_calibration cannot score a
decision that prevented a run. Enforcing from the start produces only
unfalsifiable held_back records, so there would never be evidence that
enforcing was correct. Shadow mode records the same predictions AND lets
the run happen, which is what makes Calibration::shadow_precision
computable — turn enforce on once that number says triage is right often
enough to be worth the refusals.
Does triage actually bind here? enforce alone is inert — with
enabled: false nothing runs to enforce — so the two are resolved in
one place rather than at each call site, where the pair would
eventually be got wrong in one of them.