fix(doctor): point Codex asset warning at migrate plan#85324
Conversation
|
Codex review: needs real behavior proof before merge. Latest ClawSweeper review: 2026-05-22 12:12 UTC / May 22, 2026, 8:12 AM ET. Workflow note: Future ClawSweeper reviews update this same comment in place. How this review workflow works
Summary Reproducibility: yes. from source inspection and the linked release report. Both the old dry-run form and the new PR rating Rank-up moves:
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 Risk before merge
Maintainer options:
Next step before merge Security Review findings
Review detailsBest possible solution: Keep the canonical Do we have a high-confidence way to reproduce the issue? Yes, from source inspection and the linked release report. Both the old dry-run form and the new Is this the best way to solve the issue? No. Updating the command spelling is a useful part of the cleanup, but the maintainable fix must make the doctor guidance provider-availability-aware before recommending a Codex migration command. Label justifications:
Full review comments:
Overall correctness: patch is incorrect What I checked:
Likely related people:
Codex review notes: model gpt-5.5, reasoning high; reviewed against ebfb834dcdad. |
|
ClawSweeper PR egg 🎁 Pass real behavior proof to wake the egg and unlock a hatchable treat. Where did the egg go?
|
fc5de0c to
b50f2db
Compare
Summary
openclaw migrate plan codex, the registered preview command for provider migrations.Verification
Behavior addressed:
openclaw doctorno longer recommends the stale/ambiguousopenclaw migrate codex --dry-runform for Codex asset inventory.Real environment tested: local macOS source checkout.
Exact steps or command run after this patch:
node scripts/run-vitest.mjs src/commands/doctor/shared/codex-native-assets.test.ts;git diff --check;.agents/skills/autoreview/scripts/autoreview --mode localEvidence after fix: the Codex native asset warning test now expects the canonical
openclaw migrate plan codexcommand.Observed result after fix: focused test passed, diff check passed, autoreview reported no accepted/actionable findings.
What was not tested: live doctor run against a real Codex home.
Fixes #84948