feat(rectification): 出卡加精度门槛,补经历改成系统点名
Independent Staging Quality Gate / validate (push) Failing after 6m28s
Independent Staging Quality Gate / publish (push) Skipped

宽度超过 10 分钟或头名并列时不再出交付卡,改为按大运边界逐条问、
用类型芯片和年/月选择器录入。跳过的线换问法再问一次;答「这类事
都没有过」的不再问。用户说「没有了」仍立刻给目前范围。Skill 10.0.27。

BUG-740~743
This commit is contained in:
jesse-ux
2026-09-16 18:35:27 +08:00
parent 317e9f1886
commit cfb41daf3d
75 changed files with 4763 additions and 383 deletions
@@ -688,6 +688,7 @@ def build_refinement_packet(
"precision_stage": {"current": "block_scan"},
"oos_blind_prompts": [],
"discriminating_event_probes": [],
"guided_collect_windows": [],
"event_clarification_probes": [],
"evidence_collection_probes": [],
"candidate_contrast_opportunities": [],
@@ -708,6 +709,7 @@ def build_refinement_packet(
discriminating_event_probe_set,
event_clarification_probes,
evidence_collection_probes,
guided_collect_windows,
prospective_event_windows,
)
grid_times = list(built.get("candidate_times") or candidate_times)
@@ -731,6 +733,11 @@ def build_refinement_packet(
)
probes = bundle["probes"]
dropped = list(bundle["dropped"])
windows = guided_collect_windows(
request,
built,
candidate_times=probe_times,
)
clarification = event_clarification_probes(request)
collection = evidence_collection_probes(request)
if probe_times == grid_times:
@@ -783,6 +790,7 @@ def build_refinement_packet(
"precision_stage": stage,
"oos_blind_prompts": oos_blind_prompts(request),
"discriminating_event_probes": probes,
"guided_collect_windows": windows,
"event_clarification_probes": clarification,
"evidence_collection_probes": collection,
"candidate_contrast_opportunities": opportunities,