Audit every declared contrast pairing
audit_themeVerify color contrast compliance against design system promises for one or all palettes. Run after any palette change to catch accessibility failures before release.
Instructions
Runs every contrast promise the design system makes against one theme or all four. This is the build gate — run it after any palette change. A pairing that is not declared here is not promised and must not be used to carry meaning.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| theme | No | One theme, or omit for all four. | |
| failuresOnly | No | Show only failures (default true when everything passes). |