docs: refresh the stale screenshots the new tab made stale - #72
Merged
Conversation
The hero image showed v1.2.2 and a two-tab workspace — the Public repo tab did not exist when it was captured, which is exactly the drift the capture script's own comment warns about. Recaptured from the live deployment at v1.4.0 with all three tabs, in the house style (1440x1080, 2x, dark), and recaptured 04 the same way so the set matches. The hero caption now says what the image shows: the deployed workspace, open to anyone. The official capture script gains step 4 — the self-scan through the public tab — so the next full regeneration produces all four images consistently. That step needs no key and spends nothing; the fetch is anonymous. 02 and 03 still show the two-tab header and are left deliberately: they carry genuine live-model output, and the capture script states that regenerating them in Mock mode would show a canned explanation while claiming otherwise. They refresh the next time scripts/capture-screenshots.ps1 runs with OpenAI and GitHub configured. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The hero image showed v1.2.2 and a two-tab workspace — captured before the Public repo tab existed. The capture script's own header comment describes exactly this failure mode: hand-captured images become "a memory of what the application looked like at some point."
Changed
capture-screenshots.mjsgains step 4 — the self-scan through the public tab — so every future regeneration produces all four images consistently. The step is anonymous: no key, no spend.Deliberately not changed
02 and 03 still show the two-tab header. They carry genuine live-model output, and the capture script is explicit that a Mock regeneration "would show a canned explanation while claiming otherwise." They refresh the next time
scripts/capture-screenshots.ps1runs locally with OpenAI and GitHub configured — a few cents, one command.