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
pub mod config;
pub mod facts;
pub mod language;
pub mod markers;
pub(crate) mod path_classification;
pub mod scanner;
pub mod types;
pub mod workspace;