pub fn validate_protocol_hygiene(
scenario: &'static str,
visible_output: &str,
messages: &[Message],
forbidden_markers: &[&str],
) -> Result<(), ScenarioError>Available on crate feature
test-utils only.Expand description
Validate that model-family control markers are absent from user-visible output and persisted history.