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.
12 lines
382 B
JSON
12 lines
382 B
JSON
{
|
|
"name": "agent-loop",
|
|
"version": "0.10.0",
|
|
"description": "Autonomous generator-evaluator agent loop for long-running coding tasks. Run /agent-loop:run to start.",
|
|
"author": {
|
|
"name": "Sheldon"
|
|
},
|
|
"repository": "https://git.jagfly.com/sheldon/loop-loop.git",
|
|
"license": "MIT",
|
|
"keywords": ["agent", "loop", "autonomous", "generator", "evaluator", "harness"]
|
|
}
|