mirror of
https://github.com/prosolis/gogobee.git
synced 2026-07-15 08:32:41 +00:00
RunExpedition now drives expeditions end-to-end through the production plugin paths: - TickDay calls deliverRecap + deliverBriefing with a synthetic clock anchored on exp.StartDate, advancing one day per call without real-time waits. - Autopilot bursts use compact mode so elite gates auto-resolve inline. - Boss / surviving elite gates are auto-resolved via handleFightCmd + looped handleAttackCmd until the session flips Won/Lost/Fled. - Forks resolve to path 1 deterministically. - SimResult exposes StopCode, Walks, DayTicks, Threat, plus the full dnd_expedition_log projected as SimLogEntry rows.