Skip to content

Commit 6a61593

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 005370e commit 6a61593

1 file changed

Lines changed: 32 additions & 32 deletions

File tree

extensions/catalog.community.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -483,38 +483,6 @@
483483
"created_at": "2026-02-20T00:00:00Z",
484484
"updated_at": "2026-02-22T00:00:00Z"
485485
},
486-
"verify": {
487-
"name": "Verify Extension",
488-
"id": "verify",
489-
"description": "Post-implementation quality gate that validates implemented code against specification artifacts.",
490-
"author": "ismaelJimenez",
491-
"version": "1.0.0",
492-
"download_url": "https://github.com/ismaelJimenez/spec-kit-verify/archive/refs/tags/v1.0.0.zip",
493-
"repository": "https://github.com/ismaelJimenez/spec-kit-verify",
494-
"homepage": "https://github.com/ismaelJimenez/spec-kit-verify",
495-
"documentation": "https://github.com/ismaelJimenez/spec-kit-verify/blob/main/README.md",
496-
"changelog": "https://github.com/ismaelJimenez/spec-kit-verify/blob/main/CHANGELOG.md",
497-
"license": "MIT",
498-
"requires": {
499-
"speckit_version": ">=0.1.0"
500-
},
501-
"provides": {
502-
"commands": 1,
503-
"hooks": 1
504-
},
505-
"tags": [
506-
"verification",
507-
"quality-gate",
508-
"implementation",
509-
"spec-adherence",
510-
"compliance"
511-
],
512-
"verified": false,
513-
"downloads": 0,
514-
"stars": 0,
515-
"created_at": "2026-03-03T00:00:00Z",
516-
"updated_at": "2026-03-03T00:00:00Z"
517-
},
518486
"status": {
519487
"name": "Project Status",
520488
"id": "status",
@@ -546,6 +514,38 @@
546514
"stars": 0,
547515
"created_at": "2026-03-16T00:00:00Z",
548516
"updated_at": "2026-03-16T00:00:00Z"
517+
},
518+
"verify": {
519+
"name": "Verify Extension",
520+
"id": "verify",
521+
"description": "Post-implementation quality gate that validates implemented code against specification artifacts.",
522+
"author": "ismaelJimenez",
523+
"version": "1.0.0",
524+
"download_url": "https://github.com/ismaelJimenez/spec-kit-verify/archive/refs/tags/v1.0.0.zip",
525+
"repository": "https://github.com/ismaelJimenez/spec-kit-verify",
526+
"homepage": "https://github.com/ismaelJimenez/spec-kit-verify",
527+
"documentation": "https://github.com/ismaelJimenez/spec-kit-verify/blob/main/README.md",
528+
"changelog": "https://github.com/ismaelJimenez/spec-kit-verify/blob/main/CHANGELOG.md",
529+
"license": "MIT",
530+
"requires": {
531+
"speckit_version": ">=0.1.0"
532+
},
533+
"provides": {
534+
"commands": 1,
535+
"hooks": 1
536+
},
537+
"tags": [
538+
"verification",
539+
"quality-gate",
540+
"implementation",
541+
"spec-adherence",
542+
"compliance"
543+
],
544+
"verified": false,
545+
"downloads": 0,
546+
"stars": 0,
547+
"created_at": "2026-03-03T00:00:00Z",
548+
"updated_at": "2026-03-03T00:00:00Z"
549549
}
550550
}
551551
}

0 commit comments

Comments
 (0)