# impeccable cli-v3.6.1 — CLI 3.6.1 - Product: impeccable (https://whatsnew.fyi/product/impeccable) - Vendor: impeccable - Date: 2026-08-26 - Version: cli-v3.6.1 - Original notes: https://github.com/pbakaus/impeccable/releases/tag/cli-v3.6.1 - Permalink: https://whatsnew.fyi/product/impeccable/releases/cli-v3.6.1 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **fixed** — Root-relative stylesheet links now resolve against the scan root, and escaped paths are refused with a warning - **changed** — Markup and stylesheet comments are stripped before regex matchers run, preventing commented-out code from raising findings - **fixed** — oklch color values now parse correctly in contrast checks, and hex colors inside color-mix() no longer trigger gradient contrast errors - **fixed** — Dashed single-direction rules no longer incorrectly read as grid backgrounds - **fixed** — DESIGN.md is inherited only from roots that own the path, nested workspace packages resolve their own surfaces, and pnpm workspace globs with inline comments parse correctly - **fixed** — Claude subagents install correctly, home-scoped agents refresh when stale, Grok hooks point at the global skill path, and Windows hook migration stops duplicating entries - **changed** — closest() selectors compile once per document instead of once per element for faster static scans - **Root-relative stylesheets resolve.** A page linking `/styles.css` was judged without its CSS in static scans; those links now resolve against the scan root, and `..` escapes are refused with a warning. - **Comments stop matching.** Markup and stylesheet comments are stripped before the regex matchers run, including Astro fences, preprocessor line comments, and script strings, so commented-out code cannot raise findings. - **Color parsing catches up.** oklch reads correctly in the contrast checks, and a hex tucked inside color-mix() no longer trips gradient contrast. - **Grid backgrounds calm down.** Dashed single-direction rules stop reading as grid backgrounds. - **Monorepos resolve the right design system.** DESIGN.md is inherited only from a root that actually owns the path, nested workspace packages own their own surfaces, and pnpm workspace globs with inline comments parse. - **Installs repair cleanly.** Claude subagents install correctly, home-scoped agents refresh when stale, Grok hooks point at the global skill path, and Windows hook migration stops duplicating entries. - **Faster static scans.** closest() selectors compile once per document instead of once per element.