Resume a suspended swarm team, respawning offline teammates with their task context
<team_name># Resume Swarm Team Resume the suspended team `$1`, respawning any offline teammates. ## What Happens 1. Team status changes from "suspended" to "active" 2. You (team-lead) are marked as active 3. Each offline teammate is respawned with: - Their original model (haiku/sonnet/opus) - Context about their assigned tasks - Notice of unread messages 4. Teammates resume work from where they left off ## Instructions Execute the following script using bash explicitly: ## Notes - Only suspended teams can be resumed - Team data (tasks, messages, config) persists between sessions - Te...