PRODUCT-TOUR SCREEN PROVENANCE ============================== Captured: 2026-07-20 (SPEC.md Wave-2 Item 7b — authentic-demo-media discipline) Every image in this directory is a REAL screenshot of the running CatchyProposals product. No mockups, no composites, no retouching. Method ------ 1. Seeded a THROWAWAY local database with the three demonstration properties via the repo's own seed script (real product code end-to-end): node scripts/seed-demo-properties.mjs --db /tmp/cp-l4-tour.db The seeded workspace is the "Saltwind & Cedar Resort" demonstration property (a sample property imagined by CatchyProposals; the seeded persona "Mara Ellison, Owner" and the planner correspondence are part of the same demonstration fixture). Zero real-client data. 2. Served the working tree with `next dev` on localhost:4631 with CATCHYVOICE_DB_PATH pointed at the throwaway DB. 3. Drove the real admin flow with Playwright (chromium, 1440x900 viewport, deviceScaleFactor 2) and captured viewport screenshots: capture scripts: /tmp/cp-l4-cap/drive-tour.mjs, /tmp/cp-l4-cap/retake4.mjs (same proven pattern as /tmp/cp-a1-cap/drive*.mjs) Frames ------ 01-dashboard.png 2880x1800 The hotel dashboard after sign-in: today strip, pipeline counts, the seeded active proposal. 02-rfp-drop.png 2880x1800 /proposals/new "PASTE TEXT" tab with a demonstration RFP email pasted in (synthetic planner correspondence from the demo fixture). 03-review.png 2880x1800 The parse-review step after "Read this text": "Here's what we found" extraction plus "Confirm the draft facts" round-trip questions. No proposal was created by this capture run. 04-send-gate.png 2880x1800 The pre-send quality gate on the dashboard card: "Hotel approvals: 6/6 cleared" with the per-role approval chips, plus the follow-up recommendation strip above the pipeline. 05-analytics.png 2880x1800 The buyer-engagement panel showing real tracked activity (page view + section view) generated by actually opening the seeded proposal's private buyer link in the same capture session. Truth notes ----------- - All five frames show the same seeded demonstration workspace; the page that displays them labels them as demonstration-property screens. - The activity in 05 is genuinely tracked by the product's view-tracking pipeline during this capture session — not fabricated data.