zerum 0.2.0

Deterministic-first Python code governance: ~75 native checks (ZR001–ZR510), explain mode, human/JSON CLI
Documentation
1
2
3
4
5
//! Provider trait and implementations — Phase 4.

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