diff --git a/package.json b/package.json
index f78d48c6a..bfe0083d7 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "impeccable",
- "version": "3.0.1",
+ "version": "3.0.0",
"author": "Paul Bakaus",
"description": "Design skills, commands, and anti-pattern detection for AI coding agents",
"keywords": [
diff --git a/site/pages/changelog.astro b/site/pages/changelog.astro
index d8a6d8580..d814d6460 100644
--- a/site/pages/changelog.astro
+++ b/site/pages/changelog.astro
@@ -83,17 +83,11 @@ import '../styles/changelog-faq-kinpaku.css';
-
-
-
- - Clearer installer targeting.
skills install now shows exactly which harness paths it auto-detected, defaults to the detected set, lets you add providers interactively, and asks whether to install into the current project or your home directory. Scripts can pin the same choice with --providers=claude,codex,cursor and --scope=project|user.
-
-
-
- Breaking: Node 24 minimum. The CLI now declares
"node": ">=24". Upgrade Node before installing or running this version.
+ - Clearer installer targeting.
skills install now shows exactly which harness paths it auto-detected, defaults to the detected set, lets you add providers interactively, and asks whether to install into the current project or your home directory. Scripts can pin the same choice with --providers=claude,codex,cursor and --scope=project|user.
- Hook-aware installs and updates.
impeccable skills install and impeccable skills update can prompt once for hook consent, persist the local answer, install or repair .claude/settings.local.json, .codex/hooks.json, and .cursor/hooks.json, and still honor --no-hooks for teams that want skills without editor hooks.
- Local and submodule workflows are cleaner.
skills link --source=.impeccable supports repo-local development, symlink-safe updates avoid clobbering linked installs, provider aliases include Codex and Rovo Dev names, local bundle overrides are explicit, and ZIP extraction is safer on Windows.
- The detector got a real accuracy pass. The CLI detector now skips hidden browser elements, handles sr-only text overflow, reduces repeated kicker false positives, tightens oversized H1 and clipped-overflow heuristics, understands OKLCH alpha and Sass inputs, avoids transparent-border false positives in the GPT thin-border rule, and keeps page-level numbered-marker analysis out of JS, TS, JSX, TSX, and CSS source literals.