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

Task 455: Fix Episode Parser to Merge Multiple timeseries-charts Blocks

未着手 ← タスク一覧

Task 455: Fix Episode Parser to Merge Multiple timeseries-charts Blocks

Status: DONE

Summary

The episode MDX parser (episode-mdx-parser.ts) overwrites timeSeriesCharts when encountering multiple timeseries-charts: fenced blocks — later blocks silently replace earlier ones. This is error-prone and was encountered in Task 454 when adding navigation error charts to EP03.

The fix is to merge (concatenate) charts from all blocks rather than overwriting.

Impact

Plan

  1. Modify episode-mdx-parser.ts to append rather than overwrite for timeseries-charts
  2. Add test verifying multiple blocks are merged
  3. Consider doing the same for diagrams and glossary if they have the same issue