diff --git a/docs/community/extensions.md b/docs/community/extensions.md index 2ca529f18..32ad96ceb 100644 --- a/docs/community/extensions.md +++ b/docs/community/extensions.md @@ -106,7 +106,7 @@ The following community-contributed extensions are available in [`catalog.commun | 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) | | Spec2Cloud | Spec-driven workflow tuned for shipping to Azure | `process` | Read+Write | [spec2cloud](https://github.com/Azure-Samples/Spec2Cloud) | | 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) | -| 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) | +| 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) | | 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) | | 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) | | 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) | diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index 7d00a9b91..cbd9bff52 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -2729,21 +2729,21 @@ "squad": { "name": "Squad Bridge", "id": "squad", - "description": "Bootstrap and synchronize a Squad agent team from your Spec Kit spec and tasks.", + "description": "Bootstrap and synchronize a Squad agent team from your Speckit spec and tasks.", "author": "jwill824", - "version": "1.1.0", - "download_url": "https://github.com/jwill824/spec-kit-squad/archive/refs/tags/v1.1.0.zip", + "version": "1.3.0", + "download_url": "https://github.com/jwill824/spec-kit-squad/archive/refs/tags/v1.3.0.zip", "repository": "https://github.com/jwill824/spec-kit-squad", "homepage": "https://github.com/jwill824/spec-kit-squad", "documentation": "https://github.com/jwill824/spec-kit-squad/blob/main/README.md", "changelog": "https://github.com/jwill824/spec-kit-squad/blob/main/docs/CHANGELOG.md", "license": "MIT", "requires": { - "speckit_version": ">=0.1.0", + "speckit_version": ">=0.8.11", "tools": [ { "name": "@bradygaster/squad-cli", - "version": ">=0.1.0", + "version": ">=0.9.4", "required": true } ] @@ -2763,7 +2763,7 @@ "downloads": 0, "stars": 0, "created_at": "2026-04-29T00:00:00Z", - "updated_at": "2026-04-29T00:00:00Z" + "updated_at": "2026-05-20T00:00:00Z" }, "staff-review": { "name": "Staff Review Extension",