Files
loop-loop/.claude-plugin/plugin.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

12 lines
382 B
JSON

{
"name": "agent-loop",
"version": "0.11.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"]
}