diff --git a/site/pages/changelog.astro b/site/pages/changelog.astro index d66a4c2b9..090bfd17f 100644 --- a/site/pages/changelog.astro +++ b/site/pages/changelog.astro @@ -25,7 +25,7 @@ import '../styles/changelog-faq-kinpaku.css';
v3.5.0May 28, 2026Current
-

The biggest release yet. Per-provider skill compilation, a much less biased skill, and Live Mode out of its rough edges.

+

The biggest release yet. Per-provider rules that lift GPT-5.5 and Codex most, a skill that adapts to new versus existing projects, and Live Mode in Beta.

@@ -60,14 +60,15 @@ import '../styles/changelog-faq-kinpaku.css';
  • Dramatically better in GPT and Codex. Impeccable now compiles harness-specific rules into the skill at build time. Codex and GPT-5.5 get rules written for the exact defects they produce, that no other harness ever sees. No other design skill does this; everyone else ships one generic file to every model.
  • Far less AI-default slop. Bias mining against ~190 samples found the skill's own lines were causing defects, and cut them. The cream / beige background tell (74% on GPT) is banned across the warm-neutral band. Category-to-aesthetic recipes that drove extreme letter-spacing and italic-serif heroes are gone: the shape depends on the brand, not its category. New bans cover all-caps eyebrows, numbered section markers, more than three fonts, and a hard contrast floor.
  • -
  • A random brand seed for new projects. Start something with no existing colors and the skill now draws a single seed color from 129 hand-curated anchors, each carrying a mood and a composition strategy, then builds the full palette around it by hand. One seed becomes a dark jazz club or a light hospitality brand depending on the brief. It stops the cold-start drift toward the same safe cream-and-complementary palette every time.
  • +
  • It treats a new project differently from an existing one. On an existing codebase the skill reads your tokens, theme, and components first and works within them: preserving your identity wins over imposing a fresh look. On a blank slate it draws a single seed color from 129 hand-curated anchors, each carrying a mood and a composition strategy, then builds the full palette around it by hand. One seed becomes a dark jazz club or a light hospitality brand depending on the brief. Either way it ends the cold-start drift toward the same safe palette every time.
  • Live Mode is Beta. Out of alpha. Pick an element in your running app, steer it in plain language (now with voice input), and accept the variant back to source. Insert mode scaffolds new elements; recovery survives HMR, hidden heroes, and dev-tool overlays. An experimental streaming poll mode cuts pickup from seconds to sub-second.
  • /impeccable teach is now /impeccable init. Renamed to match what it does: one command to set up a project. From a single codebase scan it writes PRODUCT.md, offers a DESIGN.md, configures Live Mode so it just works the first time you run it, then points you at the best command to start with. The old name still works as an alias.
  • A bare /impeccable recommends your next move. Run it with no command and, instead of a static menu, it reads the project, your dirty git tree, and your latest critique, then leads with the two or three highest-value commands and why (no DESIGN.md yet, run document; unresolved findings in the files you're editing, run polish). It always asks before running anything, and the full menu is still right below.
  • -
  • Detector: 7 new rules. cream-palette, em-dash-overuse, marketing-buzzword, numbered-section-markers, aphoristic-cadence, broken-image, and italic-serif display heroes. One canonical registry now feeds the CLI, the browser extension, critique, and the evals.
  • +
  • A faster detector with no jsdom. The HTML/CSS engine was rebuilt from the ground up on htmlparser2 and a real CSS cascade resolver, replacing jsdom. It analyzes an HTML file in about 4 ms and clears the full 71-file detection corpus in under 200 ms, with none of the jsdom slowdowns that made large HTML scans crawl. Dependency-free and small enough to bundle straight into the skill and run inline, not just in the CLI and the extension.
  • +
  • Detector: 14 new rules. cream-palette, em-dash-overuse, marketing-buzzword, numbered-section-markers, aphoristic-cadence, theater-slop-phrase, oversized-h1, extreme-negative-tracking, gpt-thin-border-wide-shadow, repeating-stripes-gradient, image-hover-transform, broken-image, text-overflow, and clipped-overflow-container. 41 deterministic rules total, one canonical registry feeding the CLI, the browser extension, critique, and the evals.
  • The skill keeps itself current. On the first session of the day, Impeccable quietly checks whether a newer version shipped. If one has, it offers to run npx impeccable skills update for you. It always asks first, never nags about a version you declined, and never interrupts the task you're on. Set IMPECCABLE_NO_UPDATE_CHECK=1 to turn it off.
  • Codex gets its asset-producer subagent automatically. Codex reads custom subagents from .codex/agents/, a directory separate from where it reads skills, so installers used to leave the agent behind. Now the skill bundles the agent, notices on boot when a Codex project is missing it, and offers to copy it into place. Fixes the gap reported in #161.
  • -
  • A tighter, sharper skill. Orphan reference files folded into their commands, context loading simplified, and a new LLM-backed test suite catches instruction-following regressions across three providers. Plus dedicated /changelog and /faq pages.
  • +
  • Sharper craft under the hood. Beyond the bans, the craft itself got tighter. Small defaults landed where they pay off, like text-wrap: balance on headings, which cleaned up ragged hero type across the ablation runs. And the instructions themselves got leaner: orphan reference files folded into their commands, context loading simplified, and a new LLM-backed test suite that catches instruction-following regressions across three providers on every change. Plus dedicated /changelog and /faq pages.
@@ -81,7 +82,8 @@ import '../styles/changelog-faq-kinpaku.css';
CLI v2.2.0May 28, 2026
@@ -90,7 +92,7 @@ import '../styles/changelog-faq-kinpaku.css';
Extension v1.1.0May 28, 2026
diff --git a/site/public/og-image.jpg b/site/public/og-image-v2.jpg similarity index 100% rename from site/public/og-image.jpg rename to site/public/og-image-v2.jpg