Skip to content

Commit 0e20ac2

Browse files
committed
Fix: Reorder whatif extension alphabetically in community catalog
1 parent 107c2e2 commit 0e20ac2

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

extensions/catalog.community.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1878,6 +1878,34 @@
18781878
"created_at": "2026-03-16T00:00:00Z",
18791879
"updated_at": "2026-03-16T00:00:00Z"
18801880
},
1881+
"whatif": {
1882+
"name": "What-if Analysis",
1883+
"id": "whatif",
1884+
"description": "Preview the downstream impact (complexity, effort, tasks, risks) of requirement changes before committing to them.",
1885+
"author": "DevAbdullah90",
1886+
"version": "1.0.0",
1887+
"repository": "https://github.com/DevAbdullah90/spec-kit-whatif",
1888+
"homepage": "https://github.com/DevAbdullah90/spec-kit-whatif",
1889+
"documentation": "https://github.com/DevAbdullah90/spec-kit-whatif/blob/main/README.md",
1890+
"license": "MIT",
1891+
"requires": {
1892+
"speckit_version": ">=0.6.0"
1893+
},
1894+
"provides": {
1895+
"commands": 1,
1896+
"hooks": 0
1897+
},
1898+
"tags": [
1899+
"analysis",
1900+
"planning",
1901+
"simulation"
1902+
],
1903+
"verified": false,
1904+
"downloads": 0,
1905+
"stars": 0,
1906+
"created_at": "2026-04-13T00:00:00Z",
1907+
"updated_at": "2026-04-13T00:00:00Z"
1908+
},
18811909
"worktree": {
18821910
"name": "Worktree Isolation",
18831911
"id": "worktree",
@@ -1909,34 +1937,6 @@
19091937
"stars": 0,
19101938
"created_at": "2026-04-09T00:00:00Z",
19111939
"updated_at": "2026-04-09T00:00:00Z"
1912-
},
1913-
"whatif": {
1914-
"name": "What-if Analysis",
1915-
"id": "whatif",
1916-
"description": "Preview the downstream impact (complexity, effort, tasks, risks) of requirement changes before committing to them.",
1917-
"author": "DevAbdullah90",
1918-
"version": "1.0.0",
1919-
"repository": "https://github.com/DevAbdullah90/spec-kit-whatif",
1920-
"homepage": "https://github.com/DevAbdullah90/spec-kit-whatif",
1921-
"documentation": "https://github.com/DevAbdullah90/spec-kit-whatif/blob/main/README.md",
1922-
"license": "MIT",
1923-
"requires": {
1924-
"speckit_version": ">=0.6.0"
1925-
},
1926-
"provides": {
1927-
"commands": 1,
1928-
"hooks": 0
1929-
},
1930-
"tags": [
1931-
"analysis",
1932-
"planning",
1933-
"simulation"
1934-
],
1935-
"verified": false,
1936-
"downloads": 0,
1937-
"stars": 0,
1938-
"created_at": "2026-04-13T00:00:00Z",
1939-
"updated_at": "2026-04-13T00:00:00Z"
19401940
}
19411941
}
19421942
}

0 commit comments

Comments
 (0)