pub fn diagnostic_codes() -> &'static [DiagnosticCodeInfo]Expand description
The full catalog of diagnostic codes the engine can emit, each with its severity and a one-line summary.
Single source of truth: re-exposed from crate::diag_catalog. The same
table drives the diagnostic-policy validator in crate::validate(), so the
zenith schema diagnostics surface and the policy checker can never diverge.