You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: complete method and variable name unification
- Update StageResult field: ranking_title → rank_name
- Update all field access to use rank_name consistently
- Fix scoring engine variable names: ranking_title → rank_name
- Update test files to use new field names
- Fix function parameter names in animation and screen modules
Method/Field/Variable consistency achieved:
- rank_name: String (specific rank title like "Hello World")
- rank: String (tier name like "Beginner")
- tier_position/tier_total: position within tier
- overall_position/overall_total: position across all tiers
All 160 tests passing, clean compilation.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments