From 8863e5d07b6c5c8e9dcf0383d0db6377c9083570 Mon Sep 17 00:00:00 2001 From: Paul Bakaus Date: Mon, 16 Mar 2026 15:58:25 -0700 Subject: [PATCH] Bump version to 1.5.0, add changelog entry New in v1.5.0: - 3 new skills: /typeset, /arrange, /overdrive (beta) - Shared Context Gathering Protocol with .impeccable.md - teach-impeccable writes provider-agnostic context - Deep linking to commands (#cmd-overdrive etc.) - JS-powered demo infrastructure with live laser signature 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 | 16 +++++++++++++++- 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 3787cbe17..fe7b61e15 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.3.0", + "version": "1.5.0", "author": { "name": "Paul Bakaus", "email": "paul@paulbakaus.com" diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 1798439b6..e52c30e23 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.3.0", + "version": "1.5.0", "author": { "name": "Paul Bakaus", "email": "paul@paulbakaus.com" diff --git a/package.json b/package.json index 2262c1b2f..378ecc2f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "impeccable", - "version": "1.3.0", + "version": "1.5.0", "author": "Paul Bakaus", "dependencies": { "archiver": "^7.0.1", diff --git a/public/index.html b/public/index.html index c5d00baa4..a42c6e7d2 100644 --- a/public/index.html +++ b/public/index.html @@ -78,7 +78,7 @@ - + @@ -310,6 +310,20 @@
+
+
+ v1.5.0 + March 16, 2026 +
+
    +
  • 3 new skills: /typeset (fix typography), /arrange (fix layout & spacing), /overdrive (technically extraordinary effects, beta)
  • +
  • Shared Context Gathering Protocol — all skills now check .impeccable.md and auto-invoke /teach-impeccable when needed
  • +
  • /teach-impeccable now writes to .impeccable.md for provider-agnostic context
  • +
  • Deep linking to commands (#cmd-overdrive, etc.)
  • +
  • JS-powered demo support — /overdrive features a live laser-etched signature effect
  • +
+
+
v1.3.0