bool CLI: trace the real logo into a colored, animated wordmark - #22
Merged
Conversation
Rasterizes the actual bool-logo artwork into brand-colored quadrant-block art instead of a generic font, so the b/o/o/l match the web logomark's blue/purple/teal/coral exactly. On a TTY the tri-color spark bursts open over three redrawn frames (mirroring the web logo's hover animation); everywhere else (piped output, NO_COLOR, tests) it's one static print. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
HomemadeToast57
force-pushed
the
jack/cli-ascii-art
branch
from
July 28, 2026 16:17
f864739 to
3909486
Compare
Cuts the release backing this PR's traced, brand-colored wordmark and spark animation for bool help/--help/bare bool. Co-Authored-By: Claude Sonnet 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.
Summary
bool help/bool --help/bareboolwith a direct trace of the actual bool logomark (rasterized from the source SVG, downsampled to quadrant block characters) — same b bowl, same two o rings, same l, in the exact brand colors (blue/purple/teal/coral) fromcomponents/logo.tsx.NO_COLOR, tests) it's one static print of the finished mark.cli.ts, consistent with the CLI's existing zero-dependency design.bool · <command>header to use the brand blue accent instead of generic cyan.Test plan
bun run typecheck— cleanbun test— 152/152 pass (includes new hermetic coverage for the static-fallback vs. animated-TTY branches ofprintWordmark)NO_COLOR=1and piped (| cat) output: static, uncolored, single printCo-Authored-By: Claude Sonnet 5 noreply@anthropic.com