xworkmate-app/docs/cases
Haitao Pan 03e0afa847 docs(cases/06): correct root cause — plugin not loaded, not protocol drift
Live verification disproved the earlier "xworkmate.* protocol namespace drift"
conclusion. The xworkmate.* gateway methods are REAL — registered at runtime by
the openclaw-multi-session-plugins plugin (index.ts registerGatewayMethod). The
actual failure: the running OpenClaw gateway did not load that plugin because its
source path was the ephemeral /private/tmp/openclaw-multi-session-plugins/... and
the gateway booted (09:21) ~9h before those files were populated (18:40), so it
started with 5 plugins (no multi-session) and every xworkmate.* returned
"unknown method". Restarting the gateway loads 6 plugins and the methods work
(errors shift to plugin-level param validation).

Changes:
- Add a corrected conclusion banner up top distinguishing the primary root cause
  (plugin load) from the T1-T9 robustness hardening.
- Replace the wrong "protocol drift / native alignment" section with the
  plugin-not-loaded root cause + evidence + the abandoned-branch note
  (fix/gateway-task-protocol-alignment must NOT be merged).
- Fix failure-row 10, T13 (runtime-state check now covers gateway plugin load),
  and the landing-order to put the plugin fix as step 0.
- Cross-reference openclaw-gateway-e2e-regression/ROOT_CAUSE_ANALYSIS.md (which
  was already correct about the 4-layer chain).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-26 23:08:01 +08:00
..
openclaw-gateway-e2e-regression feat: add explicit gateway task case hints for openclaw-gateway-e2e-regression 2026-06-17 16:00:54 +08:00
service-mesh-evolution-video-scenario Polish assistant UI and add Service Mesh video case 2026-05-25 13:43:00 +08:00
00-review-env-and-matrix.md chore: update macOS deployment target to 14.0 and commit pending changes 2026-06-25 09:52:33 +08:00
01-ai-news-markdown.md chore: update macOS deployment target to 14.0 and commit pending changes 2026-06-25 09:52:33 +08:00
02-image-to-video.md chore: update macOS deployment target to 14.0 and commit pending changes 2026-06-25 09:52:33 +08:00
03-seven-continuous-images.md chore: update macOS deployment target to 14.0 and commit pending changes 2026-06-25 09:52:33 +08:00
04-multi-platform-copy-matrix.md chore: update macOS deployment target to 14.0 and commit pending changes 2026-06-25 09:52:33 +08:00
05-chapter-to-graphic-pdf.md chore: update macOS deployment target to 14.0 and commit pending changes 2026-06-25 09:52:33 +08:00
06-gateway-turn-stability-and-robustness.md docs(cases/06): correct root cause — plugin not loaded, not protocol drift 2026-06-26 23:08:01 +08:00
cloud-account-and-bridge-manual-cases.md chore: update macOS deployment target to 14.0 and commit pending changes 2026-06-25 09:52:33 +08:00
codex-goal-stability.md chore: update macOS deployment target to 14.0 and commit pending changes 2026-06-25 09:52:33 +08:00
core-integration-manual-cases.md docs(cases): clean up test cases — remove ai-security-evolution scenario, fix issues 2026-06-04 06:13:38 +00:00
README.md chore: update macOS deployment target to 14.0 and commit pending changes 2026-06-25 09:52:33 +08:00

核心集成测试 Cases

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

当前入口

配套文档

使用建议

推荐顺序:

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

维护边界

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