[OPS] Loop startup script -- single command to launch all loops with health pre-check #126

Closed
opened 2026-04-04 16:01:19 +00:00 by Timmy · 1 comment
Owner

Create bin/start-loops.sh that:

  1. Runs model-health-check.sh
  2. Kills stale loops
  3. Clears locks
  4. Launches orchestrator + claude-loop + gemini-loop
  5. Verifies all processes are running

Acceptance:

  • One command starts everything
  • Fails fast if models are dead
  • Prints PID summary
Create bin/start-loops.sh that: 1. Runs model-health-check.sh 2. Kills stale loops 3. Clears locks 4. Launches orchestrator + claude-loop + gemini-loop 5. Verifies all processes are running Acceptance: - One command starts everything - Fails fast if models are dead - Prints PID summary
Timmy self-assigned this 2026-04-04 16:01:19 +00:00
Timmy closed this issue 2026-04-04 16:05:06 +00:00
Author
Owner

Delivered in commit f29d579: bin/start-loops.sh. Health check + kill stale + launch all loops in one command.

Delivered in commit f29d579: bin/start-loops.sh. Health check + kill stale + launch all loops in one command.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/timmy-config#126