From d9cc5b94921dcead50228ebbed5d7c9bf139785e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 15:27:46 +0000 Subject: [PATCH 1/3] Update Verify Tasks extension to v1.2.0 Update verify-tasks extension submitted by @davesharpe13: - extensions/catalog.community.json (version, download_url, and metadata) - docs/community/extensions.md community extensions table Closes #4569 Assisted-by: GitHub Copilot (model: gpt-5.2-codex, autonomous) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- docs/community/extensions.md | 2 +- extensions/catalog.community.json | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/community/extensions.md b/docs/community/extensions.md index dba5f70b97..4a82dadb9d 100644 --- a/docs/community/extensions.md +++ b/docs/community/extensions.md @@ -187,7 +187,7 @@ The following community-contributed extensions are available in [`catalog.commun | 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) | | 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) | | Verify Review Ship | Post-convergence operational verification, technical review, learning governance, and transactional delivery. | `process` | Read+Write | [spec-kit-verify-review-ship](https://github.com/cadugevaerd/spec-kit-verify-review-ship) | -| 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) | +| 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) | | 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) | | Vurnix Honest Gate | Deterministic three-state honest gate for AI-written code: compile + phantom-import + honest test count in one verdict, executed as code — not as agent self-review. PASS/BLOCK/UNPROVEN by exit code. | `process` | Read-only | [vurnix-spec-kit](https://github.com/shiersa/vurnix-spec-kit) | | 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) | diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index e13da9ff2f..f04399521b 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -1,6 +1,6 @@ { "schema_version": "1.0", - "updated_at": "2026-09-15T00:00:00Z", + "updated_at": "2026-09-17T00:00:00Z", "catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json", "extensions": { "adrkit": { @@ -6053,21 +6053,21 @@ "id": "verify-tasks", "description": "Detect phantom completions: tasks marked [X] in tasks.md with no real implementation.", "author": "Dave Sharpe", - "version": "1.0.0", - "download_url": "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/datastone-inc/spec-kit-verify-tasks/archive/refs/tags/v1.0.0.zip", + "version": "1.2.0", + "download_url": "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/datastone-inc/spec-kit-verify-tasks/archive/refs/tags/v1.2.0.zip", "repository": "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/datastone-inc/spec-kit-verify-tasks", "homepage": "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/datastone-inc/spec-kit-verify-tasks", - "documentation": "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/datastone-inc/spec-kit-verify-tasks/blob/main/README.md", - "changelog": "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/datastone-inc/spec-kit-verify-tasks/blob/main/CHANGELOG.md", + "documentation": "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/datastone-inc/spec-kit-verify-tasks/blob/master/README.md", + "changelog": "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/datastone-inc/spec-kit-verify-tasks/blob/master/CHANGELOG.md", "license": "MIT", "category": "code", "effect": "read-only", "requires": { - "speckit_version": ">=0.1.0" + "speckit_version": ">=0.12.17" }, "provides": { "commands": 1, - "hooks": 1 + "hooks": 2 }, "tags": [ "verification", @@ -6079,7 +6079,7 @@ "downloads": 0, "stars": 0, "created_at": "2026-03-16T00:00:00Z", - "updated_at": "2026-03-16T00:00:00Z" + "updated_at": "2026-09-17T00:00:00Z" }, "version-guard": { "name": "Version Guard", From 1404d94aa2e3be9ba9a55c58b9e7a5f5d34c4293 Mon Sep 17 00:00:00 2001 From: Ken Schlobohm Date: Thu, 17 Sep 2026 10:39:08 -0500 Subject: [PATCH 2/3] Apply suggestion from @KSchlobohm --- docs/community/extensions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/community/extensions.md b/docs/community/extensions.md index 4a82dadb9d..87698a74e6 100644 --- a/docs/community/extensions.md +++ b/docs/community/extensions.md @@ -187,7 +187,7 @@ The following community-contributed extensions are available in [`catalog.commun | 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) | | 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) | | Verify Review Ship | Post-convergence operational verification, technical review, learning governance, and transactional delivery. | `process` | Read+Write | [spec-kit-verify-review-ship](https://github.com/cadugevaerd/spec-kit-verify-review-ship) | -| 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) | +| Verify Tasks Extension | Detect phantom completions: tasks marked [X] in tasks.md with no real implementation. | `code` | Read+Write | [spec-kit-verify-tasks](https://github.com/datastone-inc/spec-kit-verify-tasks) | | 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) | | Vurnix Honest Gate | Deterministic three-state honest gate for AI-written code: compile + phantom-import + honest test count in one verdict, executed as code — not as agent self-review. PASS/BLOCK/UNPROVEN by exit code. | `process` | Read-only | [vurnix-spec-kit](https://github.com/shiersa/vurnix-spec-kit) | | 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) | From 9696004880924e93e89ac86b5deb92c3694afd65 Mon Sep 17 00:00:00 2001 From: Ken Schlobohm Date: Thu, 17 Sep 2026 10:44:46 -0500 Subject: [PATCH 3/3] Apply suggestion from @KSchlobohm --- extensions/catalog.community.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index f04399521b..eb3047125e 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -6061,7 +6061,7 @@ "changelog": "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/datastone-inc/spec-kit-verify-tasks/blob/master/CHANGELOG.md", "license": "MIT", "category": "code", - "effect": "read-only", + "effect": "read-write", "requires": { "speckit_version": ">=0.12.17" },