Task 419: Fix Data Consistency Issues Found by Validation Tests
未着手 ← タスク一覧
Task 419: Fix Data Consistency Issues Found by Validation Tests
Status: DONE
Summary
Task 418 validation tests discovered data consistency issues:
- EP02
speakers.jsonmissingguest-esperspeaker (present in dialogue file) - EP05
onscreen_data.jsonuses different schema (missingschemaVersion, different summary structure)
Fix these to align all data files with consistent schemas.
Rationale
- Consistent schemas simplify parsing and reduce special-case handling
- Missing speaker definitions could cause rendering issues
- Data discovered by automated tests should be fixed systematically