Scaffolds the convoy file for the next sequential convoy in
.convoys/ship-readiness.md's launch sequence (step 10). The
infra prerequisites have already shipped:
- bump-next-js (e57ea17) — Vercel previews actually deploy
- fix-vercel-deployment-protection-in-ci (9a3e077) — wait-action
healthcheck reaches 200; BASE_URL and VERCEL_AUTOMATION_BYPASS_SECRET
already exported to the test step's env: in both workflows
What remains is small and well-bounded: add @playwright/test to
devDependencies, scaffold playwright.config.js with two projects
(smoke + visual), decide what to do with the existing
tests/smoke/app.smoke.spec.ts (which is .ts in a JS-only repo —
Decision A queued for architect), and put a trivial visual baseline
in place so the screenshot workflow has something to do on first run.
6 decisions queued for architect ratification (TS vs JS spec,
fail-loud vs warn-and-continue on missing secret, project shape,
visual baseline strategy, lint coverage for tests/, local-test
script ergonomics). No operator action required — all secrets
and env vars are already wired.
Co-authored-by: Cursor <cursoragent@cursor.com>