verify_extension
Audit an extending component against its parent's contract surface to catch slot drift, ARIA regressions, and other contract violations before shipping.
Instructions
Audit an extending component against its parent's contract surface. Catches slot drift, ARIA regressions, lost form-association, suppressed events, missing forced-colors blocks, sub-44px touch targets, and broken accessible-label devWarn patterns. Findings reference defect-corpus classes 05-11. Use this BEFORE shipping any helix-pattern subclass.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parentTagName | Yes | Tag name of the parent component (e.g. "hx-button"). | |
| subclassTagName | Yes | Tag name of the extending subclass (e.g. "figgy-button"). | |
| subclassSourcePaths | No | Optional subclass source paths for deeper checks. Without these, the audit only inspects the CEM surface. | |
| libraryId | No | Optional library ID for multi-library workspaces (resolved by the dispatcher). |