⚠ ネタバレ注意: 本サイトはSFアニメ「SOLAR LINE」の内容を詳細に分析しています。未視聴の方はご注意ください。
📝 AI生成コンテンツ: 本考証の大部分は AI(Claude Code 等)によって生成されています。内容の正確性については原作および引用元をご確認ください。

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):

  1. ship-kestrel.json — most complex, benefits most from readable format
  2. cross-episode.json — narrative-heavy
  3. communications.json — moderate complexity
  4. science-accuracy.json
  5. attitude-control.json
  6. infrastructure.json
  7. other-ships.json
  8. tech-overview.json

Dependencies

Notes

The MDX parser already supports: YAML frontmatter, ## sections, fenced component directives (chart:bar, component:orbital-diagram, timeseries, etc.)