50 lines
2.1 KiB
Markdown
50 lines
2.1 KiB
Markdown
# 10-20 新增 smoke 未及时进入 TESTING_REFERENCE
|
||||
|
|
|
|||
|
|
## 状态
|
|||
|
|
|
|||
|
|
- 状态:done
|
|||
|
|
- Owner:10-review / smoke governance
|
|||
|
|
- 发现时间:2026-05-31
|
|||
|
|
|
|||
|
|
## 现象
|
|||
|
|
|
|||
|
|
近期新增的 Page AI / mindmap / ChatOnly smoke 未及时进入 `scripts/TESTING_REFERENCE.md`。该文件是当前 smoke 分类与默认基线的权威入口,缺失会导致新增能力线没有明确验证入口。
|
|||
|
|
|
|||
|
|
## 证据
|
|||
|
|
|
|||
|
|
本轮发现时,`scripts/TESTING_REFERENCE.md` 未收录:
|
|||
|
|
|
|||
|
|
- `scripts/task503-mindmap-skill-capability-smoke.js`
|
|||
|
|
- `scripts/task504-page-ai-history-agent-filter-smoke.js`
|
|||
|
|
- `scripts/task512-chatonly-doubao-sync-smoke.js`
|
|||
|
|
- `scripts/task513-chatonly-provider-sync-smoke.js`
|
|||
|
|
|
|||
|
|
## 本轮处理
|
|||
|
|
|
|||
|
|
已把上述 smoke 补入 `scripts/TESTING_REFERENCE.md`:
|
|||
|
|
|
|||
|
|
- `task503` 归入资源对象与 mindmap / Page AI mindmap skill。
|
|||
|
|
- `task504` 归入 Page AI history / agent filter。
|
|||
|
|
- `task512`、`task513` 归入 ChatOnly / provider session 绑定。
|
|||
|
|
- 另补入本轮新增的 `task514-sidebar-dev-hot-reload-gating-smoke.js`、`task515-onlyoffice-live-scope-http-smoke.js`、`task516-onlyoffice-bridge-multisession-browser-smoke.js`。
|
|||
|
|
|
|||
|
|
## 剩余问题
|
|||
|
|
|
|||
|
|
本轮已实跑:
|
|||
|
|
|
|||
|
|
- `node scripts/task503-mindmap-skill-capability-smoke.js`
|
|||
|
|
- `node scripts/task504-page-ai-history-agent-filter-smoke.js`
|
|||
|
|
- `node scripts/task512-chatonly-doubao-sync-smoke.js`
|
|||
|
|
- `node scripts/task514-sidebar-dev-hot-reload-gating-smoke.js`
|
|||
|
|
- `node scripts/task515-onlyoffice-live-scope-http-smoke.js`
|
|||
|
|
- `node scripts/task516-onlyoffice-bridge-multisession-browser-smoke.js`
|
|||
|
|
- `node scripts/task513-chatonly-provider-sync-smoke.js deepseek`
|
|||
|
|
- `node scripts/task513-chatonly-provider-sync-smoke.js gemini`
|
|||
|
|
|
|||
|
|
当前 smoke reference 缺项已补齐并实跑。后续若新增 smoke,需要继续按本文件规则同步 `scripts/TESTING_REFERENCE.md`。
|
|||
|
|
|
|||
|
|
## 验收
|
|||
|
|
|
|||
|
|
- `rg -n "task503|task504-page-ai-history|task512|task513" scripts/TESTING_REFERENCE.md` 能命中新条目。
|
|||
|
|
- `task513-chatonly-provider-sync-smoke.js deepseek` 与 `task513-chatonly-provider-sync-smoke.js gemini` 已实跑通过,并已写回 `design/07-ai/done/7-44-chatonly-doubao-session-binding-v1.md`。
|