docs: update readme banner to current brand card - #1206
Merged
Conversation
Marketing asked to retire the "now open source" framing from the README hero, so the banner is now the plain Minimal brand card carrying the "Build software you can trust" tagline. The alt text is updated to match the new artwork. The card is encoded as lossless WebP at the existing path, so every reference to docs/public/readme-banner.webp keeps resolving. It is 1280x640 where the previous artwork was 2560x1280; the 2:1 aspect ratio is unchanged, so the width="880" render is unaffected. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
📝 WalkthroughWalkthroughThe README banner alternative text now describes Minimal as “build software you can trust” instead of “now open source.” ChangesREADME banner description
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
The previous banner shipped 2560x1280; the replacement was a 1x 1280x640 export, which renders soft on retina at the README's width=880. Re-export at 2x and encode lossy WebP q90 (92KB, matching the old file's footprint) instead of lossless (433KB). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01P1rSh3SxQHyeraReefJ2n3
mitodrummer
enabled auto-merge (squash)
August 12, 2026 01:36
twitchyliquid64
approved these changes
Aug 12, 2026
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.
Updates the README banner to the current Minimal brand card at the request of marketing, replacing artwork whose "now open source" framing we no longer want to lead with. The new card carries the wordmark and the "Build software you can trust" tagline; the image alt text is updated to match. The artwork is encoded as lossless WebP at the existing
docs/public/readme-banner.webppath, so every reference keeps resolving, and the 2:1 aspect ratio is unchanged so the rendered banner is the same size as before.🤖 Generated with Claude Code
Note
Update README banner image and alt text to current brand
Replaces the banner image in README.md with an updated
readme-banner.webpasset and changes the alt text from 'Minimal: now open source — github.com/gominimal/minimal' to 'Minimal — build software you can trust'.Macroscope summarized a150b8e.
Summary by CodeRabbit