Expand description
Internal library for the heal CLI binary.
These modules used to live in separate heal-core and heal-observer
crates. They were inlined into heal-cli so the workspace ships as a
single crate on crates.io — cargo install heal-cli is the supported
installation path. The module shape is preserved (crate::core::*,
crate::observer::*) so call sites read the same as before.
The exposed surface here is unstable. Treat it as the implementation
detail of the heal binary; no semver guarantees apply outside the CLI
contract documented in README.md.