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
use anyhow::Result;
use clap::Parser;

fn main() -> Result<()> {
    heal_cli::cli::Cli::parse().run()
}