roast-my-design-system 4.2.0 → 4.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -30,7 +30,7 @@ One scan powers all of it; the flags decide what lands on disk. Combine freely.
|
|
|
30
30
|
| `... --rules` | The same rules written to `design-system-rules.md` instead, for pasting by hand |
|
|
31
31
|
| `... --card` | `roast-card.svg`: a shareable 1200x630 card with the score and worst findings. Pure SVG, embeds in a README |
|
|
32
32
|
| `... --sarif` | `design-system-roast.sarif` for GitHub code scanning: upload it in CI and findings appear in the Security tab, annotated on files |
|
|
33
|
-
| `... --by "
|
|
33
|
+
| `... --by "Dwayne Hicks"` | A requester credit in the report header, next to the scan date |
|
|
34
34
|
| `... --exclude lab/` | Leave a folder out of the scan (repeat the flag or comma-separate). Or list folders in a `.roastignore` file at the repo root. Either way the report says so in the header; see [Scoping the scan](#scoping-the-scan) |
|
|
35
35
|
| `... --json` | The scan summary as JSON on stdout, for scripts and pipelines |
|
|
36
36
|
| `... --theme light` / `--out <file>` / `--no-open` | Light report, custom report path, don't open the browser |
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "roast-my-design-system",
|
|
3
|
-
"version": "4.2.
|
|
4
|
-
"description": "Your AI can write the UI. This makes sure it writes your UI.
|
|
3
|
+
"version": "4.2.2",
|
|
4
|
+
"description": "Your AI can write the UI. This makes sure it writes your UI. A deterministic scanner counts every colour, spacing value and duplicate component, scores you 0-100 against 34 public repos, scopes the scan with .roastignore, injects agent rules with --apply.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"design-system",
|
|
7
7
|
"design-tokens",
|