From 50e62ca979af1eb0e7d0bfe4091d261755bffd6d Mon Sep 17 00:00:00 2001 From: Sheldon Finlay Date: Fri, 27 Mar 2026 19:00:26 -0400 Subject: [PATCH] fix: correct URLs, author name, and clean up stale hook - Revert plugin/README/CONTRIBUTING URLs to git.jagfly.com (not on GitHub yet) - Fix LICENSE copyright to Sheldon Finlay - Remove leftover Stop hook from settings.local.json --- .claude-plugin/marketplace.json | 2 +- .claude-plugin/plugin.json | 2 +- .claude/settings.local.json | 13 ------------- CONTRIBUTING.md | 2 +- LICENSE | 2 +- README.md | 2 +- 6 files changed, 5 insertions(+), 18 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index f22887b..bb97044 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -14,7 +14,7 @@ "author": { "name": "Sheldon" }, - "repository": "https://github.com/sheldonchiu/agent-loop", + "repository": "https://git.jagfly.com/sheldon/loop-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 84ea6ae..3bf91e8 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -5,7 +5,7 @@ "author": { "name": "Sheldon" }, - "repository": "https://github.com/sheldonchiu/agent-loop.git", + "repository": "https://git.jagfly.com/sheldon/loop-loop.git", "license": "MIT", "keywords": ["agent", "loop", "autonomous", "generator", "evaluator", "harness"] } diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 263cabb..895129e 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -31,18 +31,5 @@ }, "enabledPlugins": { "agent-loop@agent-loop": true - }, - "hooks": { - "Stop": [ - { - "matcher": "", - "hooks": [ - { - "type": "command", - "command": "kill -INT $PPID || true" - } - ] - } - ] } } diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index aa3d115..4bea951 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,7 +5,7 @@ Thanks for your interest in contributing! ## Running Locally ```bash -git clone https://github.com/sheldonchiu/agent-loop.git +git clone https://git.jagfly.com/sheldon/loop-loop.git cd agent-loop ./install.sh ``` diff --git a/LICENSE b/LICENSE index e56d39b..906ef67 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2025 Sheldon Chiu +Copyright (c) 2025 Sheldon Finlay Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index e653c50..8f3506a 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://github.com/sheldonchiu/agent-loop.git +/plugin marketplace add https://git.jagfly.com/sheldon/loop-loop.git /plugin install agent-loop@agent-loop ```