Skip to content

v0.17.0

Choose a tag to compare

@atamanvega atamanvega released this 29 Jul 18:26
· 32 commits to main since this release
8330a11

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.