skill-v3.7.0

DavidHDev/react-bitsskill-v3.7.0Jun 16, 2026by pbakaus

AI Summary

Introduces design-aware detection capabilities and unifies ignore management across CLI and hooks while improving documentation and code highlighting.

Key Highlights

  • Hooks now detect design system drift (fonts, colors, radius) against the documented palette.
  • Ignore management is now unified across CLI and hooks using a shared configuration.
  • Documentation updated to cover the full project context path and design system usage.
  • Syntax highlighting in documentation now uses the Impeccable design palette.

New Features

  • Design-aware hook detections
  • Unified ignore management
  • Updated project context documentation
  • Design palette syntax highlighting

Full Release Notes

- **Design-aware hook detections.** When a project has `DESIGN.md`, hooks and `impeccable detect` load the local design system and flag font, color, and radius drift against the documented palette, typography stacks, rounded scale, and sidecar tonal ramps.

- **Ignores now work across hooks and the CLI.** Detector exceptions moved into shared config, and `impeccable ignores` can list, add, and remove rule, file, and value ignores without hand-editing JSON.

- **Docs cover the full project context path.** New reference pages explain hooks, the detector, configuration, and Design Context, including how `PRODUCT.md`, `DESIGN.md`, and `.impeccable/design.json` are loaded and kept current.

- **Docs code blocks now use the Impeccable palette.** Shiki syntax highlighting uses design-system colors in both light and dark mode, with contrast tests so examples stay readable and do not trigger design-system color drift.