Ship-Readiness Dashboard
This Session panel
The top panel shows activity since your last git commit: files touched by Claude Code, lines added and removed, and how many scanners ran. This resets on each commit.
Safety ratings
Each detected project gets a safety rating:
- GreenNo open issues. Safe to ship.
- YellowOpen P1 or P2 issues. Review before shipping — these are non-blocking but worth checking.
- RedOpen P0 issues. Do not ship until resolved. P0 = data loss, security vulnerability, or broken core workflow.
What Claude changed
The diff panel lists every file Claude Code touched in the current session with line counts and any scanner warnings associated with those files. Click a file to jump to its issues in the Issues tab.
Severity levels
- P0 — Critical: data loss, security vulnerability, broken authentication. Block ship.
- P1 — High: likely bug or significant quality issue. Review before ship.
- P2 — Medium: code quality, maintainability, minor correctness concern.
- P3 — Low: style, documentation, informational.
Menu-bar icon
The Sentinel shield in your menu bar mirrors the worst-severity open issue across all projects. Green = clear, yellow = P1/P2 open, red = P0 open. Click it for a quick summary without opening the control panel.