From e18ee529f3fd4c405f312609ad4dab73f1a48d02 Mon Sep 17 00:00:00 2001 From: Paul Bakaus Date: Fri, 3 Apr 2026 19:14:06 -0700 Subject: [PATCH] Clean up FAQ and consolidate changelog into single v2.0 entry Simplify the licensing FAQ (no more CLI-calls-engine indirection). Merge v2.0.0 and v2.0.6 changelog entries into one v2.0 release note covering the full detection engine, CLI, framework support, and critique overhaul. Co-Authored-By: Claude Opus 4.6 (1M context) --- public/index.html | 45 ++++++++++++--------------------------------- 1 file changed, 12 insertions(+), 33 deletions(-) diff --git a/public/index.html b/public/index.html index 514d39c3a..f04469f56 100644 --- a/public/index.html +++ b/public/index.html @@ -99,7 +99,7 @@ - + @@ -482,29 +482,17 @@
- v2.0.6 + v2.0 April 3, 2026
    -
  • Detection engine now supports Vue, Svelte, JSX/TSX, and CSS-in-JS (styled-components, emotion)
  • -
  • Multi-file import graph: findings show which components import flagged files
  • -
  • Framework detection: auto-suggests scanning the dev server for Next.js, Vite, SvelteKit, Nuxt, and Astro projects
  • -
  • New live command: serves browser detection overlay on a local port
  • -
  • CLI and detection engine now in standalone package: npm install impeccable
  • -
-
- -
-
- v2.0.0 - March 20, 2026 -
-
    -
  • Anti-pattern detection engine: 24 rules across typography, color, layout, visual details, motion, and design quality
  • -
  • CLI tool: npx impeccable detect [target] for standalone scanning outside AI harnesses
  • -
  • Browser visualizer: live overlays highlighting detected anti-patterns directly on the page
  • -
  • /critique overhaul: sub-agent architecture with scoring, personas, and cognitive load assessment
  • -
  • Gallery of Shame: real examples with live detection overlays
  • +
  • Anti-pattern detection engine with 25 rules across typography, color, layout, motion, and design quality
  • +
  • CLI: npx impeccable detect scans HTML, CSS, JSX/TSX, Vue, Svelte, and CSS-in-JS files
  • +
  • Browser overlay: npx impeccable live serves a live detection overlay you can inject into any page
  • +
  • Framework-aware: detects Next.js, Vite, SvelteKit, Nuxt, and Astro projects and suggests scanning the dev server
  • +
  • Multi-file import graph: findings show which files import flagged components
  • +
  • /critique overhaul: scoring, persona-based testing, cognitive load assessment, and automated detection
  • +
  • Gallery of Shame: real examples with live detection overlays
@@ -661,19 +649,10 @@
- Is Impeccable free? What about the detection engine? + Is Impeccable free?
-

Impeccable has two parts with different licenses:

-

Skills and commands (this repo) are Apache 2.0 -- fully open source, free for any use, commercial or otherwise. Use them in any project, fork them, modify them.

-

The CLI and detection engine (impeccable) are licensed under the Business Source License 1.1. Free for:

-
    -
  • Individuals and personal projects
  • -
  • Open source projects (OSI-licensed)
  • -
  • Education and research
  • -
  • Organizations with 5 or fewer people, or under $1M ARR
  • -
-

Larger organizations using the detection engine (e.g., in CI/CD pipelines) need a commercial license. The code converts to Apache 2.0 automatically in 2030.

-

When you run npx impeccable detect, the CLI (Apache 2.0) calls the detection engine (BSL), so the BSL terms apply to that usage.

+

Skills and commands are Apache 2.0 -- fully open source, free for everyone.

+

The CLI (npx impeccable detect) is BSL-1.1 -- free for individuals, open source projects, education, and small teams (5 or fewer people, or under $1M ARR). Larger organizations need a commercial license.