Files
isphere-ai-bridge/docs/reports/2026-07-10-business-goals-smoke.md
2026-07-11 00:42:45 +08:00

31 lines
1.8 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.
# 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。
数字员工还不能使用:生产发消息、真实下载文件、生产发文件。