Task 175: MDX Migration for Summary Reports
完了 ← タスク一覧
Task 175: MDX Migration for Summary Reports
Status: DONE
Description
Continue MDX migration from the ai-costs.md proof of concept (Task 127). Migrate remaining summary reports from JSON to MDX-like format for improved reviewability. JSON with embedded HTML/markdown is hard to review — MDX allows reviewers to focus on analysis text.
Priority order (by content complexity):
- ship-kestrel.json — most complex, benefits most from readable format
- cross-episode.json — narrative-heavy
- communications.json — moderate complexity
- science-accuracy.json
- attitude-control.json
- infrastructure.json
- other-ships.json
- tech-overview.json
Dependencies
- MDX parser infrastructure (Task 127, DONE)
- All summary reports written
Notes
The MDX parser already supports: YAML frontmatter, ## sections, fenced component directives (chart:bar, component:orbital-diagram, timeseries, etc.)