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.
12 lines
382 B
JSON
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"]
|
|
}
|