Skip to content

Commit 472b7c8

Browse files
committed
Reorder spec-validate before speckit-utils (address Copilot feedback)
Lexicographically 'spec-validate' < 'speckit-utils' because '-' (0x2D) sorts before 'k' (0x6B). Move the entry to match the alphabetical ordering used in the 's' range of the catalog.
1 parent 98c7dee commit 472b7c8

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

extensions/catalog.community.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-04-20T00:00:00Z",
3+
"updated_at": "2026-04-21T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -1796,6 +1796,38 @@
17961796
"created_at": "2026-04-01T00:00:00Z",
17971797
"updated_at": "2026-04-01T00:00:00Z"
17981798
},
1799+
"spec-validate": {
1800+
"name": "Spec Validate",
1801+
"id": "spec-validate",
1802+
"description": "Comprehension validation, review gating, and approval state for spec-kit artifacts — staged-reveal quizzes, peer review SLA, and a hard gate before /speckit.implement.",
1803+
"author": "Ahmed Eltayeb",
1804+
"version": "1.0.1",
1805+
"download_url": "https://github.com/aeltayeb/spec-kit-spec-validate/archive/refs/tags/v1.0.1.zip",
1806+
"repository": "https://github.com/aeltayeb/spec-kit-spec-validate",
1807+
"homepage": "https://github.com/aeltayeb/spec-kit-spec-validate",
1808+
"documentation": "https://github.com/aeltayeb/spec-kit-spec-validate/blob/main/README.md",
1809+
"changelog": "https://github.com/aeltayeb/spec-kit-spec-validate/blob/main/CHANGELOG.md",
1810+
"license": "MIT",
1811+
"requires": {
1812+
"speckit_version": ">=0.5.0"
1813+
},
1814+
"provides": {
1815+
"commands": 6,
1816+
"hooks": 3
1817+
},
1818+
"tags": [
1819+
"validation",
1820+
"review",
1821+
"quality",
1822+
"workflow",
1823+
"process"
1824+
],
1825+
"verified": false,
1826+
"downloads": 0,
1827+
"stars": 0,
1828+
"created_at": "2026-04-20T00:00:00Z",
1829+
"updated_at": "2026-04-21T00:00:00Z"
1830+
},
17991831
"speckit-utils": {
18001832
"name": "SDD Utilities",
18011833
"id": "speckit-utils",
@@ -1828,38 +1860,6 @@
18281860
"created_at": "2026-03-18T00:00:00Z",
18291861
"updated_at": "2026-03-18T00:00:00Z"
18301862
},
1831-
"spec-validate": {
1832-
"name": "Spec Validate",
1833-
"id": "spec-validate",
1834-
"description": "Comprehension validation, review gating, and approval state for spec-kit artifacts — staged-reveal quizzes, peer review SLA, and a hard gate before /speckit.implement.",
1835-
"author": "Ahmed Eltayeb",
1836-
"version": "1.0.1",
1837-
"download_url": "https://github.com/aeltayeb/spec-kit-spec-validate/archive/refs/tags/v1.0.1.zip",
1838-
"repository": "https://github.com/aeltayeb/spec-kit-spec-validate",
1839-
"homepage": "https://github.com/aeltayeb/spec-kit-spec-validate",
1840-
"documentation": "https://github.com/aeltayeb/spec-kit-spec-validate/blob/main/README.md",
1841-
"changelog": "https://github.com/aeltayeb/spec-kit-spec-validate/blob/main/CHANGELOG.md",
1842-
"license": "MIT",
1843-
"requires": {
1844-
"speckit_version": ">=0.5.0"
1845-
},
1846-
"provides": {
1847-
"commands": 6,
1848-
"hooks": 3
1849-
},
1850-
"tags": [
1851-
"validation",
1852-
"review",
1853-
"quality",
1854-
"workflow",
1855-
"process"
1856-
],
1857-
"verified": false,
1858-
"downloads": 0,
1859-
"stars": 0,
1860-
"created_at": "2026-04-20T00:00:00Z",
1861-
"updated_at": "2026-04-20T00:00:00Z"
1862-
},
18631863
"spectest": {
18641864
"name": "SpecTest",
18651865
"id": "spectest",

0 commit comments

Comments
 (0)