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

Task 532: Schema Pinning + Constants Tests

完了 ← タスク一覧

Task 532: Schema Pinning + Constants Tests

Status: DONE

Summary

Three targeted test improvements:

  1. Schema pinning in recalculate.test.ts: verify EP03/EP04/EP05 analyzer output keys
  2. Rust constants.rs: add reference_orbits ordering, G0, c, AU tests
  3. kestrel.test.ts: add thrust ordering invariant (peak > nominal > damaged)

Changes

recalculate.test.ts (3 new tests)

constants.rs (4 new tests)

kestrel.test.ts (1 new test)

Impact

Guards against silent key removal in analyzers and constant value errors.