From f27bf49b398ef908c4f06a0ac58d579a1267bf30 Mon Sep 17 00:00:00 2001 From: Paul Bakaus Date: Tue, 24 Mar 2026 18:40:48 -0700 Subject: [PATCH] Bump version to 1.6.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 | 21 ++++++++++++++++++++- 4 files changed, 23 insertions(+), 4 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 61d8f8cee..38d24b704 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": "1.6.0", "author": { "name": "Paul Bakaus", "email": "paul@paulbakaus.com" diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 5260451c1..341f352ff 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-invocable: /polish, /distill, /audit, /typeset, /overdrive, etc.) and an enhanced frontend-design skill with curated anti-patterns.", - "version": "1.5.1", + "version": "1.6.0", "author": { "name": "Paul Bakaus", "email": "paul@paulbakaus.com" diff --git a/package.json b/package.json index 1cec7fde4..3ce585fc0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "impeccable", - "version": "1.5.1", + "version": "1.6.0", "author": "Paul Bakaus", "dependencies": { "archiver": "^7.0.1", diff --git a/public/index.html b/public/index.html index b6f634ff2..19832b2f2 100644 --- a/public/index.html +++ b/public/index.html @@ -87,7 +87,7 @@ - + @@ -319,6 +319,25 @@
+
+
+ v1.6.0 + March 24, 2026 +
+
    +
  • New provider: Trae (China + International)
  • +
  • /critique now scores against Nielsen's 10 heuristics, tests with persona archetypes, and assesses cognitive load (3 new reference files)
  • +
  • /audit now scores 5 dimensions 0-4 with P0-P3 severity ratings and structured action plans
  • +
  • Improved skill descriptions with "Use when..." trigger phrases for better agent discovery
  • +
  • Build system consolidated: 8 transformer files replaced by a config-driven factory. New providers need only a config entry
  • +
  • Fixed invalid YAML frontmatter that broke GitHub preview and Codex loading (#67)
  • +
  • Codex CLI now uses correct $ prefix for command references
  • +
  • Skill cross-references now use the correct provider command prefix
  • +
  • Hardened pattern rendering (XSS escaping) and clipboard fallback in website
  • +
  • New HARNESSES.md reference documenting each provider's skills capabilities
  • +
+
+
v1.5.1