#!/usr/bin/env bash
set -euo pipefail

# Kill only the standard persistent session for this agent.
tmux kill-session -t main 2>/dev/null || true
