repopilot 0.15.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
10
11
12
13
14
15
16
mod changed;
mod changed_cache;
mod changed_git;
mod changed_telemetry;
mod collection;
mod contract_stage;
mod file;
mod finalize;
mod full;
mod summary;
mod walker;

pub use changed::scan_changed_with_config;
pub(crate) use collection::collect_scan_facts_without_content;
pub use collection::{collect_scan_facts, collect_scan_facts_with_config};
pub use full::{ScanEngine, scan_path, scan_path_with_config};