repopilot 0.9.0

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

pub use detector::{detect_framework_projects, detect_frameworks};
pub use react_native::{
    ReactNativeArchitectureProfile, ReactNativeProjectKind, detect_react_native_architecture,
};
pub use types::{DetectedFramework, FrameworkProject};