Update Superpowers Implementation Bridge extension to v1.0.2#2852
Merged
mnriem merged 2 commits intoJun 4, 2026
Conversation
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 github#2848
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.
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the community extension catalog metadata for speckit-superpowers-bridge to reflect the upstream v1.0.2 release, keeping the community catalog current and installable via a version-pinned release asset.
Changes:
- Bumped
speckit-superpowers-bridgefrom0.7.0to1.0.2. - Updated the extension’s
download_urlto the version-pinnedv1.0.2release asset. - Refreshed both the catalog-level and entry-level
updated_attimestamps to2026-06-04T00:00:00Z.
Show a summary per file
| File | Description |
|---|---|
| extensions/catalog.community.json | Updates the speckit-superpowers-bridge extension entry (version, download URL, timestamps) and refreshes the catalog updated_at. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 1/1 changed files
- Comments generated: 0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the
speckit-superpowers-bridgecommunity extension from v0.7.0 to v1.0.2 per submission #2848.Changes
extensions/catalog.community.jsonversion:0.7.0→1.0.2download_url: pinned tohttps://github.com/lihan3238/speckit-superpowers-bridge/releases/download/v1.0.2/speckit-superpowers-bridge-v1.0.2.zip(version-pinned per catalog convention; the submitter proposed thereleases/latest/download/alias but pinning matches the rest of the catalog)updated_at:2026-05-28→2026-06-04updated_at:2026-06-02→2026-06-04created_at,downloads,starsNo change to
docs/community/extensions.md— description and link are unchanged and the row carries no version.Validation
v1.0.2exists at https://github.com/lihan3238/speckit-superpowers-bridge/releases/tag/v1.0.2extension.yml,README.md,LICENSEpresent^[a-z][a-z0-9-]*$Closes #2848
cc @lihan3238