# 2026-06-08 字段级补齐核对表纳入最新表单索引 ## 问题 - `intake-field-checklist-latest/intake-field-checklist.md` 已经能按行号和字段列出真实材料缺口。 - 但商务最常打开的是 `latest-form-index-latest/latest-form-index.md`,之前该入口只展示补证表单、候选名单、负责人行动文件和修复清单,字段级核对表不在“当前可用文件”里。 - 这会让商务知道“要补历史数据/视频资源”,但还要额外找目录才能知道具体补哪一行、哪一列。 ## 本轮修正 - 更新 `scripts/latest-form-index.js`: - 新增 `intakeFieldChecklist` 摘要字段。 - 读取 `outputs/intake-field-checklist-latest/intake-field-checklist-summary.json`。 - 在最新表单索引的“当前可用文件”中新增“真实材料字段级补齐核对表”。 - 展示当前 `itemCount`、`missingRequiredCount` 和 `placeholderCount`,并明确它不等同于客户效果证明。 - 更新 `scripts/latest-form-index-smoke.js`: - 增加 summary 和 Markdown 报告断言,确保 `intake-field-checklist.md` 与 `intake-field-checklist.csv` 不会从最新入口中丢失。 ## 已验证 - `node --check scripts\latest-form-index.js` 通过。 - `node --check scripts\latest-form-index-smoke.js` 通过。 - `npm.cmd run latest-form:index:smoke` 通过。 - `npm.cmd run round:refresh -- --output-root outputs --strict` 通过: - `latest-form-index-latest/latest-form-index.md` 已展示 `outputs/intake-field-checklist-latest/intake-field-checklist.md`。 - 字段级核对表当前显示 `itemCount=25`、`missingRequiredCount=8`、`placeholderCount=17`。 - `round-deposition.passCount=69`。 - `round-deposition.failCount=0`。 - `optimization-status.complete=false`。 - `proof-gap-closure.openCount=5`。 - `npm.cmd run acceptance` 通过。 - `npm.cmd run hygiene:smoke` 通过:`scannedFiles=133`,`hitCount=0`。 ## 当前边界 - 本轮提升的是商务补料入口的精确度,不证明真实客户命中率、客户选中率或人工补号减少。 - 当前字段级核对表仍显示缺必填和占位内容,说明真实材料仍未补齐。 - 当前仍缺真实历史 Brief、真实候选视频资源、真实视频 A/B live proof、真实 live/provider 长跑证明和客户效果审计材料。 - 当前 `optimization-status.complete=false`,`proof-gap-closure.openCount=5`,长期优化目标仍不能标记完成。