diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index b991fe9b2..a3ae97b4a 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 22 commands (/polish, /distill, /audit, /typeset, /overdrive, etc.) and an enhanced impeccable skill with curated anti-patterns.", - "version": "2.0.4", + "version": "2.0.6", "author": { "name": "Paul Bakaus", "email": "paul@paulbakaus.com" diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 9e60f50a2..f38859d73 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 22 commands (/polish, /distill, /audit, /typeset, /overdrive, etc.) and an enhanced impeccable skill with curated anti-patterns.", - "version": "2.0.4", + "version": "2.0.6", "author": { "name": "Paul Bakaus", "email": "paul@paulbakaus.com" diff --git a/CLAUDE.md b/CLAUDE.md index 65b6eb3f0..72fd66226 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -52,7 +52,7 @@ Unit tests (build, detector logic) run via `bun test`. Fixture tests (jsdom-base ## CLI -The CLI lives in a separate repo/package: [`impeccable`](https://github.com/pbakaus/impeccable-detect) (BSL-1.1). +The CLI lives in a separate repo/package: [`impeccable`](https://github.com/pbakaus/impeccable-cli) (BSL-1.1). ```bash npx impeccable detect [file-or-dir-or-url...] # detect anti-patterns diff --git a/NOTICE.md b/NOTICE.md index f1fd17153..4c037c0f3 100644 --- a/NOTICE.md +++ b/NOTICE.md @@ -6,7 +6,7 @@ Copyright 2025-2026 Paul Bakaus ## CLI and Detection Engine The CLI and detection engine ([`impeccable`](https://www.npmjs.com/package/impeccable)) -live in a [separate repo](https://github.com/pbakaus/impeccable-detect) licensed under +live in a [separate repo](https://github.com/pbakaus/impeccable-cli) licensed under the Business Source License 1.1 (BSL-1.1), not Apache 2.0. Free for individuals, open source projects, and organizations with 5 or fewer people diff --git a/public/index.html b/public/index.html index 4b987d459..514d39c3a 100644 --- a/public/index.html +++ b/public/index.html @@ -99,7 +99,7 @@ -
v2.0.4 -- Detection engine split + framework support
+v2.0.6 -- Detection engine split + framework support
@@ -482,7 +482,7 @@