cli-v3.6.1

pbakaus/impeccablecli-v3.6.1Aug 26, 2026by abdulwahabone

AI Summary

CLI updates aligning with the Skill v4.1.2 fixes, including faster static scans and improved monorepo support.

Key Highlights

  • Root-relative stylesheet resolution
  • Faster static scans
  • Monorepo design system resolution

New Features

  • Faster scans (closest() optimization)
  • Monorepo design resolution

Full Release Notes

- **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.