xworkmate-app/docs
Haitao Pan 0dd8a05650 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
..
ai-context fix: align OpenClaw task key flow 2026-06-06 13:56:03 +08:00
architecture fix: prioritize managed bridge sync state 2026-06-16 06:20:13 +08:00
cases docs(cases/06): correct root cause — plugin not loaded, not protocol drift 2026-06-26 23:08:01 +08:00
codex-integration chore: retire rust ffi scaffold 2026-06-06 12:00:13 +08:00
compliance/dsa-trader-identity chore: add ios release verification assets 2026-05-25 08:54:48 +08:00
feature Fix gateway routing when provider catalog is empty 2026-04-16 13:54:33 +08:00
howto Refactor bridge runtime routing 2026-04-21 16:28:26 +08:00
plans chore: retire rust ffi scaffold 2026-06-06 12:00:13 +08:00
quality docs: consolidate core integration cases 2026-04-05 18:24:10 +08:00
releases Release v1.1.3 2026-05-27 15:10:07 +08:00
reports chore: retire rust ffi scaffold 2026-06-06 12:00:13 +08:00
runbooks Remove managed local bridge mode 2026-04-12 22:09:20 +08:00
security Remove managed local bridge mode 2026-04-12 22:09:20 +08:00
testing test,docs: fix all stale references to deleted multi-agent subsystem 2026-06-04 06:31:45 +00:00
README_TESTING.md Remove Patrol from macOS package 2026-06-05 21:47:08 +08:00
xworkmate-app-core-functional-test-plan-v1.md Remove OpenClaw direct ACP route 2026-05-26 11:06:22 +08:00