From a2a8627e94d35b75d24d9467bc566244917d5e8c Mon Sep 17 00:00:00 2001 From: Paul Bakaus Date: Wed, 8 Apr 2026 12:02:11 -0700 Subject: [PATCH] Update v2.0 changelog + hero teaser with branch-to-date work Expands the v2.0 entry from 5 flat bullets to 9 grouped highlights and surfaces the additions the existing entry missed: the data-driven skill rewrite (validated against the internal eval framework with concrete per-niche metrics), the Chrome DevTools extension, the rebuilt site and docs, /critique's persona sub-agents, Rovo Dev support, and Apache 2.0 unification. Each item leads with a bold label so the list stays scannable despite the length. Hero version link tightened to signal the three most visible pieces of the release (detection engine, Chrome extension, data-driven skill) instead of just the detector. Co-Authored-By: Claude Opus 4.6 (1M context) --- public/index.html | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/public/index.html b/public/index.html index 0dcc36a0d..5e18347e6 100644 --- a/public/index.html +++ b/public/index.html @@ -117,7 +117,7 @@ - + @@ -480,14 +480,18 @@
v2.0 - April 3, 2026 + April 8, 2026
    -
  • Anti-pattern detection engine with 25 rules across typography, color, layout, motion, and design quality
  • -
  • CLI: npx impeccable detect scans HTML, CSS, JSX/TSX, Vue, Svelte, and CSS-in-JS files with framework detection, multi-file import tracking, and CI/CD-ready JSON output
  • -
  • /critique now runs automated detection and opens a browser overlay so you can review flagged anti-patterns live on the page
  • -
  • New command: /shape interviews you about purpose, audience, and goals before designing
  • -
  • Gallery of Shame: real examples with live detection overlays
  • +
  • Data-driven skill rewrite. The core skill (renamed from frontend-design to impeccable) was rebuilt using a multi-model eval framework that runs the skill with and without the improvements across 7 design niches and measures how much the output collapses into monoculture. Not vibes, numbers: on Qwen 3.6 Plus, overused Fraunces headings dropped from 92% to 0% on kids reading, side-tab borders from 76% to 20% on vintage moto, no theme regressions elsewhere. Run /impeccable teach once to set your project's design context.
  • +
  • Anti-pattern detection engine. 25 rules across typography, color & contrast, layout, motion, and design quality. Handles modern color formats (oklch/oklab/lch/lab), CSS variables inside border shorthands, gradient-backed text, and emoji-only nodes — the hard-to-hit cases that slip past regex-only scanners.
  • +
  • CLI: npx impeccable detect. Scans HTML, CSS, JSX/TSX, Vue, Svelte, and CSS-in-JS with framework detection, multi-file import tracking, live URL scanning (via Puppeteer), JSON output for CI, and a --fast regex mode for huge codebases.
  • +
  • Chrome DevTools extension. One-click detection on any page — yours, staging, production, or someone else's. Reads live computed styles, surfaces findings in an interactive panel, and highlights offending elements on the page. In Chrome Web Store review.
  • +
  • /critique got teeth. Persona sub-agents now review in parallel, score against Nielsen's heuristics, run the detector automatically, and open a live browser overlay so you can walk each finding on the rendered page.
  • +
  • New command: /shape. Interviews you about purpose, audience, and goals before writing a single line of design — so the AI actually understands the brief instead of jumping straight to CSS.
  • +
  • Rebuilt site and docs. New narrative (Foundation → Language → Antidote → Visual Mode), a browsable skills index with per-skill detail pages and before/after demos, tutorials walk-throughs, an anti-patterns index, and the Gallery of Shame with live detection overlays. Mobile experience overhauled end-to-end.
  • +
  • New harness: Rovo Dev. Brings the total to 11 supported AI tools.
  • +
  • Licensing unified to Apache 2.0. CLI merged back into this repo; every component now ships under a single permissive license.