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
This commit is contained in:
2026-03-27 19:00:26 -04:00
parent d8c95397f2
commit 50e62ca979
6 changed files with 5 additions and 18 deletions

View File

@@ -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"

View File

@@ -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"]
}