--- name: going-ashore description: Runbook for standing up a first mate and its fleet on a remote host over SSH + herdr ("going ashore"). Use when the captain wants to relocate or extend the fleet to a remote box (e.g. a dev server), run agents on a beefier/always-on machine, or asks to "go ashore" / "set up a remote fleet"; covers survey, provision, raise-the-flag, land, boot (persistent + autonomous), and bridge, with the version/vault/harness/permission caveats learned in practice. --- # Going Ashore — landing the fleet on a remote host herdr is client/server: a persistent **server** owns the sessions and agents; a **client** attaches to it, locally or over SSH (`herdr --remote `). "Going ashore" means running the herdr server + a first mate on a remote host, so the fleet executes there (always-on, beefier, survives your laptop sleeping) while you drive it from your Mac. The host's first mate is a **separate first mate with its own fleet** — its own backlog, projects, and crew — not this one relocated. Scripts live beside this file in `scripts/`. Run each ON the host by piping over SSH: `ssh 'bash -s' <