feat: agent loop harness with Claude Code plugin support
Generator-evaluator architecture with iterative context-reset for long-running coding tasks. Ships as a Claude Code plugin — install with /plugin and use /agent-loop:init, /agent-loop:plan, /agent-loop:run.
This commit is contained in:
14
.claude-plugin/marketplace.json
Normal file
14
.claude-plugin/marketplace.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "agent-loop",
|
||||
"plugins": [
|
||||
{
|
||||
"name": "agent-loop",
|
||||
"description": "Autonomous generator-evaluator agent loop for long-running coding tasks. Plan interactively, then execute with full visibility.",
|
||||
"version": "0.1.0",
|
||||
"source": {
|
||||
"source": "github",
|
||||
"repo": "https://git.jagfly.com/sheldon/loop-loop.git"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
11
.claude-plugin/plugin.json
Normal file
11
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "agent-loop",
|
||||
"version": "0.1.0",
|
||||
"description": "Autonomous generator-evaluator agent loop for long-running coding tasks. Plan with /agent-loop:init, then execute with /agent-loop:run.",
|
||||
"author": {
|
||||
"name": "Sheldon"
|
||||
},
|
||||
"repository": "https://git.jagfly.com/sheldon/loop-loop.git",
|
||||
"license": "MIT",
|
||||
"keywords": ["agent", "loop", "autonomous", "generator", "evaluator", "harness"]
|
||||
}
|
||||
Reference in New Issue
Block a user