Files
mnote/bugs/10-review/done/10-20-testing-reference-missing-new-smokes-v1.md
T
lix-2026 1882db7681 收口 MNote P0 P1 P2 审查尾项
- 归档 OnlyOffice live bridge、Page AI、mindmap、design governance 与相关 bug 条目
- 补齐 MinerU OCR 后端 runtime 合同与 smoke/test 基线
- 收口 ChatOnly/Doubao、ObjectIdentity、Page Aggregate compat 与 runtime owner 文档口径

验证:
- cargo test --manifest-path rust/Cargo.toml -p mnote-web local_ocr -- --test-threads=1
- cargo test --manifest-path rust/Cargo.toml -p mnote-web onlyoffice_bridge -- --test-threads=1
- git diff --check
- git diff --cached --check
- codegraph index . --force && codegraph status .
- codegraph sync . && codegraph status .
2026-06-01 09:29:12 +08:00

50 lines
2.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 10-20 新增 smoke 未及时进入 TESTING_REFERENCE
## 状态
- 状态:done
- Owner10-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`