Add generated README hero art (banner, terminal demo, architecture diagram) - #22
Merged
Conversation
Three SVGs under assets/readme/ (banner, captured terminal demo, architecture diagram) emitted by deterministic generators in .github/scripts/readme-art/. The demo transcript is captured live CLI output with provenance documented in transcript.mjs. CI byte-compares the committed SVGs against a fresh render so the art can never silently drift from its source.
BenMcGit
force-pushed
the
feat/readme-hero-art
branch
from
July 31, 2026 15:17
a6b1e15 to
b56f19e
Compare
BenMcGit
marked this pull request as ready for review
July 31, 2026 15:19
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.
What
Rendered README: https://github.com/zapier/sdk/blob/feat/readme-hero-art/README.md — the point of this PR is how it looks.
list-actions, thenrun-actionfinding this very repo@zapier/zapier-sdk→ Zapier platform (OAuth grants) → the app catalog, withsdk.fetchas the escape hatchHow it's built
.github/scripts/readme-art/(plain Node.mjs, matching the existing scripts), deterministic to the byte — seeded PRNG only, no timestampsnpm run generate:readme-artregenerates;generate:readme-art:checkbyte-compares and now gates every PR invalidate.yml(no credentials needed, forks included)transcript.mjs; the connection id is masked, and stderr update-notifier noise omitted<img>on GitHub), self-contained dark card so it reads well in both page themes, resting state is the full transcriptNotes for review
.github/scripts/README.mdandAGENTS.mdupdated to describe the new check🤖 Generated with Claude Code