fix: add owner field and schema to marketplace.json
This commit is contained in:
@@ -1,14 +1,23 @@
|
|||||||
{
|
{
|
||||||
|
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
|
||||||
"name": "agent-loop",
|
"name": "agent-loop",
|
||||||
|
"description": "Autonomous generator-evaluator agent loop for long-running coding tasks",
|
||||||
|
"owner": {
|
||||||
|
"name": "Sheldon"
|
||||||
|
},
|
||||||
"plugins": [
|
"plugins": [
|
||||||
{
|
{
|
||||||
"name": "agent-loop",
|
"name": "agent-loop",
|
||||||
|
"source": "./",
|
||||||
"description": "Autonomous generator-evaluator agent loop for long-running coding tasks. Plan interactively, then execute with full visibility.",
|
"description": "Autonomous generator-evaluator agent loop for long-running coding tasks. Plan interactively, then execute with full visibility.",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"source": {
|
"author": {
|
||||||
"source": "github",
|
"name": "Sheldon"
|
||||||
"repo": "https://git.jagfly.com/sheldon/loop-loop.git"
|
},
|
||||||
}
|
"repository": "https://git.jagfly.com/sheldon/loop-loop",
|
||||||
|
"license": "MIT",
|
||||||
|
"keywords": ["agent", "loop", "autonomous", "generator", "evaluator", "harness"],
|
||||||
|
"category": "workflow"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user