#!/usr/bin/env ruby
# frozen_string_literal: true

require "claude_swarm"

ClaudeSwarm::CLI.start(ARGV)
