fix/spawner-get-task-info-must-haves
根因:_get_task_info 只 SELECT id, title, status,漏查 must_haves。
续杯/retry 路径从返回 dict 中 .get('must_haves') 永远拿到空值,
导致 PromptContext.event_type 为空,toolchain 通知显示「事件类型: 未知」。
修复:SELECT 补 must_haves 字段。
发现方式:L1 自蒸馏端到端验证中识别到 Recurrence-Count=2 信号
sanguo_moziplus_v2
Description
Languages
Python
97.4%
TypeScript
1.9%
CSS
0.3%
Shell
0.2%
HTML
0.2%