Me, Today, Now
cmd/crewship/cmd_quickactions.go ships three composite commands. Each fans out to 2-4 endpoints with sync.WaitGroup + best-effort error handling, so one slow endpoint never blocks the rest of the screen — partial views are preferred over blank ones. Partial errors land on stderr as [partial] <label>: <err> lines after the main render.
crewship me
“What’s on your plate right now.”
[partial] ... and do not discard the rest of the view. If every workspace
request fails with the session-invalid 401 response, the command exits
non-zero and asks the user to authenticate again. --format json and
--format yaml return an object with the collected sections plus an errors
array; human-readable mode renders the same partial data.
crewship today
Today’s runs + spend across the workspace. Useful for retrospectives and standups.
Output groups runs by status (
completed × 12, failed × 1, …) plus a one-line cost teaser pointing at crewship cost for the full breakdown.
crewship now
Live status board.
crewship capacity has the
thresholds and the full list.
See also
crewship inbox— paginated daily-driver inbox (deeper thanme).crewship cost— full cost breakdown (todayonly teases this).crewship tui— full-screen real-time dashboard.crewship approvals— act on the pending itemsme/nowsurface.crewship capacity— why a container start is being held, and the thresholds behind it.