c35c045f08
Build and Deploy / build-and-push (push) Successful in 4m55s
Standard Klondike allows returning the top card of a foundation pile to a compatible tableau column. The flag was previously off by default, making the move impossible for all players. Changes: - GameState::new_with_mode: take_from_foundation now initialises to true - Settings: default changed to true; custom serde default function ensures older settings.json files without the key also resolve to true - Tests: rename "blocked_by_default" → "allowed_by_default" (asserts the move now succeeds); add "blocked_when_disabled" to cover the flag=false path Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>