feat(rectification): pass ayanamsa per request

This commit is contained in:
Jesse_Chen
2026-09-04 00:25:16 +08:00
parent 3b09bbbee0
commit 44d3d3931b
15 changed files with 135 additions and 16 deletions
@@ -19,6 +19,7 @@ test("journey engine serializes only stored event-scoring inputs", () => {
lat: 31.2304,
lon: 121.4737,
tz: 8,
ayanamsa: "lahiri",
events: [
{ id: "5cb071d6-6d99-46be-85dc-a9bf59ef6ac5", domain: "career", date: "2019-07", precision: "month", summary: "晋升为团队负责人" },
{ id: "0790866c-ad5e-4a45-b2b4-a5c73f6be6ea", domain: "education", date: "2011", precision: "year" },
@@ -33,6 +34,8 @@ test("journey engine serializes only stored event-scoring inputs", () => {
lat: 31.2304,
lon: 121.4737,
tz: 8,
ayanamsa: "lahiri",
node_mode: "mean",
high_rigor: true,
events: [
{ id: "5cb071d6-6d99-46be-85dc-a9bf59ef6ac5", domain: "career", date: "2019-07", precision: "month", summary: "晋升为团队负责人" },