Files
loop-loop/.claude-plugin/marketplace.json
2026-03-27 18:44:59 -04:00

24 lines
752 B
JSON

{
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
"name": "agent-loop",
"description": "Autonomous generator-evaluator agent loop for long-running coding tasks",
"owner": {
"name": "Sheldon"
},
"plugins": [
{
"name": "agent-loop",
"source": "./",
"description": "Autonomous generator-evaluator agent loop for long-running coding tasks. Plan interactively, then execute with full visibility.",
"version": "0.8.0",
"author": {
"name": "Sheldon"
},
"repository": "https://github.com/sheldonchiu/agent-loop",
"license": "MIT",
"keywords": ["agent", "loop", "autonomous", "generator", "evaluator", "harness"],
"category": "workflow"
}
]
}