fix(chart): skip VedAstro on chart-page first paint
Independent Staging Quality Gate / validate (push) Canceled after 2m16s
Independent Staging Quality Gate / publish (push) Canceled after 0s

The natal /api/chart request from the chart page now sends skip_vedastro_main_entry_overview, matching the ephemeris page. Mapper and contract never read that evidence. BUG-718 recurs from BUG-161. Tests lock both foreground natal paths.
This commit is contained in:
jesse-ux
2026-09-16 00:22:00 +08:00
parent ce1939b074
commit 62be52dacf
8 changed files with 99 additions and 3 deletions
+1
View File
@@ -56,6 +56,7 @@ function birthPayload(profile: ChartViewProfileInput): Record<string, unknown> {
ayanamsa: resolveAyanamsa({ ayanamsa: profile.ayanamsa }),
node_mode: "mean",
house_system: "P",
skip_vedastro_main_entry_overview: true,
};
}