repopilot 0.19.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
10
11
12
13
14
15
16
17
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, scan_resolved_changed_with_config};
pub use collection::{collect_scan_facts, collect_scan_facts_with_config};
pub use full::{
    ScanEngine, scan_path, scan_path_with_config, scan_path_with_config_and_facts_summary,
};