Fix incorrect Admin.Web/OpenClaw.Web references in tutorials and docs#52
Merged
Fix incorrect Admin.Web/OpenClaw.Web references in tutorials and docs#52
Conversation
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>
Agent-Logs-Url: https://github.com/devstress/My3DLearning/sessions/db2e2418-dbdd-49b0-baa2-fb4f105e785a Co-authored-by: devstress <30769729+devstress@users.noreply.github.com>
Agent-Logs-Url: https://github.com/devstress/My3DLearning/sessions/4bfc6c82-3a01-4d3d-a0cd-63d5f3aae2ac Co-authored-by: devstress <30769729+devstress@users.noreply.github.com>
Agent-Logs-Url: https://github.com/devstress/My3DLearning/sessions/5ae89aff-df35-45dc-b00e-cfd63d26f4be Co-authored-by: devstress <30769729+devstress@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
devstress
April 6, 2026 02:00
View session
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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)
PlaywrightTests descriptions (README, developer-setup, tutorial 02)
AdminDashboardTests.cshas 11 tests,OpenClawUiTests.cshas 13 → 24 total