repopilot 0.8.0

Local-first CLI for repository audit, architecture risk detection, baseline tracking, and CI-friendly code review.
Documentation
# v0.7 Roadmap

Status: v0.7 scope is implemented and this document is kept as the release planning record.

## Delivered

- Per-workspace framework scans with findings scoped to each package root.
- Deeper React Native dependency health checks for navigation, storage, animation, and native module compatibility.
- First-party GitHub Action wrapper.
- Vibe-coding positioning in README/release messaging without adding new CLI commands.

## Deferred from v0.7

The AI workflow items below were delivered in v0.8.0; the remaining packaging item is still future work.

- `repopilot vibe <path>` as a deterministic wrapper over existing scan data. Delivered in v0.8.0.
- `repopilot harden <path>` for prioritized remediation plans. Delivered in v0.8.0.
- `repopilot prompt` and AI-ready context export. Delivered in v0.8.0.
- Optional per-platform npm binary packages for faster installs and fewer postinstall downloads.

Per-platform npm binary packages remain deferred to v0.9 or later.

## Post-0.7 Direction

- Reuse `ScanSummary`, existing findings, severity levels, output writing, and the scan pipeline for the first Vibe Check implementation.
- Start with console and Markdown output only; defer JSON until the report shape is stable.
- Keep AI/LLM calls out of the MVP. AI-ready output should be generated locally from deterministic findings.

## Acceptance Signals

- New rules include evidence and tests.
- JSON additions remain backward-compatible.
- Release artifacts are available through crates.io, npm, GitHub Releases, and quick install script.