📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-07-20 00:03:02 +00:00
parent 47ce7f78dc
commit 2c00adccd5
1216 changed files with 10376 additions and 90058 deletions
@@ -0,0 +1,15 @@
---
description: Run the 7-phase design review (WCAG AA, responsive, interaction) on a page or URL
argument-hint: [url-or-file] [optional focus, e.g. "mobile nav" or "checkout flow"]
---
Use the **design-review** subagent to audit the target below. Drive a real browser via the
Playwright MCP, screenshot each viewport tier, and return ranked findings (Blockers → Nitpicks).
Target: $1
Focus (optional): $2
If no target was given, ask for the running dev-server URL (or a file path). If a browser
cannot be opened, fall back to `node scripts/design-audit.mjs` and report only the heuristic
findings, clearly labeled as such. Fix Blockers and High-severity findings before reporting the
work as complete.