Skip to content

Commit e449d94

Browse files
feat(ai-accessibility): Add Section 508 / WCAG 2.0 AA option to accessibility audit
Add US federal accessibility standard option to /accessibility-audit command, supporting Section 508 requirements which align with WCAG 2.0 Level AA.
1 parent 2725e00 commit e449d94

5 files changed

Lines changed: 17 additions & 6 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"metadata": {
88
"description": "A curated list of custom Claude Code plugins, agents, and skills for developers.",
9-
"version": "1.7.1",
9+
"version": "1.8.0",
1010
"pluginRoot": "./plugins"
1111
},
1212
"plugins": [
@@ -36,7 +36,7 @@
3636
"name": "ai-accessibility",
3737
"source": "./plugins/ai-accessibility",
3838
"description": "AI-powered accessibility analysis - Interactive accessibility audit skill and automated agent with comprehensive WCAG compliance detection and reporting",
39-
"version": "1.2.1",
39+
"version": "1.3.0",
4040
"keywords": [
4141
"ai",
4242
"accessibility",

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.8.0] - 2025-12-18
11+
12+
### Added
13+
14+
#### AI-Accessibility Plugin (v1.3.0)
15+
16+
- **Added Section 508 / WCAG 2.0 AA option** to `/accessibility-audit` command
17+
- New "508 / WCAG 2.0 AA" option in WCAG version selection
18+
- Supports US federal accessibility requirements aligned with WCAG 2.0 Level AA
19+
1020
## [1.7.1] - 2025-12-17
1121

1222
### Fixed
@@ -471,7 +481,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
471481

472482
- README.md, CLAUDE.md, individual plugin READMEs, and MIT license
473483

474-
[Unreleased]: https://github.com/charlesjones-dev/claude-code-plugins-dev/compare/v1.7.1...HEAD
484+
[Unreleased]: https://github.com/charlesjones-dev/claude-code-plugins-dev/compare/v1.8.0...HEAD
485+
[1.8.0]: https://github.com/charlesjones-dev/claude-code-plugins-dev/compare/v1.7.1...v1.8.0
475486
[1.7.1]: https://github.com/charlesjones-dev/claude-code-plugins-dev/compare/v1.7.0...v1.7.1
476487
[1.7.0]: https://github.com/charlesjones-dev/claude-code-plugins-dev/compare/v1.6.3...v1.7.0
477488
[1.6.3]: https://github.com/charlesjones-dev/claude-code-plugins-dev/compare/v1.6.2...v1.6.3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Claude Code Plugins for Developers
22

3-
[![Version](https://img.shields.io/badge/version-1.7.1-blue.svg)](https://github.com/charlesjones-dev/claude-code-plugins-dev/releases)
3+
[![Version](https://img.shields.io/badge/version-1.8.0-blue.svg)](https://github.com/charlesjones-dev/claude-code-plugins-dev/releases)
44
[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
55
[![GitHub Issues](https://img.shields.io/github/issues/charlesjones-dev/claude-code-plugins-dev.svg)](https://github.com/charlesjones-dev/claude-code-plugins-dev/issues)
66
[![GitHub Stars](https://img.shields.io/github/stars/charlesjones-dev/claude-code-plugins-dev.svg)](https://github.com/charlesjones-dev/claude-code-plugins-dev/stargazers)

plugins/ai-accessibility/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ai-accessibility",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "AI-powered accessibility analysis - Interactive accessibility audit skill and automated agent with comprehensive WCAG compliance detection and reporting",
55
"author": {
66
"name": "Charles Jones",

plugins/ai-accessibility/commands/accessibility-audit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Before starting the audit, determine the WCAG compliance requirements and audit
2222
Use the AskUserQuestion tool to gather these requirements with the following questions:
2323

2424
- Question 1: "Which WCAG version should this audit target?"
25-
- Options: WCAG 2.1, WCAG 2.2
25+
- Options: WCAG 2.1, WCAG 2.2, 508 / WCAG 2.0 AA
2626
- Header: "WCAG Version"
2727

2828
- Question 2: "Which WCAG conformance level should be the target?"

0 commit comments

Comments
 (0)