cleanlib-cli 0.1.1

Terminal interface to CleanLibrary — query dependency verdicts and scan package manifests for ALLOW / DENY / WARN signals from the terminal or CI pipelines.
cleanlib-cli-0.1.1 is not a library.

Cycle-7 Cli1-Cli8 — cleanlib CLI bin entry point.

As of cycle-7 the handler logic lives in commands/*.rs, the envelope renderer in render/terminal.rs, the bearer resolver in auth/bearer.rs, the persistent verdict cache in cache/persistent.rs, and the per-pkg-mgr wrappers in wrappers/{npm,pip,cargo,go}.rs. This file is the thin clap-router into those modules.