Skip to content

Commit fa93572

Browse files
authored
Update a11y-governance preset to v0.3.0 (#2867)
* Update a11y-governance preset to v0.3.0 * Fix a11y-governance catalog updated_at
1 parent 0b82a1d commit fa93572

2 files changed

Lines changed: 7 additions & 7 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 WCAG 2.2 AA accessibility checks, bilingual DE/EN delivery, CEFR-B2 readability, CLI accessibility, and inclusive-content guidance | 9 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 accessibility checks, bilingual DE/EN delivery, CEFR-B2 readability, CLI accessibility, inclusive-content guidance, and didactic inline-code-comment review | 10 templates, 3 commands || [spec-kit-preset-a11y-governance](https://github.com/hindermath/spec-kit-preset-a11y-governance) |
1111
| Agent Parity Governance | Keeps shared AI-agent instructions aligned and adds agent-neutral Spec Kit model-routing guidance across project-defined agent guidance surfaces | 9 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 architecture governance: trust boundaries, threat modeling, STRIDE/CAPEC, S-ADRs, Zero Trust applicability, and OWASP SAMM | 11 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 & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-06-03T00:00:00Z",
3+
"updated_at": "2026-06-05T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/presets/catalog.community.json",
55
"presets": {
66
"a11y-governance": {
77
"name": "A11Y Governance",
88
"id": "a11y-governance",
9-
"version": "0.2.0",
10-
"description": "Adds accessibility, bilingual DE/EN delivery, CEFR-B2 readability, and inclusive-content governance to Spec Kit.",
9+
"version": "0.3.0",
10+
"description": "Adds accessibility, bilingual DE/EN delivery, CEFR-B2 readability, inclusive-content governance, and didactic inline-code-comment review to Spec Kit.",
1111
"author": "Thorsten Hindermann",
1212
"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.2.0.zip",
13+
"download_url": "https://github.com/hindermath/spec-kit-preset-a11y-governance/archive/refs/tags/v0.3.0.zip",
1414
"homepage": "https://github.com/hindermath/spec-kit-preset-a11y-governance",
1515
"documentation": "https://github.com/hindermath/spec-kit-preset-a11y-governance/blob/main/README.md",
1616
"license": "MIT",
1717
"requires": {
1818
"speckit_version": ">=0.8.0"
1919
},
2020
"provides": {
21-
"templates": 9,
21+
"templates": 10,
2222
"commands": 3
2323
},
2424
"tags": [
@@ -29,7 +29,7 @@
2929
"inclusion"
3030
],
3131
"created_at": "2026-04-27T00:00:00Z",
32-
"updated_at": "2026-04-27T00:00:00Z"
32+
"updated_at": "2026-06-05T00:00:00Z"
3333
},
3434
"agent-parity-governance": {
3535
"name": "Agent Parity Governance",

0 commit comments

Comments
 (0)