From 8f42adc799ffe1f8ea7442ae44da26a752dd2a10 Mon Sep 17 00:00:00 2001 From: Josh Date: Mon, 22 Jun 2026 08:41:06 -0700 Subject: [PATCH] docs(screenshots): list capture-email.ts in the section-scripts table MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Completes the section-capture docs after merging main — capture-email.ts (Email page "Mail Client Setup") now appears alongside the other scripts. Co-Authored-By: Claude Opus 4.8 (1M context) --- tools/screenshots/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/screenshots/README.md b/tools/screenshots/README.md index 40630b6..fee78d5 100644 --- a/tools/screenshots/README.md +++ b/tools/screenshots/README.md @@ -62,6 +62,7 @@ npx tsx tools/screenshots/capture-dns.ts | `capture-admin.ts` | Server Settings tabs, admin pages | `WHP_ADMIN_USER` | | `capture-site-builder.ts` | Site Builder editor states | `WHP_USER` | | `capture-dns.ts` | Domains & DNS list, Add Domain modal, records editor, bulk toolbar | `WHP_USER` | +| `capture-email.ts` | Email page "Mail Client Setup" section (autodiscovery DNS records) | `WHP_USER` | Each script carries its own `redact()` (text-node + input-value swaps) so fleet hostnames, IPs, and customer data become neutral placeholders while brand/demo domains stay visible. Copy the closest existing script when adding a new section — match its viewport (1440×900), `deviceScaleFactor: 2`, and **read-only** discipline (open modals and tick boxes for the shot, but never save/delete/submit).