mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-11 21:57:14 +03:00
Align all version references to 2.0.6, update repo URLs to impeccable-cli
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
824a04b109
commit
c8d654a71a
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
+2
-2
@@ -99,7 +99,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p class="hero-version-link"><a href="#changelog">v2.0.4 -- Detection engine split + framework support</a></p>
|
||||
<p class="hero-version-link"><a href="#changelog">v2.0.6 -- Detection engine split + framework support</a></p>
|
||||
</div>
|
||||
|
||||
<!-- Right: Before/After Demo -->
|
||||
@@ -482,7 +482,7 @@
|
||||
<div class="changelog-list" data-reveal>
|
||||
<div class="changelog-entry">
|
||||
<div class="changelog-version-header">
|
||||
<span class="changelog-version">v2.0.4</span>
|
||||
<span class="changelog-version">v2.0.6</span>
|
||||
<span class="changelog-date">April 3, 2026</span>
|
||||
</div>
|
||||
<ul class="changelog-items">
|
||||
|
||||
Reference in New Issue
Block a user