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

Task 43: Full-Route Orbital Diagram & EP05 Lines Fix

完了 ← タスク一覧

Task 043: Full-Route Orbital Diagram & EP05 Lines Fix

Status: DONE

Motivation

  1. EP05 ep05_lines.json gap: EP01-04 all have Phase 1 extraction files committed to reports/data/episodes/, but EP05's ep05_lines.json only exists in gitignored raw_data/whisper/. This breaks the consistency of the two-phase dialogue pipeline and prevents future sessions from inspecting EP05's source extraction without re-running Whisper.
  2. Cross-episode full-route diagram: The cross-episode summary report describes the full 5-episode route (Mars → Ganymede → Jupiter escape → Enceladus → Titania → Earth, 35.9 AU total) in the "航路の連続性" section, but has no orbital diagram. The SummarySection type already supports orbitalDiagrams, and individual episode reports all have diagrams. A full-route heliocentric diagram would visually unify the entire journey.

Changes

Part A: EP05 Lines Fix

Part B: Full-Route Orbital Diagram

- EP01 Mars→Jupiter: #3fb950 (green, brachistochrone)

- EP02 Jupiter→Saturn: #8b949e (gray, ballistic/hyperbolic)

- EP03 Saturn→Uranus: #ff6600 (orange, brachistochrone)

- EP05 Uranus→Earth: #ff4444 (red, composite brachistochrone)

Depends on