fix(#792): make fleet roster errors actionable

This commit is contained in:
Hermes Agent
2026-07-17 11:54:52 -05:00
parent 9ddc6fbda8
commit 22bf43178d
4 changed files with 113 additions and 8 deletions

View File

@@ -212,7 +212,7 @@ ok() { echo "${G}✔${RESET} $*"; }
warn() { echo "${Y}${RESET} $*"; }
fail() { echo "${R}${RESET} $*" >&2; }
dim() { echo "${DIM}$*${RESET}"; }
step() { echo ""; echo "${BOLD}$*${RESET}"; }
step() { printf '\n%s%s%s\n' "$BOLD" "$*" "$RESET"; }
# ─── helpers ──────────────────────────────────────────────────────────────────