Uh oh!
There was an error while loading. Please reload this page.
Conversation
The wave pose: one arm high, a real black-and-white chequered flag, wind strokes in the package green. Accent #2FAE4E: 6.63 vs the dark card #100F12 (family band 5.00-7.25), 5.38 for its 30%-darkened form #217A37 vs white.
There was a problem hiding this comment.
Pull request overview
Adds the new “chequered-flag beet” project logo to the repository docs and surfaces it in the README header, following the established asset pattern used by sibling projects.
Changes:
- Add three logo SVG assets in
docs/public/(dark master + dark copy + light variant). - Add the logo image to the top of
README.mdfor GitHub rendering. - Add a design spec and an implementation plan under
docs/superpowers/to document the asset decisions and reproduction steps.
Reviewed changes
Copilot reviewed 3 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Adds a centered header <img> referencing the new logo asset. |
| docs/superpowers/specs/2026-08-12-logo-design.md | Documents the approved logo concept, geometry, and color/contrast constraints. |
| docs/superpowers/plans/2026-08-12-logo.md | Provides an implementation checklist for generating/verifying the SVG assets (needs minor cleanup to avoid agent-specific text and local absolute paths). |
| docs/public/logo.svg | Adds the dark-canvas master logo SVG. |
| docs/public/logo-dark.svg | Adds the dark variant copy intended to be byte-identical to logo.svg. |
| docs/public/logo-light.svg | Adds the light-canvas variant with only canvas-dependent color differences. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+13
to
+14
| - Work in the worktree `/Users/btravers/Projects/btravstack/start-feat-logo`, branch `feat/logo`. Never touch the main checkout at `/Users/btravers/Projects/btravstack/start`. | ||
| - Scratch files (harness HTML, screenshots) go in `/private/tmp/claude-501/-Users-btravers-Projects-btravstack-btravstack-github-io/8916e66d-181d-44ba-9bb0-cf72dfb89dd1/scratchpad`, never in the repo. |
| @@ -0,0 +1,308 @@ | |||
| # start Logo (Chequered-Flag Beet) Implementation Plan | |||
| > **For agentic workers:** REQUIRED SUB-SKILL: Use superpowers:subagent-driven-development (recommended) or superpowers:executing-plans to implement this plan task-by-task. Steps use checkbox (`- [ ]`) syntax for tracking. | |||
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 freeto 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 wave pose: the chibi beet thrusts one arm high and waves a real black-and-white chequered racing flag, wind strokes in the package green trailing the cloth.
docs/public/logo.svg— dark-canvas master (byte-identical tologo-dark.svg)docs/public/logo-light.svg— only canvas-dependent values differ (pole grey, check values)<img>, di's exact patternAccent
#2FAE4E: contrast 6.63 vs the dark card#100F12(family band 5.00–7.25), 5.38 for its 30%-darkened form#217A37vs white. Verified headlessly at 108/32/16 px on both canvases — the flag reads as a flag, not a third leaf, at favicon size.Design spec and implementation plan are included under
docs/superpowers/. Out of scope, deliberately: landing integration (start-{light,dark}.svg,--pkg-starttoken, panel), og image, docs site.