repopilot 0.10.0

Local-first CLI for repository audit, architecture risk detection, baseline tracking, and CI-friendly code review.
Documentation
1
2
3
4
5
pub mod detector;
pub mod profile;

pub use detector::detect_react_native_architecture;
pub use profile::{ReactNativeArchitectureProfile, ReactNativeProjectKind};