From 958383722d6a3d89d305fea71c17c634cb2bd2d8 Mon Sep 17 00:00:00 2001 From: Paul Bakaus Date: Fri, 20 Mar 2026 09:13:39 -0700 Subject: [PATCH] Bump version to 2.0.0, add changelog entry Co-Authored-By: Claude Opus 4.6 (1M context) --- .claude-plugin/marketplace.json | 2 +- .claude-plugin/plugin.json | 2 +- package.json | 2 +- public/index.html | 17 ++++++++++++++++- 4 files changed, 19 insertions(+), 4 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 61d8f8cee..0e7a2822f 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -12,7 +12,7 @@ { "name": "impeccable", "description": "Design vocabulary and skills for frontend development. Includes 20 commands (/polish, /distill, /audit, /typeset, /overdrive, etc.) and an enhanced frontend-design skill with curated anti-patterns.", - "version": "1.5.1", + "version": "2.0.0", "author": { "name": "Paul Bakaus", "email": "paul@paulbakaus.com" diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index dadbc8834..a7ca970bc 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "impeccable", "description": "Design vocabulary and skills for frontend development. Includes 21 skills (20 user-invokable: /polish, /distill, /audit, /typeset, /overdrive, etc.) and an enhanced frontend-design skill with curated anti-patterns.", - "version": "1.5.1", + "version": "2.0.0", "author": { "name": "Paul Bakaus", "email": "paul@paulbakaus.com" diff --git a/package.json b/package.json index 8943b9df5..080f3b714 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "impeccable", - "version": "1.5.1", + "version": "2.0.0", "author": "Paul Bakaus", "bin": { "impeccable": "./bin/impeccable.mjs" diff --git a/public/index.html b/public/index.html index 80cf3e3db..3b96c8095 100644 --- a/public/index.html +++ b/public/index.html @@ -78,7 +78,7 @@ - + @@ -314,6 +314,21 @@
+
+
+ v2.0.0 + March 20, 2026 +
+
    +
  • Anti-pattern detection engine: 25 rules across typography, color, layout, visual details, motion, and design quality
  • +
  • CLI tool: npx impeccable detect [target] for standalone scanning outside AI harnesses
  • +
  • Browser visualizer: live overlays highlighting detected anti-patterns directly on the page
  • +
  • /critique overhaul: sub-agent architecture, provider-aware script paths, console-based overlay reading
  • +
  • Gallery of Shame: real examples with live detection overlays
  • +
  • Shared transformer build system, prefix-aware {{scripts_path}} placeholder
  • +
+
+
v1.5.1