Interact with the fleet liaison agent — check status, read batched messages, escalate outbound, pause/resume monitoring
Interface for the coding agent to interact with the background fleet liaison. The liaison handles all fleet communication so you stay focused on code.
/fleet-liaison statusShow liaison state: pending message counts, active rebuttals, uptime.
# Read liaison state
cat /tmp/fleet-liaison-state.json 2>/dev/null | python3 -c "
import sys, json