pub const fn permits_impact(
namespace: &ErrorNamespace,
impact: ImpactScore,
) -> boolExpand description
Validate that a namespace permits the given impact level.
ยงSeverity Authority Enforcement
When strict_severity feature is enabled, restricts Breach-level
impacts (951-1000) to namespaces with can_breach authority.
Authority is decoupled from namespace identity, allowing architectural evolution without policy rewrites.