Skip to content

Commit 2ed255c

Browse files
committed
fix: correct ripple alphabetical position (review β†’ ripple β†’ scope)
1 parent 6ce625f commit 2ed255c

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

β€Žextensions/catalog.community.jsonβ€Ž

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1657,6 +1657,38 @@
16571657
"created_at": "2026-03-06T00:00:00Z",
16581658
"updated_at": "2026-04-09T00:00:00Z"
16591659
},
1660+
"ripple": {
1661+
"name": "Ripple",
1662+
"id": "ripple",
1663+
"description": "Detect side effects that tests can't catch after implementation β€” delta-anchored analysis across 9 domain-agnostic categories with fix-induced side effect detection",
1664+
"author": "chordpli",
1665+
"version": "1.0.0",
1666+
"download_url": "https://github.com/chordpli/spec-kit-ripple/archive/refs/tags/v1.0.0.zip",
1667+
"repository": "https://github.com/chordpli/spec-kit-ripple",
1668+
"homepage": "https://github.com/chordpli/spec-kit-ripple",
1669+
"documentation": "https://github.com/chordpli/spec-kit-ripple/blob/main/README.md",
1670+
"changelog": "https://github.com/chordpli/spec-kit-ripple/blob/main/CHANGELOG.md",
1671+
"license": "MIT",
1672+
"requires": {
1673+
"speckit_version": ">=0.2.0"
1674+
},
1675+
"provides": {
1676+
"commands": 3,
1677+
"hooks": 1
1678+
},
1679+
"tags": [
1680+
"side-effects",
1681+
"post-implementation",
1682+
"analysis",
1683+
"quality",
1684+
"risk-detection"
1685+
],
1686+
"verified": false,
1687+
"downloads": 0,
1688+
"stars": 0,
1689+
"created_at": "2026-04-19T00:00:00Z",
1690+
"updated_at": "2026-04-19T00:00:00Z"
1691+
},
16601692
"scope": {
16611693
"name": "Spec Scope",
16621694
"id": "scope",
@@ -1690,38 +1722,6 @@
16901722
"created_at": "2026-04-17T02:00:00Z",
16911723
"updated_at": "2026-04-17T02:00:00Z"
16921724
},
1693-
"ripple": {
1694-
"name": "Ripple",
1695-
"id": "ripple",
1696-
"description": "Detect side effects that tests can't catch after implementation β€” delta-anchored analysis across 9 domain-agnostic categories with fix-induced side effect detection",
1697-
"author": "chordpli",
1698-
"version": "1.0.0",
1699-
"download_url": "https://github.com/chordpli/spec-kit-ripple/archive/refs/tags/v1.0.0.zip",
1700-
"repository": "https://github.com/chordpli/spec-kit-ripple",
1701-
"homepage": "https://github.com/chordpli/spec-kit-ripple",
1702-
"documentation": "https://github.com/chordpli/spec-kit-ripple/blob/main/README.md",
1703-
"changelog": "https://github.com/chordpli/spec-kit-ripple/blob/main/CHANGELOG.md",
1704-
"license": "MIT",
1705-
"requires": {
1706-
"speckit_version": ">=0.2.0"
1707-
},
1708-
"provides": {
1709-
"commands": 3,
1710-
"hooks": 1
1711-
},
1712-
"tags": [
1713-
"side-effects",
1714-
"post-implementation",
1715-
"analysis",
1716-
"quality",
1717-
"risk-detection"
1718-
],
1719-
"verified": false,
1720-
"downloads": 0,
1721-
"stars": 0,
1722-
"created_at": "2026-04-19T00:00:00Z",
1723-
"updated_at": "2026-04-19T00:00:00Z"
1724-
},
17251725
"security-review": {
17261726
"name": "Security Review",
17271727
"id": "security-review",

0 commit comments

Comments
Β (0)