Skip to content

Commit cf1c5bd

Browse files
Update Ralph Loop extension to v1.2.1
Update ralph extension submitted by @Rubiss: - extensions/catalog.community.json (version, download_url, speckit_version, tools, tags, updated_at) Closes #3337 Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 92b7cf7 commit cf1c5bd

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

extensions/catalog.community.json

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-07-01T00:00:00Z",
3+
"updated_at": "2026-07-06T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -2679,8 +2679,8 @@
26792679
"id": "ralph",
26802680
"description": "Autonomous implementation loop using AI agent CLI",
26812681
"author": "Rubiss",
2682-
"version": "1.1.1",
2683-
"download_url": "https://github.com/Rubiss-Projects/spec-kit-ralph/archive/refs/tags/v1.1.1.zip",
2682+
"version": "1.2.1",
2683+
"download_url": "https://github.com/Rubiss-Projects/spec-kit-ralph/archive/refs/tags/v1.2.1.zip",
26842684
"repository": "https://github.com/Rubiss-Projects/spec-kit-ralph",
26852685
"homepage": "https://github.com/Rubiss-Projects/spec-kit-ralph",
26862686
"documentation": "https://github.com/Rubiss-Projects/spec-kit-ralph/blob/main/README.md",
@@ -2689,7 +2689,7 @@
26892689
"category": "code",
26902690
"effect": "read-write",
26912691
"requires": {
2692-
"speckit_version": ">=0.1.0",
2692+
"speckit_version": ">=0.8.5",
26932693
"tools": [
26942694
{
26952695
"name": "copilot",
@@ -2699,6 +2699,10 @@
26992699
"name": "codex",
27002700
"required": false
27012701
},
2702+
{
2703+
"name": "claude",
2704+
"required": false
2705+
},
27022706
{
27032707
"name": "git",
27042708
"required": true
@@ -2714,13 +2718,14 @@
27142718
"automation",
27152719
"loop",
27162720
"copilot",
2717-
"codex"
2721+
"codex",
2722+
"claude"
27182723
],
27192724
"verified": false,
27202725
"downloads": 0,
27212726
"stars": 0,
27222727
"created_at": "2026-03-09T00:00:00Z",
2723-
"updated_at": "2026-06-05T03:11:06Z"
2728+
"updated_at": "2026-07-06T00:00:00Z"
27242729
},
27252730
"reconcile": {
27262731
"name": "Reconcile Extension",

0 commit comments

Comments
 (0)