Expand description
RepoPilot is a local-first repository audit CLI.
It scans repositories, detects architecture, testing, code-quality, and security risks, supports project-level configuration, and can compare current findings against a baseline for CI-friendly workflows.
Most users interact with RepoPilot through the CLI:
repopilot init
repopilot scan .
repopilot review .
repopilot baseline create .Rust embedding consumers should use the api facade. Other modules are
implementation detail for the CLI and may change during the pre-1.0 line.