Skip to content

Commit 3a67dad

Browse files
authored
Update Superpowers Implementation Bridge extension to v1.0.2 (#2852)
* Update Superpowers Implementation Bridge extension to v1.0.2 Update speckit-superpowers-bridge extension submitted by @lihan3238: - extensions/catalog.community.json (version, download_url, updated_at) The download URL now uses the stable latest-release alias (speckit-superpowers-bridge.zip) per the maintainer's distribution policy. Closes #2848 * Pin speckit-superpowers-bridge download_url to v1.0.2 Use the version-pinned release asset URL instead of the releases/latest/download alias so the catalog entry tracks the specific version declared in the entry rather than silently following future releases. Matches the pinning convention used by other entries in the catalog.
1 parent 829740e commit 3a67dad

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

extensions/catalog.community.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-06-02T00:00:00Z",
3+
"updated_at": "2026-06-04T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -2756,8 +2756,8 @@
27562756
"id": "speckit-superpowers-bridge",
27572757
"description": "Thin orchestrator between Spec Kit (design) and Superpowers (implementation). Cross-agent.",
27582758
"author": "lihan3238",
2759-
"version": "0.7.0",
2760-
"download_url": "https://github.com/lihan3238/speckit-superpowers-bridge/releases/download/v0.7.0/speckit-superpowers-bridge-v0.7.0.zip",
2759+
"version": "1.0.2",
2760+
"download_url": "https://github.com/lihan3238/speckit-superpowers-bridge/releases/download/v1.0.2/speckit-superpowers-bridge-v1.0.2.zip",
27612761
"repository": "https://github.com/lihan3238/speckit-superpowers-bridge",
27622762
"homepage": "https://github.com/lihan3238/speckit-superpowers-bridge",
27632763
"documentation": "https://github.com/lihan3238/speckit-superpowers-bridge#readme",
@@ -2798,7 +2798,7 @@
27982798
"downloads": 0,
27992799
"stars": 0,
28002800
"created_at": "2026-05-15T00:00:00Z",
2801-
"updated_at": "2026-05-28T00:00:00Z"
2801+
"updated_at": "2026-06-04T00:00:00Z"
28022802
},
28032803
"speckit-utils": {
28042804
"name": "SDD Utilities",

0 commit comments

Comments
 (0)