docs: point README onboarding link to CLI wizard#84995
Conversation
|
Codex review: needs maintainer review before merge. Workflow note: Future ClawSweeper reviews update this same comment in place. How this review workflow works
Summary Reproducibility: yes. The mismatch is source-reproducible by reading README.md line 95 on current main and comparing it with the existing CLI and macOS onboarding docs. PR rating What the crustacean ranks mean
Shiny media proof means a screenshot, video, or linked artifact directly shows the changed behavior. Runtime, network, CSP, and security claims still need visible diagnostics. Real behavior proof Next step before merge Security Review detailsBest possible solution: Land the README link update as-is after normal maintainer and CI gates; no runtime, docs-nav, or migration work is needed. Do we have a high-confidence way to reproduce the issue? Yes. The mismatch is source-reproducible by reading README.md line 95 on current main and comparing it with the existing CLI and macOS onboarding docs. Is this the best way to solve the issue? Yes. Updating the single README URL is the narrowest maintainable fix because /start/wizard already exists as the CLI onboarding page and /start/onboarding is explicitly the macOS app page. Label changes:
Label justifications:
What I checked:
Likely related people:
Codex review notes: model gpt-5.5, reasoning high; reviewed against cf0657852f65. |
|
ClawSweeper PR egg ✨ Hatched: 🌱 uncommon Frosted Crabkin Hatch commandComment Hatchability rules:
Rarity: 🌱 uncommon. What is this egg doing here?
|
|
Thanks for the docs contribution. I absorbed the useful part into main in 658be7f and kept the wording aligned with the current docs/source shape instead of landing this branch directly. Proof: git diff --check; pnpm docs:list; node scripts/run-vitest.mjs src/gateway/server-plugins.test.ts (45 tests). |
Summary
/start/onboarding, which is the macOS app onboarding page, while this README section is describing the CLI setup path./start/wizard, matching the other CLI onboarding links already used in the README.Motivation
Keep first-run README navigation consistent for users following the CLI onboarding path.
Change Type (select all)
Scope (select all touched areas)
Linked Issue/PR
Real behavior proof (required for external PRs)
/start/onboarding.https://docs.openclaw.ai/start/onboarding.Root Cause (if applicable)
N/A
Regression Test Plan (if applicable)
N/A
User-visible / Behavior Changes
README readers are sent to the CLI onboarding wizard from the model note.
Diagram (if applicable)
N/A
Security Impact (required)
Yes, explain risk + mitigation: N/ARepro + Verification
Environment
Steps
README.mdonboarding links.docs/start/wizard.mdexists in the docs source.git diff --check.Expected
The README CLI onboarding reference points to
/start/wizard.Actual
The README CLI onboarding reference points to
/start/wizard.Evidence
Human Verification (required)
What you personally verified (not just CI), and how:
/start/onboardinglink in README output from the targetedrgcommand.AI assistance: this PR was prepared with Codex. I reviewed the one-line docs change and ran the verification above locally.
Review Conversations
Compatibility / Migration
Risks and Mitigations
None