Skip to content

Commit 66921b5

Browse files
committed
fix: correct ripple alphabetical position (review β†’ ripple β†’ scope)
1 parent 7eefec6 commit 66921b5

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
@@ -1688,6 +1688,38 @@
16881688
"created_at": "2026-03-06T00:00:00Z",
16891689
"updated_at": "2026-04-09T00:00:00Z"
16901690
},
1691+
"ripple": {
1692+
"name": "Ripple",
1693+
"id": "ripple",
1694+
"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",
1695+
"author": "chordpli",
1696+
"version": "1.0.0",
1697+
"download_url": "https://github.com/chordpli/spec-kit-ripple/archive/refs/tags/v1.0.0.zip",
1698+
"repository": "https://github.com/chordpli/spec-kit-ripple",
1699+
"homepage": "https://github.com/chordpli/spec-kit-ripple",
1700+
"documentation": "https://github.com/chordpli/spec-kit-ripple/blob/main/README.md",
1701+
"changelog": "https://github.com/chordpli/spec-kit-ripple/blob/main/CHANGELOG.md",
1702+
"license": "MIT",
1703+
"requires": {
1704+
"speckit_version": ">=0.2.0"
1705+
},
1706+
"provides": {
1707+
"commands": 3,
1708+
"hooks": 1
1709+
},
1710+
"tags": [
1711+
"side-effects",
1712+
"post-implementation",
1713+
"analysis",
1714+
"quality",
1715+
"risk-detection"
1716+
],
1717+
"verified": false,
1718+
"downloads": 0,
1719+
"stars": 0,
1720+
"created_at": "2026-04-19T00:00:00Z",
1721+
"updated_at": "2026-04-19T00:00:00Z"
1722+
},
16911723
"scope": {
16921724
"name": "Spec Scope",
16931725
"id": "scope",
@@ -1721,38 +1753,6 @@
17211753
"created_at": "2026-04-17T02:00:00Z",
17221754
"updated_at": "2026-04-17T02:00:00Z"
17231755
},
1724-
"ripple": {
1725-
"name": "Ripple",
1726-
"id": "ripple",
1727-
"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",
1728-
"author": "chordpli",
1729-
"version": "1.0.0",
1730-
"download_url": "https://github.com/chordpli/spec-kit-ripple/archive/refs/tags/v1.0.0.zip",
1731-
"repository": "https://github.com/chordpli/spec-kit-ripple",
1732-
"homepage": "https://github.com/chordpli/spec-kit-ripple",
1733-
"documentation": "https://github.com/chordpli/spec-kit-ripple/blob/main/README.md",
1734-
"changelog": "https://github.com/chordpli/spec-kit-ripple/blob/main/CHANGELOG.md",
1735-
"license": "MIT",
1736-
"requires": {
1737-
"speckit_version": ">=0.2.0"
1738-
},
1739-
"provides": {
1740-
"commands": 3,
1741-
"hooks": 1
1742-
},
1743-
"tags": [
1744-
"side-effects",
1745-
"post-implementation",
1746-
"analysis",
1747-
"quality",
1748-
"risk-detection"
1749-
],
1750-
"verified": false,
1751-
"downloads": 0,
1752-
"stars": 0,
1753-
"created_at": "2026-04-19T00:00:00Z",
1754-
"updated_at": "2026-04-19T00:00:00Z"
1755-
},
17561756
"security-review": {
17571757
"name": "Security Review",
17581758
"id": "security-review",

0 commit comments

Comments
Β (0)