skill-v4.1.2

pbakaus/impeccableskill-v4.1.2Aug 26, 2026by abdulwahabone

AI Summary

This release focuses on stability and accuracy, fixing Grok and Codex hooks, resolving monorepo design system conflicts, and reducing detector false alarms.

Key Highlights

  • Monorepo design system resolution
  • Grok hook fixes
  • Codex block support
  • Detector false alarm reduction
  • Root-relative stylesheet scanning

New Features

  • Grok hook fixes
  • Codex integration
  • Detector improvements (oklch, color-mix, comments)
  • Windows setup fixes

Full Release Notes

- **Monorepos find the right DESIGN.md.** Nested workspace packages own their own surfaces, an explicit projectRoots wins over guessing, and a parent's design system applies only when that root actually owns the path.

- **The design hook works on Grok Build again.** Installs pointed project hooks at a path that broke on update, and Grok's camelCase payloads read as empty scans. Both fixed, and a clean scan now clears the finding cache instead of nagging.

- **Codex hears the block.** The Stop hook emits the decision shape Codex expects, so the design gate actually gates.

- **Fewer detector false alarms.** Dashed single-direction rules stop reading as grid backgrounds, comments are stripped before pattern matching, oklch parses in the contrast checks, and a hex tucked inside color-mix() no longer trips gradient contrast.

- **Root-relative stylesheets get scanned.** A page linking `/styles.css` used to be judged without its CSS by static detection; those links now resolve against the scan root, and `..` escapes are refused with a warning.

- **Installs repair cleanly.** Claude subagents install correctly again, home-scoped agents refresh when they go stale, and hook migration on Windows stops duplicating entries.

- **Windows setup output stops truncating.** The context helper drains stdout and closes its sockets before exiting, so directives no longer vanish mid-boot.

- **Live mode housekeeping.** The preview server refuses symlinks that lead outside your workspace, page-controlled fields are stripped before they reach the agent, and the direction page no longer hangs after a re-roll.

- **Comps keep their ground.** Ground-color drift between the approved comp and the shipped page is caught on any palette now, not just cream, and the code-led fallback is deterministic.