Files
chess-project/src/components
Claude f8cf03c888 Simplify opening training: train on entire opening family instead of single variation
- Add family training mode where users select an opening family (e.g. "Italian Game")
  and can play any variation within that family
- Create variation tree data structure to efficiently track which variations
  match the current move sequence
- FamilySelector now navigates directly to /learning/openings/family/[familyName]
  instead of showing a second selector for individual variations
- OpeningTrainer displays matching variations, possible moves, and current line
- LLM tutor explains which variation is being played and mentions alternatives
- Remove the OpeningSelector step from the flow for a simpler UX

The new flow:
1. User selects an opening family (e.g. "Sicilian Defense")
2. Training starts immediately with all variations loaded
3. User can play any move that exists in any variation
4. The UI shows which variations are still possible
5. The AI tutor guides the user through the repertoire
2026-01-03 21:52:36 +00:00
..
2025-12-15 12:21:34 +01:00
2025-11-23 20:56:30 +01:00
2025-12-14 11:52:39 +01:00
2025-11-29 10:18:23 +01:00
2025-12-06 17:37:44 +01:00