From 978783d1be1a970af535d07b322680e58861ecfc Mon Sep 17 00:00:00 2001 From: Sheldon Finlay Date: Fri, 27 Mar 2026 18:44:59 -0400 Subject: [PATCH] feat: US-004 - Update plugin URLs from jagfly.com to GitHub Co-Authored-By: Claude Opus 4.6 (1M context) --- .claude-plugin/marketplace.json | 2 +- .claude-plugin/plugin.json | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index bb97044..f22887b 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -14,7 +14,7 @@ "author": { "name": "Sheldon" }, - "repository": "https://git.jagfly.com/sheldon/loop-loop", + "repository": "https://github.com/sheldonchiu/agent-loop", "license": "MIT", "keywords": ["agent", "loop", "autonomous", "generator", "evaluator", "harness"], "category": "workflow" diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 3bf91e8..84ea6ae 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -5,7 +5,7 @@ "author": { "name": "Sheldon" }, - "repository": "https://git.jagfly.com/sheldon/loop-loop.git", + "repository": "https://github.com/sheldonchiu/agent-loop.git", "license": "MIT", "keywords": ["agent", "loop", "autonomous", "generator", "evaluator", "harness"] } diff --git a/README.md b/README.md index 8f3506a..e653c50 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ A generator-evaluator loop runs fresh Claude Code sessions per iteration. Each i ### As a Claude Code Plugin (Recommended) ``` -/plugin marketplace add https://git.jagfly.com/sheldon/loop-loop.git +/plugin marketplace add https://github.com/sheldonchiu/agent-loop.git /plugin install agent-loop@agent-loop ```