pub const TRIAGE_DOMAIN: &str = "triage";Expand description
The mail classifier’s own learning domain.
Named as a constant because two separate things key on it: the provenance
exemption in Reflexion::learnable, and its deliberate absence from
RUN_DOMAINS. A string literal in either place would let them drift.