repopilot 0.20.0

Local-first CLI for reviewing Git changes, security boundaries, and blast radius before merge.
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};