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:
@@ -14,7 +14,7 @@
|
|||||||
"author": {
|
"author": {
|
||||||
"name": "Sheldon"
|
"name": "Sheldon"
|
||||||
},
|
},
|
||||||
"repository": "https://github.com/sheldonchiu/agent-loop",
|
"repository": "https://git.jagfly.com/sheldon/loop-loop",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"keywords": ["agent", "loop", "autonomous", "generator", "evaluator", "harness"],
|
"keywords": ["agent", "loop", "autonomous", "generator", "evaluator", "harness"],
|
||||||
"category": "workflow"
|
"category": "workflow"
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
"author": {
|
"author": {
|
||||||
"name": "Sheldon"
|
"name": "Sheldon"
|
||||||
},
|
},
|
||||||
"repository": "https://github.com/sheldonchiu/agent-loop.git",
|
"repository": "https://git.jagfly.com/sheldon/loop-loop.git",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"keywords": ["agent", "loop", "autonomous", "generator", "evaluator", "harness"]
|
"keywords": ["agent", "loop", "autonomous", "generator", "evaluator", "harness"]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -31,18 +31,5 @@
|
|||||||
},
|
},
|
||||||
"enabledPlugins": {
|
"enabledPlugins": {
|
||||||
"agent-loop@agent-loop": true
|
"agent-loop@agent-loop": true
|
||||||
},
|
|
||||||
"hooks": {
|
|
||||||
"Stop": [
|
|
||||||
{
|
|
||||||
"matcher": "",
|
|
||||||
"hooks": [
|
|
||||||
{
|
|
||||||
"type": "command",
|
|
||||||
"command": "kill -INT $PPID || true"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ Thanks for your interest in contributing!
|
|||||||
## Running Locally
|
## Running Locally
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/sheldonchiu/agent-loop.git
|
git clone https://git.jagfly.com/sheldon/loop-loop.git
|
||||||
cd agent-loop
|
cd agent-loop
|
||||||
./install.sh
|
./install.sh
|
||||||
```
|
```
|
||||||
|
|||||||
2
LICENSE
2
LICENSE
@@ -1,6 +1,6 @@
|
|||||||
MIT License
|
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
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -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://github.com/sheldonchiu/agent-loop.git
|
/plugin marketplace add https://git.jagfly.com/sheldon/loop-loop.git
|
||||||
/plugin install agent-loop@agent-loop
|
/plugin install agent-loop@agent-loop
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user