@decocms/parity 0.5.4 → 0.7.0
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 +5 -0
- package/dist/cli.js +11594 -9147
- package/package.json +4 -1
package/README.md
CHANGED
|
@@ -61,6 +61,7 @@ Individual flags always override the preset.
|
|
|
61
61
|
| Command | What it does |
|
|
62
62
|
| ------------------ | ----------------------------------------------------------------------------- |
|
|
63
63
|
| `parity run` | Full comparison run between two URLs |
|
|
64
|
+
| `parity audit` | **Single-site** absolute audit (no prod×cand). Console + Vitals + SEO + Imgs |
|
|
64
65
|
| `parity journey` | CI-friendly: only the purchase journey, with JUnit / GitHub annotations |
|
|
65
66
|
| `parity vitals` | Crawl N pages, compare Web Vitals prod vs cand |
|
|
66
67
|
| `parity cache` | CDN cache analysis, opportunities, request categorization |
|
|
@@ -69,6 +70,10 @@ Individual flags always override the preset.
|
|
|
69
70
|
| `parity compare` | Compare a run against a baseline |
|
|
70
71
|
| `parity baseline` | Manage baselines (`set`, `list`, `unset`) |
|
|
71
72
|
| `parity list` | List saved runs |
|
|
73
|
+
| `parity check` | Run a single check (`<name>`) — skips sitemap + LLM aggregation; sub-10s loop |
|
|
74
|
+
| `parity console` | Sub-10s capture of console errors/warnings + network failures for one URL |
|
|
75
|
+
| `parity html` | Dump page/selector HTML or unified diff prod×cand (prettier + jsdiff) |
|
|
76
|
+
| `parity section` | Focused prod×cand diff of a section: HTML + screenshot + computed styles |
|
|
72
77
|
| `parity prompt` | Export issues as a Markdown prompt for any LLM |
|
|
73
78
|
| `parity explain` | LLM deep-dive on a specific issue (needs `ANTHROPIC_API_KEY`) |
|
|
74
79
|
| `parity learned` | Inspect the learned-selectors library |
|