zerum 0.4.0

Deterministic Python code governance: ~75 checks, default/strict profiles, explain mode, optional Ruff orchestration
Documentation
1
2
3
4
5
//! Provider trait and implementations — Phase 4.

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