test: add end-to-end business goals smoke
This commit is contained in:
30
docs/reports/2026-07-10-business-goals-smoke.md
Normal file
30
docs/reports/2026-07-10-business-goals-smoke.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# Business Goals Smoke - 2026-07-10
|
||||
|
||||
## 业务目标状态
|
||||
|
||||
| 目标 | 当前状态 | 说明 |
|
||||
| --- | --- | --- |
|
||||
| 搜索联系人 | 可用 | MCP smoke 证明配置化 fixture 下可返回联系人候选。 |
|
||||
| 搜索群组 | 可用 | MCP smoke 证明配置化 fixture 下可返回群组候选。 |
|
||||
| 收消息 | 基础可用 | PacketReader/log-backed 默认路线和显式 MsgLib 路线已存在;R12 增加对账辅助但未改变默认路由。 |
|
||||
| 发消息 | preview 可用,生产阻断 | isphere_send_message 可规划发送并做审计/idempotency;两个 returned sent-record 包仍未给出机器可验证 sent-record。 |
|
||||
| 收文件 | list 可用,download 阻断 | isphere_receive_files 可列文件,download preview 返回机器可读阻断原因;真实下载缺少 cache mapping 和 copy gate。 |
|
||||
| 发文件 | preview 可用,生产阻断 | isphere_send_file 可做 allowed-dir 文件 SHA256/size preview;真实上传缺少返回包/上传连接器证据。 |
|
||||
|
||||
## Smoke 输出摘要
|
||||
|
||||
```json
|
||||
{"search_contacts_ready":true,"search_groups_ready":true,"receive_messages_ready":true,"send_message_preview_ready":true,"send_message_production_ready":false,"receive_files_list_ready":true,"receive_files_download_ready":false,"receive_files_download_preview_blocked":true,"send_file_preview_ready":true,"send_file_production_ready":false}
|
||||
```
|
||||
|
||||
## 剩余业务阻断
|
||||
|
||||
- 发消息生产:缺少严格机器 sent-record/content-hash after 证据。
|
||||
- 收文件下载:缺少真实 cache mapping 和 copy gate。
|
||||
- 发文件生产:缺少 upload connector 和 returned file-send evidence。
|
||||
|
||||
## 结论
|
||||
|
||||
数字员工现在可使用:搜索联系人、搜索群组、收消息基础读取、收文件列表、发消息 preview、发文件 preview。
|
||||
|
||||
数字员工还不能使用:生产发消息、真实下载文件、生产发文件。
|
||||
Reference in New Issue
Block a user