First audit
The default command is optimized for a quality-oriented first run:
sh
repovista auditFresh installs use Codex CLI, reasoning=xhigh, read-only sandbox intent, local checks, strict report gates, report repair, incremental cache, parallel=auto, and sarif,html,jsonl exports.
What happens
- RepoVista loads saved settings and applies CLI overrides.
- It collects local evidence and optional check output.
- It builds or refreshes scan metadata and the project map when needed.
- It runs selected provider phases.
- It validates report quality and evidence.
- It repairs weak reports when
--repair-reportsis enabled. - It writes Markdown, structured JSON, exports, findings, and run metadata.
Progress output
Interactive terminals show a live progress TUI with the current step, elapsed counters, provider phase status, and cancellation support. Press q or Ctrl+C to cancel.
Disable it with:
sh
repovista audit --no-progressCI mode disables interactive output automatically:
sh
repovista audit --ciNext steps
sh
repovista reports
repovista findings
repovista compare .repovista/old-run .repovista/new-run