docs: remove references to deleted OpenClaw REST facade (port 8004)

Update all documentation to reflect removal of OpenClaw REST service:
- README.md, README_zh.md: remove service table entry
- deploy/README.md: update port range 8000-8003
- services/README.md: remove 8004 references and service list
- docs/compat-removal-plan.md: remove REST surface mention
- docs/current-architecture.md: remove service reference
- docs/legacy-inventory.md: simplify to WebSocket-only description

Follow-up to: refactor(openclaw): remove REST facade
This commit is contained in:
2026-04-02 11:13:34 +08:00
parent ecc7623093
commit fd71ee5e57
7 changed files with 4 additions and 77 deletions

View File

@@ -61,7 +61,7 @@ backward-compatible behavior while migration settles.
- OpenClaw currently appears through two different shapes:
- WebSocket gateway integration on `:18789`
- optional REST surface at `backend.apps.openclaw_service` on `:8004`
- These are both valid, but they are not the same surface and should not be
documented as interchangeable.