Add workbench logo to the top of the README - #66
Merged
Conversation
Adds the full workbench logo (bench mark + wordmark) at docs/img/workbench-logo.png and renders it centered above the badges. The source is the same asset the website uses for its hero and Open Graph image (wbcli-web public/workbench-banner-2.png), downscaled from 2436px to 1000px wide. That keeps the file at 424K, under the repo's 500K check-added-large-files cap, while staying sharp at the 600px display width. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
The logo includes the workbench wordmark, so the "# Workbench" heading directly beneath it was redundant. Badges now follow the logo. 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.
Puts the full workbench logo at the top of the README, in place of the text title.
Changes
docs/img/workbench-logo.png(new) — the full logo: bench mark plus wordmark. Source is the same asset the website uses for its hero and Open Graph image (wbcli-webpublic/workbench-banner-2.png).README.md— centered<img>block at the very top, followed directly by the badge row. The# Workbenchheading is removed: the logo carries the wordmark, so the heading was redundant.Notes
check-added-large-files500K cap while staying sharp at the 600px display width. (At 1200px it was 604K and the pre-commit hook rejected it.)pyproject.tomldeclares noreadmefield, so the README isn't published as PyPI long_description and there's no absolute-URL requirement.alt="workbench"text is what carries the name for screen readers and for any renderer that doesn't load the image.docs/img/is new; it sits alongside the existingdocs/design/.Verification
uv run pytest -q— 1203 passed, 89.48% coverage (gate is 70%).tests/test_docs.pyasserts README structure (69 tests) and passes; nothing there depended on the# Workbenchheading.check-added-large-files.🤖 Generated with Claude Code