mirror of
https://github.com/prosolis/gogobee.git
synced 2026-07-15 08:32:41 +00:00
!expedition list was routing to zoneCmdList, which rendered "Zones available at L%d" with `!zone enter <id>` CTAs and referenced an active zone run for the footer — wrong system for an expedition caller. New expeditionCmdList mirrors the zone-list shape but uses expedition CTAs (`!expedition start <id>`) and surfaces the active expedition (day count, `!expedition status` / `!expedition abandon`) via getActiveExpedition. zoneCmdList stays for !zone list. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>