//! CLI handler for `pmat deps-audit` command
//!
//! Analyzes dependencies and suggests removals/replacements with
//! Sovereign AI stack (trueno ecosystem) alternatives.
//!
//! Uses trueno-graph for dependency graph analysis:
//! - PageRank for criticality scoring
//! - Transitive dependency counts
//! - Bridge/orphan detection
// Re-export the public API
pub use handle_deps_audit;
pub use ;