fix(rectification): anchor candidate windows to civil dates across midnight
Independent Staging Quality Gate / validate (push) Successful in 13m27s
Independent Staging Quality Gate / publish (push) Failing after 1h0m1s

Carry explicit local date intervals instead of inferring the day from clock
order. Cluster width, delivery, adoption, and reports keep the actual civil
date; adopted date is stored separately from the reported birth_date.

Algorithm identity is scoring-9 / spec-v5. Scoring weights, confirmation
thresholds, and Skill version are unchanged. Isolated Linux final-3 gates
passed; four pre-existing Python failures remain. This is not a production
release.
This commit is contained in:
jesse-ux
2026-09-21 02:55:00 +08:00
parent 3be740f84d
commit b85c4a686a
115 changed files with 106484 additions and 315 deletions
@@ -0,0 +1,72 @@
{
"provenance": {
"kind": "unmocked_native_static_contexts",
"facts": "explicitly_fictional",
"generator": "compute_candidate_static_contexts -> lagna_contrast"
},
"request": {
"birth_date": "2000-03-01",
"start_time": "23:58",
"end_time": "12:02",
"lat": 0.0,
"lon": 0.0,
"tz": 0.0,
"candidate_intervals": [
{
"start_at": "2000-02-29T23:58",
"end_at": "2000-03-01T00:02"
},
{
"start_at": "2000-03-01T12:00",
"end_at": "2000-03-01T12:02"
}
],
"events": [
{
"id": "00000000-0000-4000-8000-000000000001",
"domain": "career",
"event_kind": "career_entry",
"date_start": "2020-01-01",
"date_end": "2020-01-01",
"precision": "day",
"summary": "Fictional career entry for date-contract testing"
}
]
},
"lagna_contrast": {
"intervals": [
{
"start": "23:58",
"end": "00:02",
"d1_lagna_index": 7,
"segment_index": 0,
"start_at": "2000-02-29T23:58",
"end_at": "2000-03-01T00:02",
"lagna": "天蝎座",
"lords": {
"l1": "火星",
"l4": "土星",
"l7": "金星",
"l10": "太阳"
}
},
{
"start": "12:00",
"end": "12:02",
"d1_lagna_index": 1,
"segment_index": 1,
"start_at": "2000-03-01T12:00",
"end_at": "2000-03-01T12:02",
"lagna": "金牛座",
"lords": {
"l1": "金星",
"l4": "太阳",
"l7": "火星",
"l10": "土星"
}
}
],
"user_meaning": "窗口里出现两段本命上升:2000-02-29 23:58–2000-03-01 00:02 为天蝎座,2000-03-01 12:00–2000-03-01 12:02 为金牛座。可并列 D9/D10 类型表作校时方法,不是命运承诺,也不能确认唯一分钟。",
"unique_minute_claim": false
}
}