Skip to content

Commit 4a8f19c

Browse files
authored
Update Ralph Loop to v1.0.2 (#2435)
1 parent 09f7657 commit 4a8f19c

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ The following community-contributed extensions are available in [`catalog.commun
243243
| Project Health Check | Diagnose a Spec Kit project and report health issues across structure, agents, features, scripts, extensions, and git | `visibility` | Read-only | [spec-kit-doctor](https://github.com/KhawarHabibKhan/spec-kit-doctor) |
244244
| Project Status | Show current SDD workflow progress — active feature, artifact status, task completion, workflow phase, and extensions summary | `visibility` | Read-only | [spec-kit-status](https://github.com/KhawarHabibKhan/spec-kit-status) |
245245
| QA Testing Extension | Systematic QA testing with browser-driven or CLI-based validation of acceptance criteria from spec | `code` | Read-only | [spec-kit-qa](https://github.com/arunt14/spec-kit-qa) |
246-
| Ralph Loop | Autonomous implementation loop using AI agent CLI | `code` | Read+Write | [spec-kit-ralph](https://github.com/Rubiss/spec-kit-ralph) |
246+
| Ralph Loop | Autonomous implementation loop using AI agent CLI | `code` | Read+Write | [spec-kit-ralph](https://github.com/Rubiss-Projects/spec-kit-ralph) |
247247
| Reconcile Extension | Reconcile implementation drift by surgically updating feature artifacts. | `docs` | Read+Write | [spec-kit-reconcile](https://github.com/stn1slv/spec-kit-reconcile) |
248248
| Red Team | Adversarial review of specs before /speckit.plan — parallel lens agents surface risks that clarify/analyze structurally can't (prompt injection, integrity gaps, cross-spec drift, silent failures). Produces a structured findings report; no auto-edits to specs. | `docs` | Read+Write | [spec-kit-red-team](https://github.com/ashbrener/spec-kit-red-team) |
249249
| 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) |

extensions/catalog.community.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-05-03T00:00:00Z",
3+
"updated_at": "2026-05-04T17:02:08Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -1598,12 +1598,12 @@
15981598
"id": "ralph",
15991599
"description": "Autonomous implementation loop using AI agent CLI.",
16001600
"author": "Rubiss",
1601-
"version": "1.0.1",
1602-
"download_url": "https://github.com/Rubiss/spec-kit-ralph/archive/refs/tags/v1.0.1.zip",
1603-
"repository": "https://github.com/Rubiss/spec-kit-ralph",
1604-
"homepage": "https://github.com/Rubiss/spec-kit-ralph",
1605-
"documentation": "https://github.com/Rubiss/spec-kit-ralph/blob/main/README.md",
1606-
"changelog": "https://github.com/Rubiss/spec-kit-ralph/blob/main/CHANGELOG.md",
1601+
"version": "1.0.2",
1602+
"download_url": "https://github.com/Rubiss-Projects/spec-kit-ralph/archive/refs/tags/v1.0.2.zip",
1603+
"repository": "https://github.com/Rubiss-Projects/spec-kit-ralph",
1604+
"homepage": "https://github.com/Rubiss-Projects/spec-kit-ralph",
1605+
"documentation": "https://github.com/Rubiss-Projects/spec-kit-ralph/blob/main/README.md",
1606+
"changelog": "https://github.com/Rubiss-Projects/spec-kit-ralph/blob/main/CHANGELOG.md",
16071607
"license": "MIT",
16081608
"requires": {
16091609
"speckit_version": ">=0.1.0",
@@ -1632,7 +1632,7 @@
16321632
"downloads": 0,
16331633
"stars": 0,
16341634
"created_at": "2026-03-09T00:00:00Z",
1635-
"updated_at": "2026-04-12T19:00:00Z"
1635+
"updated_at": "2026-05-04T17:02:08Z"
16361636
},
16371637
"reconcile": {
16381638
"name": "Reconcile Extension",

0 commit comments

Comments
 (0)