diff --git a/README.md b/README.md index d2fbcfd..2d7e302 100644 --- a/README.md +++ b/README.md @@ -43,12 +43,16 @@ run on a schedule. ## Screenshots -| Select a module — dependencies + audit | Audit report | Editable standard | -|---|---|---| -| ![module](examples/02-module.png) | ![report](examples/03-report.png) | ![standard](examples/04-standard.png) | +**Click any module** to highlight what it calls (downstream) and what depends on it +(upstream), with its score, smell tags, and `file:line` findings: + +![Select a module — dependencies + audit](examples/02-module.png) + +The **Audit report** — averages, grade spread, worst offenders, smell-tag frequency, and +cross-cutting themes: + +Audit report panel -- **Click any module** to highlight what it calls (downstream) and what depends on it - (upstream), with its score, smell tags, and `file:line` findings. - **Health vs coupling** color modes — problems pop amber/red, healthy modules recede to a muted green (colorblind-friendly; the cue is saturation, not just hue). - **Filter** by grade (≤ B/C/D/F) or by issue tag; jump straight to the worst offenders. diff --git a/examples/03-report.png b/examples/03-report.png index 2405ff9..d47d615 100644 Binary files a/examples/03-report.png and b/examples/03-report.png differ diff --git a/examples/04-standard.png b/examples/04-standard.png deleted file mode 100644 index 84edbb8..0000000 Binary files a/examples/04-standard.png and /dev/null differ