Skip to main content

loom run

Start the orchestrator loop

Overview

Start the main orchestration loop that:
  1. Gets ready tasks from Beads
  2. Scores and prioritizes them
  3. Claims the top task
  4. Executes work
  5. Closes completed tasks
  6. Repeats until no work or interrupted

Usage

loom run

Examples

# Start the orchestrator
loom run

# With a specific config file
loom run --config /path/to/loom.yaml

See Also