CLI 3.6.1
-
Root-relative stylesheets resolve. A page linking
/styles.csswas 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.