Skip to content

Commit 222b742

Browse files
committed
Release v0.4.1
1 parent e1bb487 commit 222b742

2 files changed

Lines changed: 55 additions & 1 deletion

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"name": "accesslint",
1010
"source": "./plugins/accesslint",
1111
"description": "Find and fix WCAG 2.2 issues — codebase sweeps and audit→fix→verify loops via the `audit` skill. Live-DOM audits need Chrome --remote-debugging-port or chrome-devtools-mcp.",
12-
"version": "0.4.0",
12+
"version": "0.4.1",
1313
"author": {
1414
"name": "AccessLint",
1515
"email": "support@accesslint.com"

CHANGELOG.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
# Changelog
2+
3+
All notable changes to the AccessLint Claude plugin are documented here.
4+
5+
## [0.4.1] - 2026-05-01
6+
7+
### Changed
8+
- `audit_live` now auto-launches Chrome minimized when no debug session is reachable — no `--remote-debugging-port` setup required. The fallback chain is: attach to existing CDP session → auto-launch Chrome → chrome-devtools-mcp (for existing authenticated sessions).
9+
- Skill prerequisite check removed; the skill no longer stops to ask users to start Chrome manually.
10+
- Fixed WCAG coverage claims in README to match the actual rule set: "non-text contrast" corrected to "text spacing" (WCAG 1.4.12); "error identification" / "consistent behavior" corrected to "language attributes" / "accessible authentication".
11+
12+
## [0.4.0] - 2026-05-01
13+
14+
### Changed
15+
- Collapsed the reviewer agent and `audit-and-fix` skill into a single `accesslint:audit` skill with two intent-driven modes:
16+
- **Report mode** — sweeps a scope (directory, files, or URL), detects patterns across components, produces a prioritized written report. No edits.
17+
- **Fix mode** — runs the audit → edit → verify loop, applying mechanical fixes verbatim and leaving `TODO`s for visual/contextual issues.
18+
- `audit_file` and `audit_url` MCP tools removed upstream; `audit_html` and `audit_live` remain as the primary audit paths alongside `audit_browser_script` + `audit_browser_collect`.
19+
- For large sweeps where context cost matters, the skill can now be invoked via Claude Code's built-in `Task` tool for context isolation.
20+
21+
## [0.3.4] - 2026-04-26
22+
23+
### Changed
24+
- Pairs with `@accesslint/mcp@0.6.0`: violation `Source:` lines now always resolve to real source files rather than bundled chunk URLs. Source map schema simplified — `strategy`/`confidence` replaced by `ownerDepth`.
25+
26+
## [0.3.3] - 2026-04-25
27+
28+
### Changed
29+
- Skill now prefers `Source:` lines over selector grep when mapping live-DOM violations back to source components — more reliable on React dev builds where fiber data is available.
30+
- Refreshed marketplace description.
31+
32+
## [0.3.2] - 2026-04-25
33+
34+
### Changed
35+
- Tracks `@accesslint/mcp@latest` instead of a pinned version so users always get the current engine without a plugin bump.
36+
37+
## [0.3.1] - 2026-04-25
38+
39+
### Changed
40+
- Pairs with `@accesslint/mcp@0.4.1`: audit IIFE is now fetched from CDN at audit time rather than bundled in the MCP server, keeping the MCP package size small.
41+
- Tightened `audit-and-fix` skill preamble; added note about `chrome-devtools-mcp` as a companion for live-DOM audits.
42+
43+
## [0.3.0] - 2026-04-25
44+
45+
### Changed
46+
- Slimmed plugin to an `audit-and-fix` skill and a multi-file reviewer agent, both backed by `@accesslint/mcp` from npm.
47+
- Removed the bundled MCP server; MCP is now sourced from `@accesslint/mcp@latest` via npx.
48+
- Updated WCAG references from 2.1 to 2.2 throughout.
49+
50+
## [0.1.1] - 2026-04-01
51+
52+
### Added
53+
- Initial release: contrast checker skill, use-of-color skill, link-purpose skill, refactor skill, and a multi-file accessibility reviewer agent.
54+
- Bundled MCP server with color contrast check.

0 commit comments

Comments
 (0)