Skip to content

Commit 6ce625f

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 4e35308 commit 6ce625f

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
@@ -238,8 +238,8 @@ The following community-contributed extensions are available in [`catalog.commun
238238
| 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) |
239239
| 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) |
240240
| 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) |
241-
| 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) |
242241
| 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) |
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) |
243243
| 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) |
244244
| 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) |
245245
| 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
@@ -1492,38 +1492,6 @@
14921492
"created_at": "2026-03-14T00:00:00Z",
14931493
"updated_at": "2026-03-14T00:00:00Z"
14941494
},
1495-
"ripple": {
1496-
"name": "Ripple",
1497-
"id": "ripple",
1498-
"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",
1499-
"author": "chordpli",
1500-
"version": "1.0.0",
1501-
"download_url": "https://github.com/chordpli/spec-kit-ripple/archive/refs/tags/v1.0.0.zip",
1502-
"repository": "https://github.com/chordpli/spec-kit-ripple",
1503-
"homepage": "https://github.com/chordpli/spec-kit-ripple",
1504-
"documentation": "https://github.com/chordpli/spec-kit-ripple/blob/main/README.md",
1505-
"changelog": "https://github.com/chordpli/spec-kit-ripple/blob/main/CHANGELOG.md",
1506-
"license": "MIT",
1507-
"requires": {
1508-
"speckit_version": ">=0.2.0"
1509-
},
1510-
"provides": {
1511-
"commands": 3,
1512-
"hooks": 1
1513-
},
1514-
"tags": [
1515-
"side-effects",
1516-
"post-implementation",
1517-
"analysis",
1518-
"quality",
1519-
"risk-detection"
1520-
],
1521-
"verified": false,
1522-
"downloads": 0,
1523-
"stars": 0,
1524-
"created_at": "2026-04-19T00:00:00Z",
1525-
"updated_at": "2026-04-19T00:00:00Z"
1526-
},
15271495
"refine": {
15281496
"name": "Spec Refine",
15291497
"id": "refine",
@@ -1722,6 +1690,38 @@
17221690
"created_at": "2026-04-17T02:00:00Z",
17231691
"updated_at": "2026-04-17T02:00:00Z"
17241692
},
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)