The deploy-config bootstrap parsed "Production URL: https://x.com" with
sed 's/.*: *//', which cuts at the LAST colon — the one in "https:" —
yielding "//x.com". Cut at the first ": " instead (s/^[^:]*: *//).
Resolver only; the generated land-and-deploy/SKILL.md regenerates from
this source in the docs lane.
Contributed by @briascoi (PRs #2555/#2493).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>