Skip to content

Commit 75865d7

Browse files
Update A11Y Governance preset to v0.4.1
Update a11y-governance preset submitted by @hindermath to: - presets/catalog.community.json (version, download_url, documentation, description, updated_at) - docs/community/presets.md community presets table Closes #3682 Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 043c4ec commit 75865d7

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

docs/community/presets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The following community-contributed presets customize how Spec Kit behaves — o
77

88
| Preset | Purpose | Provides | Requires | URL |
99
|--------|---------|----------|----------|-----|
10-
| A11Y Governance | Adds accessibility (WCAG 2.2 AA), bilingual DE/EN delivery, CEFR-B2 readability, inclusive-content governance, didactic inline-code-comment review, and audit-ready Spec Kit run evidence | 10 templates, 3 commands || [spec-kit-preset-a11y-governance](https://github.com/hindermath/spec-kit-preset-a11y-governance) |
10+
| A11Y Governance | Adds WCAG 2.2 AA governance, accessible text/JSON status parity, bilingual DE/EN delivery, CEFR-B2 readability, inclusive content, didactic-comment review, and audit-ready evidence | 10 templates, 3 commands || [spec-kit-preset-a11y-governance](https://github.com/hindermath/spec-kit-preset-a11y-governance) |
1111
| Agent Parity Governance | Adds shared-guidance parity, audit-ready Spec-Kit run evidence, and agent-neutral model-routing guidance across a project's declared AI-agent instruction surfaces so agent guidance does not drift. | 6 templates, 3 commands || [spec-kit-preset-agent-parity-governance](https://github.com/hindermath/spec-kit-preset-agent-parity-governance) |
1212
| AIDE In-Place Migration | Adapts the AIDE extension workflow for in-place technology migrations (X → Y pattern) — adds migration objectives, verification gates, knowledge documents, and behavioral equivalence criteria | 2 templates, 8 commands | AIDE extension | [spec-kit-presets](https://github.com/mnriem/spec-kit-presets) |
1313
| Architecture Governance | Adds secure software architecture, resumable remote-transaction boundaries, STRIDE+CAPEC threat modeling, arc42 security cross-cutting concepts, S-ADRs, Zero Trust applicability, OWASP SAMM governance, BSI C3A cloud autonomy, BSI C5 cloud compliance assurance, and audit-ready Spec Kit run evidence | 13 templates, 3 commands || [spec-kit-preset-architecture-governance](https://github.com/hindermath/spec-kit-preset-architecture-governance) |

presets/catalog.community.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
{
22
"schema_version": "1.0",
33
"updated_at": "2026-07-23T00:00:00Z",
4+
45
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/presets/catalog.community.json",
56
"presets": {
67
"a11y-governance": {
78
"name": "A11Y Governance",
89
"id": "a11y-governance",
9-
"version": "0.4.0",
10-
"description": "Adds accessibility (WCAG 2.2 AA), bilingual DE/EN delivery, CEFR-B2 readability, inclusive-content governance, didactic inline-code-comment review, and audit-ready Spec Kit run evidence.",
10+
"version": "0.4.1",
11+
"description": "Adds WCAG 2.2 AA governance, accessible text/JSON status parity, bilingual DE/EN delivery, CEFR-B2 readability, inclusive content, didactic-comment review, and audit-ready evidence.",
1112
"author": "Thorsten Hindermann",
1213
"repository": "https://github.com/hindermath/spec-kit-preset-a11y-governance",
13-
"download_url": "https://github.com/hindermath/spec-kit-preset-a11y-governance/archive/refs/tags/v0.4.0.zip",
14+
"download_url": "https://github.com/hindermath/spec-kit-preset-a11y-governance/archive/refs/tags/v0.4.1.zip",
1415
"homepage": "https://github.com/hindermath/spec-kit-preset-a11y-governance",
15-
"documentation": "https://github.com/hindermath/spec-kit-preset-a11y-governance/blob/main/README.md",
16+
"documentation": "https://github.com/hindermath/spec-kit-preset-a11y-governance/blob/v0.4.1/README.md",
1617
"license": "MIT",
1718
"requires": {
1819
"speckit_version": ">=0.8.0"
@@ -33,7 +34,7 @@
3334
"didactic-comments"
3435
],
3536
"created_at": "2026-04-27T00:00:00Z",
36-
"updated_at": "2026-06-14T00:00:00Z"
37+
"updated_at": "2026-07-23T00:00:00Z"
3738
},
3839
"agent-parity-governance": {
3940
"name": "Agent Parity Governance",

0 commit comments

Comments
 (0)