From 6a615933241c5824e62faf329d9f400b7367e708 Mon Sep 17 00:00:00 2001 From: KhawarHabibKhan <132604863+KhawarHabibKhan@users.noreply.github.com> Date: Mon, 16 Mar 2026 20:24:16 +0500 Subject: [PATCH] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- extensions/catalog.community.json | 64 +++++++++++++++---------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index 01cf5a67..4bb803bc 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -483,38 +483,6 @@ "created_at": "2026-02-20T00:00:00Z", "updated_at": "2026-02-22T00:00:00Z" }, - "verify": { - "name": "Verify Extension", - "id": "verify", - "description": "Post-implementation quality gate that validates implemented code against specification artifacts.", - "author": "ismaelJimenez", - "version": "1.0.0", - "download_url": "https://github.com/ismaelJimenez/spec-kit-verify/archive/refs/tags/v1.0.0.zip", - "repository": "https://github.com/ismaelJimenez/spec-kit-verify", - "homepage": "https://github.com/ismaelJimenez/spec-kit-verify", - "documentation": "https://github.com/ismaelJimenez/spec-kit-verify/blob/main/README.md", - "changelog": "https://github.com/ismaelJimenez/spec-kit-verify/blob/main/CHANGELOG.md", - "license": "MIT", - "requires": { - "speckit_version": ">=0.1.0" - }, - "provides": { - "commands": 1, - "hooks": 1 - }, - "tags": [ - "verification", - "quality-gate", - "implementation", - "spec-adherence", - "compliance" - ], - "verified": false, - "downloads": 0, - "stars": 0, - "created_at": "2026-03-03T00:00:00Z", - "updated_at": "2026-03-03T00:00:00Z" - }, "status": { "name": "Project Status", "id": "status", @@ -546,6 +514,38 @@ "stars": 0, "created_at": "2026-03-16T00:00:00Z", "updated_at": "2026-03-16T00:00:00Z" + }, + "verify": { + "name": "Verify Extension", + "id": "verify", + "description": "Post-implementation quality gate that validates implemented code against specification artifacts.", + "author": "ismaelJimenez", + "version": "1.0.0", + "download_url": "https://github.com/ismaelJimenez/spec-kit-verify/archive/refs/tags/v1.0.0.zip", + "repository": "https://github.com/ismaelJimenez/spec-kit-verify", + "homepage": "https://github.com/ismaelJimenez/spec-kit-verify", + "documentation": "https://github.com/ismaelJimenez/spec-kit-verify/blob/main/README.md", + "changelog": "https://github.com/ismaelJimenez/spec-kit-verify/blob/main/CHANGELOG.md", + "license": "MIT", + "requires": { + "speckit_version": ">=0.1.0" + }, + "provides": { + "commands": 1, + "hooks": 1 + }, + "tags": [ + "verification", + "quality-gate", + "implementation", + "spec-adherence", + "compliance" + ], + "verified": false, + "downloads": 0, + "stars": 0, + "created_at": "2026-03-03T00:00:00Z", + "updated_at": "2026-03-03T00:00:00Z" } } }