Audit every declared contrast pairing
audit_themeChecks theme contrast against every promised pairing. Run after palette changes to verify all themes meet accessibility guarantees before build.
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). |