Skip to content

Commit 7eefec6

Browse files
committed
fix: move ripple entry to correct alphabetical position
Moved ripple catalog entry from between reconcile/refine to between review/security-review. Updated README table order to match.
1 parent c272651 commit 7eefec6

File tree

2 files changed

+33
-33
lines changed

2 files changed

+33
-33
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,8 @@ The following community-contributed extensions are available in [`catalog.commun
239239
| Repository Index | Generate index for existing repo for overview, architecture and module level. | `docs` | Read-only | [spec-kit-repoindex](https://github.com/liuyiyu/spec-kit-repoindex) |
240240
| Retro Extension | Sprint retrospective analysis with metrics, spec accuracy assessment, and improvement suggestions | `process` | Read+Write | [spec-kit-retro](https://github.com/arunt14/spec-kit-retro) |
241241
| Retrospective Extension | Post-implementation retrospective with spec adherence scoring, drift analysis, and human-gated spec updates | `docs` | Read+Write | [spec-kit-retrospective](https://github.com/emi-dm/spec-kit-retrospective) |
242-
| Ripple | Detect side effects that tests can't catch after implementation — delta-anchored analysis across 9 domain-agnostic categories | `code` | Read+Write | [spec-kit-ripple](https://github.com/chordpli/spec-kit-ripple) |
243242
| Review Extension | Post-implementation comprehensive code review with specialized agents for code quality, comments, tests, error handling, type design, and simplification | `code` | Read-only | [spec-kit-review](https://github.com/ismaelJimenez/spec-kit-review) |
243+
| Ripple | Detect side effects that tests can't catch after implementation — delta-anchored analysis across 9 domain-agnostic categories | `code` | Read+Write | [spec-kit-ripple](https://github.com/chordpli/spec-kit-ripple) |
244244
| SDD Utilities | Resume interrupted workflows, validate project health, and verify spec-to-task traceability | `process` | Read+Write | [speckit-utils](https://github.com/mvanhorn/speckit-utils) |
245245
| Security Review | Comprehensive security audit of codebases using AI-powered DevSecOps analysis | `code` | Read-only | [spec-kit-security-review](https://github.com/DyanGalih/spec-kit-security-review) |
246246
| SFSpeckit | Enterprise Salesforce SDLC with 18 commands for the full SDD lifecycle. | `process` | Read+Write | [spec-kit-sf](https://github.com/ysumanth06/spec-kit-sf) |

extensions/catalog.community.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1523,38 +1523,6 @@
15231523
"created_at": "2026-03-14T00:00:00Z",
15241524
"updated_at": "2026-03-14T00:00:00Z"
15251525
},
1526-
"ripple": {
1527-
"name": "Ripple",
1528-
"id": "ripple",
1529-
"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",
1530-
"author": "chordpli",
1531-
"version": "1.0.0",
1532-
"download_url": "https://github.com/chordpli/spec-kit-ripple/archive/refs/tags/v1.0.0.zip",
1533-
"repository": "https://github.com/chordpli/spec-kit-ripple",
1534-
"homepage": "https://github.com/chordpli/spec-kit-ripple",
1535-
"documentation": "https://github.com/chordpli/spec-kit-ripple/blob/main/README.md",
1536-
"changelog": "https://github.com/chordpli/spec-kit-ripple/blob/main/CHANGELOG.md",
1537-
"license": "MIT",
1538-
"requires": {
1539-
"speckit_version": ">=0.2.0"
1540-
},
1541-
"provides": {
1542-
"commands": 3,
1543-
"hooks": 1
1544-
},
1545-
"tags": [
1546-
"side-effects",
1547-
"post-implementation",
1548-
"analysis",
1549-
"quality",
1550-
"risk-detection"
1551-
],
1552-
"verified": false,
1553-
"downloads": 0,
1554-
"stars": 0,
1555-
"created_at": "2026-04-19T00:00:00Z",
1556-
"updated_at": "2026-04-19T00:00:00Z"
1557-
},
15581526
"refine": {
15591527
"name": "Spec Refine",
15601528
"id": "refine",
@@ -1753,6 +1721,38 @@
17531721
"created_at": "2026-04-17T02:00:00Z",
17541722
"updated_at": "2026-04-17T02:00:00Z"
17551723
},
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)