Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 23b6b9c

Browse files
pbakausclaude
andcommitted
chore(cli): bump to v2.1.9 + changelog
Patch bump. Detector adds the body-text-viewport-edge rule (29 total) and fixes a class of false positives in modern token-based codebases (OKLCH and var() resolution, anchor inheritance). Live screenshot overlay no longer flashes solid black during loading. The "live mode survives disconnects" CLI work and the italic-serif / hero-eyebrow-chip rules from PR #129 already shipped in the v3.0.7 skill release notes, so they're not re-announced here. Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
1 parent 735a0f4 commit 23b6b9c

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "impeccable",
3-
"version": "2.1.8",
3+
"version": "2.1.9",
44
"author": "Paul Bakaus",
55
"description": "Design skills, commands, and anti-pattern detection for AI coding agents",
66
"keywords": [

site/pages/index.astro

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -976,6 +976,19 @@ import '../styles/sub-pages.css';
976976
</ul>
977977
</div>
978978

979+
<div class="changelog-entry">
980+
<div class="changelog-version-header">
981+
<span class="changelog-version">CLI v2.1.9</span>
982+
<span class="changelog-date">May 13, 2026</span>
983+
</div>
984+
<ul class="changelog-items">
985+
<li><strong>New rule: <code>body-text-viewport-edge</code>.</strong> Catches body copy running to the absolute viewport edge with no horizontal padding (a structural AI tell where the model skipped layout and let everything butt against the window). Brings the deterministic rule count to 29.</li>
986+
<li><strong>OKLCH and CSS-var resolution.</strong> The contrast and color rules now resolve <code>oklch(...)</code> and <code>var(--token)</code> references through the cascade before evaluating. A class of false positives in Tailwind v4 / shadcn / token-based codebases is gone; previously the resolver bailed on modern syntax and reported nothing or the wrong thing.</li>
987+
<li><strong>Anchor inheritance fix.</strong> The contrast rules were misreading <code>&lt;a&gt;</code> color when the link inherited from a styled parent (e.g. a hero with a non-default text color), flagging real text as low-contrast against itself. Resolution now walks the inheritance chain correctly.</li>
988+
<li><strong>Live screenshot overlay no longer flashes solid black during loading.</strong> Pages with no explicit page background painted the overlay backdrop in pure ink for a frame before the screenshot loaded. The overlay now starts transparent and resolves once the bitmap is ready.</li>
989+
</ul>
990+
</div>
991+
979992
<div class="changelog-entry">
980993
<div class="changelog-version-header">
981994
<span class="changelog-version">CLI v2.1.8</span>

0 commit comments

Comments
 (0)