/a11y-audit Scan a frontend project for WCAG 2.2 accessibility issues, show fixes, and optionally check color contrast. Usage What It Does Step 1: Scan Run the a11y scanner on the target directory: Parse the JSON output. Group findings by severity (critical → serious → moderate → minor). Display a summary: Step 2: Fix For each finding (starting with critical): 1. Read the affected file 2. Show the violation with context (before) 3. Apply the fix from 4. Show the result (after) Auto-fixable issues (apply without asking): - Missing on decorative images - Missing attribute on - values 0 → set to…