Files
loop-loop/.claude-plugin/marketplace.json
Sheldon Finlay a1a3dfbd63 fix: use env var instead of tmux check for Stop hook scoping
The tmux display-message approach had edge cases: it could succeed outside
tmux, fail on first iteration, or behave differently depending on tmux
socket state.

Replace with AGENT_LOOP_ACTIVE env var exported by loop.sh. CC sessions
spawned by the loop inherit it; interactive CC sessions don't. Simple,
no external dependencies, no race conditions.
2026-04-02 10:42:46 -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.10.1",
"author": {
"name": "Sheldon"
},
"repository": "https://git.jagfly.com/sheldon/loop-loop",
"license": "MIT",
"keywords": ["agent", "loop", "autonomous", "generator", "evaluator", "harness"],
"category": "workflow"
}
]
}