setup.sh now stamps .harness-version in .loop/ at scaffold time. On each /agent-loop:run, Phase 1 compares the installed harness version against the plugin version and auto-updates lib/, prompts/, and loop.sh if stale. Run state (prd.json, contracts, config.json) is preserved. Also adds setup.sh --update mode for refreshing harness files without re-scaffolding. Bump to 0.10.0.
24 lines
752 B
JSON
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.10.0",
|
|
"author": {
|
|
"name": "Sheldon"
|
|
},
|
|
"repository": "https://git.jagfly.com/sheldon/loop-loop",
|
|
"license": "MIT",
|
|
"keywords": ["agent", "loop", "autonomous", "generator", "evaluator", "harness"],
|
|
"category": "workflow"
|
|
}
|
|
]
|
|
}
|