What's wrong with this entry?
/plan share can now publish the current plan as a shareable web artifact on claude.ai, letting reviewers read the plan in a browser before the session exits.
- When a plan artifact is available, a new "Review plan as artifact" option appears alongside the existing skip option.
- While publishing, the session shows: "Publishing plan for review…"
- On success, the URL is displayed: "Review your plan: {url}"
- If the plan changes after publishing, the status updates to show "(plan changed since publish — after exiting, /plan share publishes the updated plan)"
- If publishing fails: "Couldn't publish plan — run /plan share to retry, or --debug for details."
- If the feature is unavailable: "Publishing plans isn't available right now — the plan was not published."
Status strings (search for "Publishing plan for review"); stale state (search for "plan changed since publish")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.