repopilot 0.13.0

Local-first CLI for repository audit, architecture risk detection, baseline tracking, and CI-friendly code review.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Cache Diagnostics

Changed-file scans use a local cache under `.repopilot/cache`.

```bash
repopilot inspect cache .
repopilot inspect cache . --format json
repopilot cache clear .
```

`inspect cache` is read-only. It reports cache directory path, cache existence,
schema version, cache entry counts, stale/unmatched cache entries, and approximate
cache size.