zerum 0.5.0

Deterministic Python code governance: ~75 checks, profiles, Ruff orchestration, remediation prompts
Documentation
1
2
3
4
5
6
7
8
9
10
# Zerum strict profile — all catalog rules enabled
# Copy to zerum.toml for maximum coverage (expect more findings on small modules).

[profile]
name = "strict"

[checks.ZR001]
max_lines = 50
[checks.ZR401]
severity = "high"