refactor: remove headless mode

Headless mode was half-built and untested. Agent-loop is a plugin
that runs interactively via tmux — there's no CI use case yet.
Removes --headless flag, timeout compatibility shim, output capture
logic, and LOOP_AGENT_TMPFILE handling. Cuts 82 lines from loop.sh.
This commit is contained in:
2026-03-28 12:17:30 -04:00
parent b4d4e1952a
commit c46de6815c
3 changed files with 33 additions and 129 deletions

View File

@@ -102,5 +102,5 @@ echo " Next steps (inside Claude Code, in any project):"
echo ""
echo " /agent-loop:run # Single command — setup, plan, and run"
echo ""
echo " Or run headless: .loop/loop.sh"
echo " Or run directly: .loop/loop.sh"
echo ""