Fleet Deck 0.5.1
Fleet Deck installs as a Claude Code plugin — there is nothing to download here. Get it with:
claude plugin marketplace add lacion/fleet-deck
claude plugin install fleetdeck@fleetdeckChanged
- Board build toolchain: Vite 8 and
@vitejs/plugin-react6; the shipped board bundle was rebuilt (no functional change). - CI:
actions/checkoutv7 andactions/setup-nodev6 (Dependabot majors).
Fixed
- A boot-time race in spawn reconciliation:
reconcileSpawns()read its candidate rows after awaiting the tmux window list, so a spawn (or revive) landing in that window at daemon startup was judged against a stale snapshot, condemned togone, and tombstoned while its pane came up fine. Rows are now snapshotted before the await, mirroring the liveness tick. Surfaced as an intermittent Node 24 CI failure; reproducible on any Node with unlucky timing. - A startup-banner race in the LAN token-elision test: it asserted on the banner's second line after waiting only for the first, flaking on slow runners.