Conversation
The beet as the ID photo on its own record -- identity, validated (the stamp carries a check, which is literally what `make` does), on a landscape card silhouette no sibling uses. Beet palette byte-identical to the family; the ink pair is #33262C/#9C8894, inverting rather than brightening in dark mode since a near-black card cannot brighten on a dark ground. The README header mirrors unthrown's: centered logo, name, tagline, badges, docs links. A <picture> element serves the dark variant on GitHub's dark theme. The npm badges will light up on first publish. Files live in docs/public/ as the siblings keep theirs. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Adds a dedicated “entity” logo (light/dark variants) and updates the repository README header to present the logo, project name, badges, and documentation links in a centered layout, aligning the repository’s top-level documentation with the project’s identity/branding.
Changes:
- Update root
README.mdheader to include a centered logo, badges, and docs links. - Add new light theme logo SVG under
docs/public/. - Add new dark theme logo SVG under
docs/public/.
Reviewed changes
Copilot reviewed 1 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| README.md | Introduces a centered header with <picture>-based theme switching plus badges/links. |
| docs/public/logo-light.svg | Adds the light-variant entity logo asset. |
| docs/public/logo-dark.svg | Adds the dark-variant entity logo asset. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+1
to
+5
| <div align="center"> | ||
|
|
||
| <picture> | ||
| <source media="(prefers-color-scheme: dark)" srcset="docs/public/logo-dark.svg"> | ||
| <img src="docs/public/logo-light.svg" alt="entity" width="170" height="114" /> |
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 beet as the ID photo on its own record — identity, validated, persisted, which is what an entity is. The stamp carries a check: the record is validated, literally what
makedoes.#CE3D80, shade#8E1A52, leaves#2C8B4E/#3DAE62, eyes#3A0D24, blush#EE9CC4#33262C/ interior#9C8894, inverting to#E3D7DE/#8A7580in darkOne deliberate family deviation, decided during review: every sibling's dark variant only brightens its accent, but a near-black card cannot brighten on a dark ground — ink inverts instead.
README
Header mirrors unthrown's: centered logo · name · tagline · badges · docs links. Two differences from a straight copy:
<picture>element serveslogo-dark.svgon GitHub's dark theme — unthrown ships one file, but the ink card genuinely needs both variants.Files live in
docs/public/, matching where every sibling keeps theirs. The npm-facingpackages/entity/README.mdis untouched — relative image paths are unreliable on npm, and it's meant to be a short card.No changeset: nothing here ships in the package.
Companion PR adds
entity-{light,dark}.svgtobtravstack.github.io/apps/website/public/logos/.🤖 Generated with Claude Code