Adds Format Coconut support to build_deck — Ravensburger's new multiplayer singleton beta (open since 2026-07-28). Major version bump because it changes build_deck's deck-legality shape for the new format; every other tool and existing format value is unchanged.
build_deck(format="coconut", coconut_card="...")builds a legal Coconut decklist: up to 3 ink colors (one must match the Coconut's own ink), singleton everywhere except the Coconut's associated real character (up to 4 copies), no rotation/banned-list filtering.build_deck(format="coconut")with nococonut_cardlists all 18 beta Coconuts grouped by ink, each with its ability text and a short "Focus" hint — passink_colorstoo to filter that listing instead of building.- New scoped synergy scoring for Coconut archetypes (mirrors the existing Shift-family synergy awareness), plus a fix ensuring the chosen Coconut's own character reliably lands in the build at full copies instead of losing out to cheap filler.
- 32 new tests (278 → 310).
Full details in CHANGELOG.md.