Add logo header to README + single-glyph icon font - #3
Conversation
Center the MuGlyph mark (docs/logo.svg) above the title in the README, and add a generator that bakes the mark into a single-glyph TrueType font (assets/fonts/MuGlyph.ttf at U+E000) for users who want the logo to appear in their terminal. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015w2WJ5M22CZmg9md67zpeB
|
Warning Review limit reached
Next review available in: 11 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (3)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Small, self-contained branch off
mainfor the logo/README items (separate from the M5 feature PR).Changes
docs/logo.svg) above the title.assets/fonts/MuGlyph.ttf, a single-glyph TrueType font carrying the mark at U+E000 (Private Use Area), so users can merge it into their terminal font / Nerd-Font patch and show the logo in the TUI header as a normal character.tools/make-glyph-font.pybuilds the font from the SVG (scales the 512-unit viewBox to a 1000-unit em and flips the Y axis), plusassets/fonts/README.mddocumenting regeneration.Notes
Terminals render text in the user's configured font, so the app can't ship its own glyph — the font is an opt-in for users who want the mark in their terminal; the header falls back to a text label otherwise.
🤖 Generated with Claude Code
Generated by Claude Code