From 8e3baf6c7f128348042802525681fcc391806788 Mon Sep 17 00:00:00 2001 From: Thorsten Hindermann Date: Sun, 14 Jun 2026 18:27:35 +0200 Subject: [PATCH] Update agent-parity-governance preset to v0.3.0 --- docs/community/presets.md | 2 +- presets/catalog.community.json | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/community/presets.md b/docs/community/presets.md index 4f8adcfb5d..b0b17d9b4b 100644 --- a/docs/community/presets.md +++ b/docs/community/presets.md @@ -8,7 +8,7 @@ The following community-contributed presets customize how Spec Kit behaves — o | 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) | -| 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) | +| 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) | | 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) | | Canon Core | Adapts original Spec Kit workflow to work together with Canon extension | 2 templates, 8 commands | — | [spec-kit-canon](https://github.com/maximiliamus/spec-kit-canon) | diff --git a/presets/catalog.community.json b/presets/catalog.community.json index aa7b3af8d2..f30744d66d 100644 --- a/presets/catalog.community.json +++ b/presets/catalog.community.json @@ -1,6 +1,6 @@ { "schema_version": "1.0", - "updated_at": "2026-06-05T00:00:00Z", + "updated_at": "2026-06-14T00:00:00Z", "catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/presets/catalog.community.json", "presets": { "a11y-governance": { @@ -34,11 +34,11 @@ "agent-parity-governance": { "name": "Agent Parity Governance", "id": "agent-parity-governance", - "version": "0.2.0", - "description": "Keeps shared AI-agent guidance aligned and adds agent-neutral Spec Kit model-routing guidance across declared agent instruction surfaces.", + "version": "0.3.0", + "description": "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.", "author": "Thorsten Hindermann", "repository": "https://github.com/hindermath/spec-kit-preset-agent-parity-governance", - "download_url": "https://github.com/hindermath/spec-kit-preset-agent-parity-governance/archive/refs/tags/v0.2.0.zip", + "download_url": "https://github.com/hindermath/spec-kit-preset-agent-parity-governance/archive/refs/tags/v0.3.0.zip", "homepage": "https://github.com/hindermath/spec-kit-preset-agent-parity-governance", "documentation": "https://github.com/hindermath/spec-kit-preset-agent-parity-governance/blob/main/README.md", "license": "MIT", @@ -46,7 +46,7 @@ "speckit_version": ">=0.8.0" }, "provides": { - "templates": 9, + "templates": 6, "commands": 3 }, "tags": [ @@ -59,7 +59,7 @@ "multi-agent" ], "created_at": "2026-04-27T00:00:00Z", - "updated_at": "2026-05-31T00:00:00Z" + "updated_at": "2026-06-14T00:00:00Z" }, "aide-in-place": { "name": "AIDE In-Place Migration",