Bump version to 2.0.0, add changelog entry

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Paul Bakaus
2026-03-20 09:13:39 -07:00
co-authored by Claude Opus 4.6
parent 4f18ddaf52
commit 958383722d
4 changed files with 19 additions and 4 deletions
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "impeccable",
"version": "1.5.1",
"version": "2.0.0",
"author": "Paul Bakaus",
"bin": {
"impeccable": "./bin/impeccable.mjs"
+16 -1
View File
@@ -78,7 +78,7 @@
</div>
</div>
</div>
<p class="hero-version-link"><a href="#changelog">v1.5.1 — /typeset app typography fix</a></p>
<p class="hero-version-link"><a href="#changelog">v2.0.0 — Anti-pattern detection engine</a></p>
</div>
<!-- Right: Before/After Demo -->
@@ -314,6 +314,21 @@
</div>
<div class="changelog-list" data-reveal>
<div class="changelog-entry">
<div class="changelog-version-header">
<span class="changelog-version">v2.0.0</span>
<span class="changelog-date">March 20, 2026</span>
</div>
<ul class="changelog-items">
<li>Anti-pattern detection engine: 25 rules across typography, color, layout, visual details, motion, and design quality</li>
<li>CLI tool: <code>npx impeccable detect [target]</code> for standalone scanning outside AI harnesses</li>
<li>Browser visualizer: live overlays highlighting detected anti-patterns directly on the page</li>
<li><code>/critique</code> overhaul: sub-agent architecture, provider-aware script paths, console-based overlay reading</li>
<li>Gallery of Shame: <a href="/gallery">real examples</a> with live detection overlays</li>
<li>Shared transformer build system, prefix-aware <code>{{scripts_path}}</code> placeholder</li>
</ul>
</div>
<div class="changelog-entry">
<div class="changelog-version-header">
<span class="changelog-version">v1.5.1</span>