deerflow2/.planning/phases/02-thread-and-skills-logic-.../02-UAT.md

43 lines
1003 B
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.

---
status: complete
phase: 02-thread-and-skills-logic-reconciliation
source:
- 02-SUMMARY.md
started: "2026-04-07T05:01:14Z"
updated: "2026-04-07T05:05:39Z"
---
## Current Test
[testing complete]
## Tests
### 1. 新会话路由语义(无 isnew 参数)
expected: 打开 /workspace/chats/new 后创建新会话,且流程不依赖 isnew 查询参数。
result: pass
### 2. 线程页 thread_id 路由保持稳定
expected: 进入 /workspace/chats/[thread_id] 能稳定加载对应会话,切换线程不触发旧双分支逻辑。
result: pass
### 3. Skills bootstrap 合同归一content_ids 主合同)
expected: skills bootstrap 请求以 content_ids 为主;仅传 content_id 时也能被兼容归一为 content_ids。
result: pass
### 4. 回归保护可执行
expected: 核心单测可运行通过E2E 在服务可用时应通过,不可用时应明确报错而非静默失败。
result: pass
## Summary
total: 4
passed: 4
issues: 0
pending: 0
skipped: 0
blocked: 0
## Gaps