heal-cli 0.4.0

Hook-driven Evaluation & Autonomous Loop — code-health harness CLI for AI coding agents
Documentation
1
2
3
4
5
6
7
//! Cross-feature utilities shared by observer families. Findings-free —
//! callers compose them into Findings inside their own observer.

pub mod file_role;
pub mod git;
pub mod lang;
pub mod walk;