- analysis_options.yaml: freezed/g.dart 생성 파일 분석 제외 - game_text_l10n.dart: if문 중괄호 추가, 불필요한 ${} 제거 - iap_service.dart: 불필요한 dart:typed_data import 제거 - pq_logic.dart, combat_text_frames.dart: dangling library doc → library; 추가 - save_picker_dialog.dart: __ → _ (unnecessary_underscores) - desktop_equipment_panel.dart: 불필요한 import 제거 - test 파일: _localVar → localVar 네이밍, ignore_for_file 추가
- ProgressState.copyWith에 clearCurrentCombat 파라미터 추가 - death_handler, resurrection_service에서 clearCurrentCombat 사용 - death_handler 테스트 14개 추가 - item_service 테스트 33개 추가 - skill_data 주석 스킬 개수 70→68 수정