a11y-loop 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +7 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -77,12 +77,13 @@ same `SKILL.md` is portable across 40+ clients — Claude Code, Cursor, GitHub C
77
77
  Gemini CLI, and more — not just one vendor's agent. The CLI runs the same checks standalone in CI
78
78
  or any other pipeline.
79
79
 
80
- It was built for the **My Life My Voice** accessibility challenge, run by a disability
81
- organization in Aotearoa New Zealand, where the NZ Government Web Accessibility Standard 1.2 has
82
- mandated WCAG 2.2 AA since 17 March 2025. The idea: give AI coding agents a way to build
83
- accessibility in from the start, instead of treating it as a compliance afterthought bolted on
84
- after the fact. a11y-loop has no affiliation with My Life My Voice or the NZ government beyond
85
- having been built for that challenge.
80
+ a11y-loop is a personal open-source project. It exists because the same handful of failures — low
81
+ contrast, missing alt text, empty links and buttons, unlabelled form inputs have topped the
82
+ WebAIM Million every year for a decade, and the reason is not that they are hard to fix. It is
83
+ that accessibility usually arrives as an after-the-fact compliance check, once the UI is already
84
+ built and nobody wants to touch it. The goal here is to move it earlier: make accessibility a
85
+ default of the development workflow rather than an audit at the end — which matters more now that
86
+ so much UI code is written by AI agents in the first place.
86
87
 
87
88
  **What this is not.** a11y-loop does not claim compliance, does not guarantee accessibility, and
88
89
  does not replace manual testing or testing with assistive technology. A clean report means "no
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "a11y-loop",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Makes AI coding agents write accessible UI by default, then proves what it can prove with a real browser audit across the states they built — and tells you exactly what it could not check.",
5
5
  "type": "module",
6
6
  "bin": {