-
impeccable detectnow understands your design system. When a project hasDESIGN.md, CLI scans load the same context as hooks and flag font, color, and radius drift against documented typography, palette, rounded scale, and sidecar tonal ramps. Pass--no-design-systemwhen you want the global detector only. -
Ignore management is now a first-class CLI workflow.
impeccable ignorescan list, add, and remove rule, file, and value exceptions in the shared detector config, so teams no longer have to hand-edit.impeccable/config.json. Hooks and manual CLI scans honor the same exceptions. -
Install no longer fails silently on newer Node. On Node v24.16.0 and v26.1.0+,
impeccable installcould print "Downloading impeccable skills...", exit 0, and write nothing. ZIP extraction now uses pure-JSfflate, avoiding the destroyed-stream stall behind nodejs/node#63487 while preserving the Windows install fix. Reported by @kenryu42 in #250.