Opening the browser
The browser opens automatically after a successfulanalyze. You can reopen it anytime with:
analyze or from session …). If there is no session, the CLI tells you to run analyze first.
Layout
- Header — Session id, issue counts, fixable count.
- List — One row per issue: index, severity, message, file:line, fix status markers.
- Detail — Selected issue message, suggestion, file path, blast level, fixable flag.
Keys
| Key | Action |
|---|---|
↑ / ↓ or j / k | Move selection |
d | Preview diff (dry-run; no write) |
Esc | Dismiss diff overlay |
a | Fix selected issue |
A | Fix all fixable issues |
v | Verify fixed files |
/ | Filter issues |
g / G | Jump to first / last issue |
q | Quit browser, return to REPL |
·), fixed (✔), verified (✓), or blocked (✘) depending on implementation version.
Tips
- Use
dbeforeato confirm the transform on critical paths. - After bulk
A, runvto run verification for fixed files. - Quitting with
qdoes not delete the session; usesession listto resume later.
See also
- Quickstart — First-run walkthrough
- Blast radius
