Skip to content

Commit 1b05be4

Browse files
committed
Update Ralph Loop to v1.0.2
1 parent 259494a commit 1b05be4

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-01T15:01:47Z",
3+
"updated_at": "2026-05-01T22:32:04Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -1597,12 +1597,12 @@
15971597
"id": "ralph",
15981598
"description": "Autonomous implementation loop using AI agent CLI.",
15991599
"author": "Rubiss",
1600-
"version": "1.0.1",
1601-
"download_url": "https://github.com/Rubiss/spec-kit-ralph/archive/refs/tags/v1.0.1.zip",
1602-
"repository": "https://github.com/Rubiss/spec-kit-ralph",
1603-
"homepage": "https://github.com/Rubiss/spec-kit-ralph",
1604-
"documentation": "https://github.com/Rubiss/spec-kit-ralph/blob/main/README.md",
1605-
"changelog": "https://github.com/Rubiss/spec-kit-ralph/blob/main/CHANGELOG.md",
1600+
"version": "1.0.2",
1601+
"download_url": "https://github.com/Rubiss-Projects/spec-kit-ralph/archive/refs/tags/v1.0.2.zip",
1602+
"repository": "https://github.com/Rubiss-Projects/spec-kit-ralph",
1603+
"homepage": "https://github.com/Rubiss-Projects/spec-kit-ralph",
1604+
"documentation": "https://github.com/Rubiss-Projects/spec-kit-ralph/blob/main/README.md",
1605+
"changelog": "https://github.com/Rubiss-Projects/spec-kit-ralph/blob/main/CHANGELOG.md",
16061606
"license": "MIT",
16071607
"requires": {
16081608
"speckit_version": ">=0.1.0",
@@ -1631,7 +1631,7 @@
16311631
"downloads": 0,
16321632
"stars": 0,
16331633
"created_at": "2026-03-09T00:00:00Z",
1634-
"updated_at": "2026-04-12T19:00:00Z"
1634+
"updated_at": "2026-05-01T22:32:04Z"
16351635
},
16361636
"reconcile": {
16371637
"name": "Reconcile Extension",

0 commit comments

Comments
 (0)