Files
loop-loop/.claude-plugin/marketplace.json
Sheldon Finlay 344b179b4d feat: support parallel loops with per-project tmux session names
The tmux session name is now derived from the project directory name
(e.g., agent-loop-server, agent-loop-webapp). This allows running
multiple loops in parallel on different projects without collisions.

Previously hardcoded to "agent-loop", which meant launching a second
loop would kill the first project's tmux session.
2026-04-02 10:54:22 -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.11.0",
"author": {
"name": "Sheldon"
},
"repository": "https://git.jagfly.com/sheldon/loop-loop",
"license": "MIT",
"keywords": ["agent", "loop", "autonomous", "generator", "evaluator", "harness"],
"category": "workflow"
}
]
}