From aaa33cb37f548ce8350c10620cc4cb2b65c085cf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 12:23:27 +0000 Subject: [PATCH 1/2] Update Superpowers Implementation Bridge to v1.2.0 Update speckit-superpowers-bridge extension submitted by @lihan3238: - extensions/catalog.community.json (version, download_url, updated_at) - docs/community/extensions.md community extensions table (no change needed) Closes #4180 Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- extensions/catalog.community.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index 6d221b3993..426bf17842 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -1,6 +1,6 @@ { "schema_version": "1.0", - "updated_at": "2026-08-17T00:00:00Z", + "updated_at": "2026-08-18T00:00:00Z", "catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json", "extensions": { "adrkit": { @@ -4411,8 +4411,8 @@ "id": "speckit-superpowers-bridge", "description": "Thin orchestrator between Spec Kit (design) and Superpowers (implementation). Cross-agent.", "author": "lihan3238", - "version": "1.1.0", - "download_url": "https://github.com/lihan3238/speckit-superpowers-bridge/releases/download/v1.1.0/speckit-superpowers-bridge-v1.1.0.zip", + "version": "1.2.0", + "download_url": "https://github.com/lihan3238/speckit-superpowers-bridge/releases/latest/download/speckit-superpowers-bridge.zip", "repository": "https://github.com/lihan3238/speckit-superpowers-bridge", "homepage": "https://github.com/lihan3238/speckit-superpowers-bridge", "documentation": "https://github.com/lihan3238/speckit-superpowers-bridge#readme", @@ -4455,7 +4455,7 @@ "downloads": 0, "stars": 0, "created_at": "2026-05-15T00:00:00Z", - "updated_at": "2026-06-16T00:00:00Z" + "updated_at": "2026-08-18T00:00:00Z" }, "speckit-utils": { "name": "SDD Utilities", From ba76082f3ab991fe02814b18604ca881e8062a7a Mon Sep 17 00:00:00 2001 From: Manfred Riem <15701806+mnriem@users.noreply.github.com> Date: Tue, 18 Aug 2026 09:08:31 -0500 Subject: [PATCH 2/2] Pin speckit-superpowers-bridge download_url to v1.2.0 tag Replace the floating releases/latest alias with the tag-pinned asset URL so the catalog entry serves the immutable v1.2.0 artifact, matching the convention used by every other entry and the workflow's required pattern. Assisted-by: GitHub Copilot (model: claude-opus-4.8, supervised) Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: fd1776f5-b547-41af-a28e-286bf336f4a4 --- extensions/catalog.community.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index 426bf17842..15174e83b3 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -4412,7 +4412,7 @@ "description": "Thin orchestrator between Spec Kit (design) and Superpowers (implementation). Cross-agent.", "author": "lihan3238", "version": "1.2.0", - "download_url": "https://github.com/lihan3238/speckit-superpowers-bridge/releases/latest/download/speckit-superpowers-bridge.zip", + "download_url": "https://github.com/lihan3238/speckit-superpowers-bridge/releases/download/v1.2.0/speckit-superpowers-bridge-v1.2.0.zip", "repository": "https://github.com/lihan3238/speckit-superpowers-bridge", "homepage": "https://github.com/lihan3238/speckit-superpowers-bridge", "documentation": "https://github.com/lihan3238/speckit-superpowers-bridge#readme",