zerum 0.5.0

Deterministic Python code governance: ~75 checks, profiles, Ruff orchestration, remediation prompts
Documentation
1
2
3
4
5
//! Provider trait and implementations — Phase 4.

pub trait LlmProvider {
    fn name(&self) -> &str;
}