repopilot 0.18.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 code_markers;
pub mod complex_function;
pub mod complexity;
pub mod deep_control_flow;
pub(super) mod function_spans;
pub mod language_risk;
pub mod long_function;
pub mod rust_panic_risk;
pub(super) mod sanitize;