mirror of
https://github.com/github/spec-kit.git
synced 2026-07-03 12:28:06 +08:00
Update a11y-governance preset to v0.4.0 (#2981)
This commit is contained in:
committed by
GitHub
parent
3e69233adb
commit
ae23a84677
@@ -7,7 +7,7 @@ The following community-contributed presets customize how Spec Kit behaves — o
|
|||||||
|
|
||||||
| Preset | Purpose | Provides | Requires | URL |
|
| Preset | Purpose | Provides | Requires | URL |
|
||||||
|--------|---------|----------|----------|-----|
|
|--------|---------|----------|----------|-----|
|
||||||
| 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) |
|
| 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) |
|
||||||
| 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) |
|
| 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) |
|
||||||
| 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) |
|
| 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) |
|
||||||
| Architecture Governance | Adds secure software architecture, 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) |
|
| Architecture Governance | Adds secure software architecture, 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) |
|
||||||
|
|||||||
@@ -6,11 +6,11 @@
|
|||||||
"a11y-governance": {
|
"a11y-governance": {
|
||||||
"name": "A11Y Governance",
|
"name": "A11Y Governance",
|
||||||
"id": "a11y-governance",
|
"id": "a11y-governance",
|
||||||
"version": "0.3.0",
|
"version": "0.4.0",
|
||||||
"description": "Adds accessibility, bilingual DE/EN delivery, CEFR-B2 readability, inclusive-content governance, and didactic inline-code-comment review to Spec Kit.",
|
"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.",
|
||||||
"author": "Thorsten Hindermann",
|
"author": "Thorsten Hindermann",
|
||||||
"repository": "https://github.com/hindermath/spec-kit-preset-a11y-governance",
|
"repository": "https://github.com/hindermath/spec-kit-preset-a11y-governance",
|
||||||
"download_url": "https://github.com/hindermath/spec-kit-preset-a11y-governance/archive/refs/tags/v0.3.0.zip",
|
"download_url": "https://github.com/hindermath/spec-kit-preset-a11y-governance/archive/refs/tags/v0.4.0.zip",
|
||||||
"homepage": "https://github.com/hindermath/spec-kit-preset-a11y-governance",
|
"homepage": "https://github.com/hindermath/spec-kit-preset-a11y-governance",
|
||||||
"documentation": "https://github.com/hindermath/spec-kit-preset-a11y-governance/blob/main/README.md",
|
"documentation": "https://github.com/hindermath/spec-kit-preset-a11y-governance/blob/main/README.md",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@@ -26,10 +26,14 @@
|
|||||||
"accessibility",
|
"accessibility",
|
||||||
"bilingual",
|
"bilingual",
|
||||||
"wcag",
|
"wcag",
|
||||||
"inclusion"
|
"wcag-2-2",
|
||||||
|
"cefr-b2",
|
||||||
|
"inclusion",
|
||||||
|
"include-everyone",
|
||||||
|
"didactic-comments"
|
||||||
],
|
],
|
||||||
"created_at": "2026-04-27T00:00:00Z",
|
"created_at": "2026-04-27T00:00:00Z",
|
||||||
"updated_at": "2026-06-05T00:00:00Z"
|
"updated_at": "2026-06-14T00:00:00Z"
|
||||||
},
|
},
|
||||||
"agent-parity-governance": {
|
"agent-parity-governance": {
|
||||||
"name": "Agent Parity Governance",
|
"name": "Agent Parity Governance",
|
||||||
|
|||||||
Reference in New Issue
Block a user