Skip to content

Fix incorrect Admin.Web/OpenClaw.Web references in tutorials and docs#52

Merged
devstress merged 4 commits intomainfrom
copilot/test-tutorials-for-clarity
Apr 6, 2026
Merged

Fix incorrect Admin.Web/OpenClaw.Web references in tutorials and docs#52
devstress merged 4 commits intomainfrom
copilot/test-tutorials-for-clarity

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 6, 2026

Tutorial 41 incorrectly described OpenClaw.Web as proxying through Admin.Api — that's Admin.Web's architecture. OpenClaw.Web talks directly to Loki/Ollama/RagFlow. PlaywrightTests descriptions also only mentioned OpenClaw UI despite covering both web projects.

OpenClaw.Web resilience table (tutorial 41)

  • Replaced incorrect "proxies all data through Admin.Api" with actual dependency graph
  • Resilience scenarios now reflect the real services: Loki, Ollama, RagFlow
  • Updated exam Q2 wording to match

PlaywrightTests descriptions (README, developer-setup, tutorial 02)

  • AdminDashboardTests.cs has 11 tests, OpenClawUiTests.cs has 13 → 24 total
  • Updated all three project structure listings from "OpenClaw UI (13 tests)" to "Admin dashboard & OpenClaw UI (24 tests)"

Copilot AI and others added 4 commits April 6, 2026 00:39
Tutorial 13 (Routing Slip):
- Fix RoutingSlipStep constructor calls: pass Dictionary as named
  'Parameters:' argument instead of positional (which would incorrectly
  bind to 'DestinationTopic' string parameter and fail to compile)
- Fix file path reference from src/Processing.Routing/RoutingSlip.cs
  to src/Contracts/RoutingSlip.cs (correct location)

Tutorial 14 (Process Manager):
- Fix file path reference from src/Workflow.Temporal/AtomicPipelineWorkflow.cs
  to src/Workflow.Temporal/Workflows/AtomicPipelineWorkflow.cs (correct location)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Co-authored-by: devstress <30769729+devstress@users.noreply.github.com>
@devstress devstress marked this pull request as ready for review April 6, 2026 02:01
@devstress devstress merged commit 5129716 into main Apr 6, 2026
2 checks passed
@devstress devstress deleted the copilot/test-tutorials-for-clarity branch April 6, 2026 02:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants