You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Accessibility review for frontend changes — folded into pr-review as a conditional dimension (no new agent, no extra pass):
Runs only when a diff changes user-facing UI in a frontend stack; zero token cost on backend/non-UI changes.
Targets WCAG 2.2 AA and cites the specific Success Criterion per finding. Uses the repo's own a11y tooling (axe-core, eslint-plugin-jsx-a11y, Lighthouse) when present; never scaffolds one.
Automatic, non-blocking by default, no setup. Optional "a11y" key in .claude/dev-kit.json: auto (default) · required (blocking) · off — hand-edit or just ask the kit to change it.
coding-agent also nudges the implement step to write accessible markup up front, so it's covered proactively — not only caught at self-review.