Stop running swarm agents gracefully
Stop one or all running swarm agents. ## Usage **Arguments:** - `agent` - Stop specific agent - `--all` - Stop all agents (default if no agent specified) - `--force` - Force kill without graceful shutdown ## Steps: 1. **Check for active swarm:** - Read `.claude/swarm/manifest.json` - If no swarm active, inform user 2. **If specific agent:** **bash/zsh (macOS, Linux, Git Bash, WSL):** **PowerShell (Windows):** 3. **If `--all` or no args:** - Ask for confirmation - Stop all agents: **bash/zsh (macOS, Linux, Git Bash, WSL):** **PowerShell (Window...