Skip to content

Commit 68a031c

Browse files
authored
Update Squad Bridge extension to v1.3.0 (#2645)
Update squad extension submitted by @jwill824: - extensions/catalog.community.json (version, download_url, speckit_version, tools version, description, updated_at) - docs/community/extensions.md community extensions table Closes #2608
1 parent a59381a commit 68a031c

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/community/extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ The following community-contributed extensions are available in [`catalog.commun
106106
| Spec Validate | Comprehension validation, review gating, and approval state for spec-kit artifacts — staged quizzes, peer review SLA, and a hard gate before /speckit.implement | `process` | Read+Write | [spec-kit-spec-validate](https://github.com/aeltayeb/spec-kit-spec-validate) |
107107
| Spec2Cloud | Spec-driven workflow tuned for shipping to Azure | `process` | Read+Write | [spec2cloud](https://github.com/Azure-Samples/Spec2Cloud) |
108108
| SpecTest | Auto-generate test scaffolds from spec criteria, map coverage, and find untested requirements | `code` | Read+Write | [spec-kit-spectest](https://github.com/Quratulain-bilal/spec-kit-spectest) |
109-
| Squad Bridge | Bootstrap and synchronize a Squad agent team from your Speckit spec and tasks | `process` | Read+Write | [spec-kit-squad](https://github.com/jwill824/spec-kit-squad) |
109+
| Squad Bridge | Bootstrap and synchronize a Squad agent team from your Speckit spec and tasks. | `process` | Read+Write | [spec-kit-squad](https://github.com/jwill824/spec-kit-squad) |
110110
| Staff Review Extension | Staff-engineer-level code review that validates implementation against spec, checks security, performance, and test coverage | `code` | Read-only | [spec-kit-staff-review](https://github.com/arunt14/spec-kit-staff-review) |
111111
| Status Report | Project status, feature progress, and next-action recommendations for spec-driven workflows | `visibility` | Read-only | [Open-Agent-Tools/spec-kit-status](https://github.com/Open-Agent-Tools/spec-kit-status) |
112112
| Superpowers Bridge | Orchestrates obra/superpowers skills within the spec-kit SDD workflow across the full lifecycle (clarification, TDD, review, verification, critique, debugging, branch completion) | `process` | Read+Write | [superpowers-bridge](https://github.com/RbBtSn0w/spec-kit-extensions/tree/main/superpowers-bridge) |

extensions/catalog.community.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2729,21 +2729,21 @@
27292729
"squad": {
27302730
"name": "Squad Bridge",
27312731
"id": "squad",
2732-
"description": "Bootstrap and synchronize a Squad agent team from your Spec Kit spec and tasks.",
2732+
"description": "Bootstrap and synchronize a Squad agent team from your Speckit spec and tasks.",
27332733
"author": "jwill824",
2734-
"version": "1.1.0",
2735-
"download_url": "https://github.com/jwill824/spec-kit-squad/archive/refs/tags/v1.1.0.zip",
2734+
"version": "1.3.0",
2735+
"download_url": "https://github.com/jwill824/spec-kit-squad/archive/refs/tags/v1.3.0.zip",
27362736
"repository": "https://github.com/jwill824/spec-kit-squad",
27372737
"homepage": "https://github.com/jwill824/spec-kit-squad",
27382738
"documentation": "https://github.com/jwill824/spec-kit-squad/blob/main/README.md",
27392739
"changelog": "https://github.com/jwill824/spec-kit-squad/blob/main/docs/CHANGELOG.md",
27402740
"license": "MIT",
27412741
"requires": {
2742-
"speckit_version": ">=0.1.0",
2742+
"speckit_version": ">=0.8.11",
27432743
"tools": [
27442744
{
27452745
"name": "@bradygaster/squad-cli",
2746-
"version": ">=0.1.0",
2746+
"version": ">=0.9.4",
27472747
"required": true
27482748
}
27492749
]
@@ -2763,7 +2763,7 @@
27632763
"downloads": 0,
27642764
"stars": 0,
27652765
"created_at": "2026-04-29T00:00:00Z",
2766-
"updated_at": "2026-04-29T00:00:00Z"
2766+
"updated_at": "2026-05-20T00:00:00Z"
27672767
},
27682768
"staff-review": {
27692769
"name": "Staff Review Extension",

0 commit comments

Comments
 (0)