Skip to content

Commit 2fe35bf

Browse files
Update Verify Review Ship extension to v0.3.0 (#3728)
Update verify-review-ship extension submitted by @cadugevaerd: - extensions/catalog.community.json (version, download_url, description, effect, tags, sha256, updated_at) - docs/community/extensions.md community extensions table Closes #3726 Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 73908f7 commit 2fe35bf

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

docs/community/extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ The following community-contributed extensions are available in [`catalog.commun
159159
| Token Economy | Token routing, measured savings, and context audit workflows | `process` | Read+Write | [spec-kit-token-economy](https://github.com/formin/spec-kit-token-economy) |
160160
| V-Model Extension Pack | Enforces V-Model paired generation of development specs and test specs with full traceability | `docs` | Read+Write | [spec-kit-v-model](https://github.com/leocamello/spec-kit-v-model) |
161161
| Verify Extension | Post-implementation quality gate that validates implemented code against specification artifacts | `code` | Read-only | [spec-kit-verify](https://github.com/ismaelJimenez/spec-kit-verify) |
162-
| Verify Review Ship | Adds post-implementation verify, review, and ship readiness gates to Spec Kit workflows | `process` | Read-only | [spec-kit-verify-review-ship](https://github.com/cadugevaerd/spec-kit-verify-review-ship) |
162+
| Verify Review Ship | Adds verify and review quality gates plus transactional merge, cleanup, and delivery summary | `process` | Read+Write | [spec-kit-verify-review-ship](https://github.com/cadugevaerd/spec-kit-verify-review-ship) |
163163
| Verify Tasks Extension | Detect phantom completions: tasks marked [X] in tasks.md with no real implementation | `code` | Read-only | [spec-kit-verify-tasks](https://github.com/datastone-inc/spec-kit-verify-tasks) |
164164
| Version Guard | Verify tech stack versions against live npm registries before planning and implementation | `process` | Read-only | [spec-kit-version-guard](https://github.com/KevinBrown5280/spec-kit-version-guard) |
165165
| What-if Analysis | Preview the downstream impact (complexity, effort, tasks, risks) of requirement changes before committing to them | `visibility` | Read-only | [spec-kit-whatif](https://github.com/DevAbdullah90/spec-kit-whatif) |

extensions/catalog.community.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4818,17 +4818,18 @@
48184818
"verify-review-ship": {
48194819
"name": "Verify Review Ship",
48204820
"id": "verify-review-ship",
4821-
"description": "Adds post-implementation verify, review, and ship readiness gates to Spec Kit workflows.",
4821+
"description": "Adds verify and review quality gates plus transactional merge, cleanup, and delivery summary.",
48224822
"author": "Carlos Eduardo Gevaerd Araujo",
4823-
"version": "0.1.0",
4824-
"download_url": "https://github.com/cadugevaerd/spec-kit-verify-review-ship/archive/refs/tags/v0.1.0.zip",
4823+
"version": "0.3.0",
4824+
"download_url": "https://github.com/cadugevaerd/spec-kit-verify-review-ship/archive/refs/tags/v0.3.0.zip",
4825+
"sha256": "a7326c899855f46ff28e9f03ede2f89c4db0fd2b8a64c85017b3ab639e004fd3",
48254826
"repository": "https://github.com/cadugevaerd/spec-kit-verify-review-ship",
48264827
"homepage": "https://github.com/cadugevaerd/spec-kit-verify-review-ship",
48274828
"documentation": "https://github.com/cadugevaerd/spec-kit-verify-review-ship/blob/main/README.md",
48284829
"changelog": "https://github.com/cadugevaerd/spec-kit-verify-review-ship/blob/main/CHANGELOG.md",
48294830
"license": "MIT",
48304831
"category": "process",
4831-
"effect": "read-only",
4832+
"effect": "read-write",
48324833
"requires": {
48334834
"speckit_version": ">=0.1.0"
48344835
},
@@ -4840,14 +4841,14 @@
48404841
"quality",
48414842
"review",
48424843
"shipping",
4843-
"workflow",
4844-
"testing"
4844+
"merge",
4845+
"workflow"
48454846
],
48464847
"verified": false,
48474848
"downloads": 0,
48484849
"stars": 0,
48494850
"created_at": "2026-07-10T00:00:00Z",
4850-
"updated_at": "2026-07-10T00:00:00Z"
4851+
"updated_at": "2026-07-24T00:00:00Z"
48514852
},
48524853
"verify-tasks": {
48534854
"name": "Verify Tasks Extension",

0 commit comments

Comments
 (0)