feat: US-004 - Update plugin URLs from jagfly.com to GitHub

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-27 18:44:59 -04:00
parent a4e9c4de05
commit 978783d1be
3 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@
"author": { "author": {
"name": "Sheldon" "name": "Sheldon"
}, },
"repository": "https://git.jagfly.com/sheldon/loop-loop", "repository": "https://github.com/sheldonchiu/agent-loop",
"license": "MIT", "license": "MIT",
"keywords": ["agent", "loop", "autonomous", "generator", "evaluator", "harness"], "keywords": ["agent", "loop", "autonomous", "generator", "evaluator", "harness"],
"category": "workflow" "category": "workflow"

View File

@@ -5,7 +5,7 @@
"author": { "author": {
"name": "Sheldon" "name": "Sheldon"
}, },
"repository": "https://git.jagfly.com/sheldon/loop-loop.git", "repository": "https://github.com/sheldonchiu/agent-loop.git",
"license": "MIT", "license": "MIT",
"keywords": ["agent", "loop", "autonomous", "generator", "evaluator", "harness"] "keywords": ["agent", "loop", "autonomous", "generator", "evaluator", "harness"]
} }

View File

@@ -11,7 +11,7 @@ A generator-evaluator loop runs fresh Claude Code sessions per iteration. Each i
### As a Claude Code Plugin (Recommended) ### 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 /plugin install agent-loop@agent-loop
``` ```