xworkmate-app/docs/cases/README.md
Haitao Pan a1f398fee7 fix(assistant): keep manual bridge usable when signed out of svc.plus
The gateway connection resolver short-circuited to "请先登录 svc.plus"
whenever the account was signed out, before checking whether a manual
bridge was configured or whether capability discovery was still running.
A saved manual bridge could therefore never be used while signed out.

- Only emit the signed-out prompt when neither an account session nor a
  manual bridge is configured (`!accountSignedIn && !bridgeConfigured`).
- Gate the sync-blocked branch on `accountSignedIn` so it no longer
  hijacks the manual-bridge discovery path.

Adds tests covering manual-bridge discovery and discovery-failure while
signed out. See docs/cases/manual-bridge-login-state/README.md.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-29 10:57:00 +08:00

1.4 KiB

核心集成测试 Cases

docs/cases/ 只保留当前项目主线需要长期维护的手动集成用例,不再承载旧的多 Agent / ARIS / 外部桥接历史 case。

当前入口

配套文档

使用建议

推荐顺序:

  1. 先看自动化规划,确认当前能力树与测试落点
  2. 再按手动 Case 执行设置页与任务线程验证
  3. 执行后把证据记录回具体测试单或验收报告

维护边界

  • 这里不再新增历史回溯型 postmortem 或旧架构演示 case
  • 与当前主线不匹配的多 Agent / ARIS / 外部 CLI bridge 案例已移除
  • 如果新增长期手动用例,必须挂到当前“设置页配置”或“任务线程”能力树下