- Introduce BookworkSteering with context-aware letter placement: class
steering, vowel-band control, and a real-word completion boost so boards
stay playable and avoid dead/vowel-clumped states across refills.
- Make gold/diamond spawn chances configurable per level via a linear ramp
(specialTiles in bookwork.json), wiring the values through clearAndRefill
and refillSteered instead of hard-coded constants.
- Add verifyBookwormBoard harness comparing baseline vs steered boards on
word availability, dead-board rate, and simulated session survival, and
extend verifyBookwork with special-tile schedule checks.
- Update display name in registry, scene title, README, and tooling references
- Load ENABLE word list at runtime; fall back to unsteered random on failure
- Introduce makeSteeredGrid/refillSteering helpers for class/vowel-aware letter placement
- Export LETTER_WEIGHTS from BookworkLogic for reuse by the steering module
- Add `steer` tuning block (wordBoostK, classThreshold/damp/boost, vowelBand) to bookwork.json