repopilot 0.14.0

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

pub(super) use react_native::REACT_NATIVE_RULES;
pub(super) use web::WEB_RULES;