From de2323393fcfcc72a53e8fb150985f9cce46fbb8 Mon Sep 17 00:00:00 2001 From: calesthio Date: Sat, 27 Jun 2026 17:09:28 -0700 Subject: [PATCH 1/2] docs(readme): add Star History chart + polish Repository of the Day badge MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add Star History section before License (dark-mode-aware picture/source pattern matching calesthio/Crucix). Links to star-history.com. - Repository of the Day badge restyled to match the deer-flow aesthetic: dark labelColor (#0D1117 — GitHub background), gold accent (#F6B543 dark / #D9892A light), prefers-color-scheme picture variants, 48px height for a more pill-like proportion. The current bright-purple shields.io block was less distinctive than the surrounding YouTube/X badges. OpenMontage isn't currently listed on Trendshift (deer-flow's badge provider), so the badge stays shields.io-based; design matches the intent. If we want a real Trendshift badge later, register the repo at trendshift.io and swap in the api/badge/repositories/ URL. --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a4275ba..d1863121 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,12 @@

- #1 on GitHub Trending — Repository of the Day + + + + 🏆 Repository of the Day — #1 on GitHub Trending + +

Follow The Build

@@ -660,6 +665,18 @@ make test --- +## Star History + + + + + + Star History Chart + + + +--- + ## License [GNU AGPLv3](LICENSE) From 5eb996681d2f1ff608aae2f0bd948b2b24109e5d Mon Sep 17 00:00:00 2001 From: calesthio Date: Sat, 27 Jun 2026 17:16:25 -0700 Subject: [PATCH 2/2] docs(readme): replace stretched shields.io badge with bordered SVG card MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The previous attempt at matching the deer-flow Repository-of-the-Day design used `style=for-the-badge` shields.io rendered as two wide black/orange rectangles spanning the README width — nothing like the small bordered pill deer-flow actually ships (a Trendshift-served badge with a laurel-wreath "1" emblem and two lines of restrained text). OpenMontage isn't on Trendshift, so a real Trendshift badge isn't available. Built a custom inline SVG matching the design intent: - Small (340x68) bordered card with rounded corners - Laurel-wreath emblem with serif "1" inside on the left - Two-line text on the right: "GITHUB TRENDING" (small, dimmed gray) and "#1 Repository Of The Day" (bold, accent) - Light + dark variants served via prefers-color-scheme picture/source - Light: white bg, #7C3AED purple stroke/text - Dark: #0D1117 bg, #A78BFA lavender stroke, #C4B5FD headline Files added: - .github/assets/repo-of-the-day-light.svg - .github/assets/repo-of-the-day-dark.svg --- .github/assets/repo-of-the-day-dark.svg | 28 +++++++++++++++++++++ .github/assets/repo-of-the-day-light.svg | 32 ++++++++++++++++++++++++ README.md | 4 +-- 3 files changed, 62 insertions(+), 2 deletions(-) create mode 100644 .github/assets/repo-of-the-day-dark.svg create mode 100644 .github/assets/repo-of-the-day-light.svg diff --git a/.github/assets/repo-of-the-day-dark.svg b/.github/assets/repo-of-the-day-dark.svg new file mode 100644 index 00000000..87d1c475 --- /dev/null +++ b/.github/assets/repo-of-the-day-dark.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + 1 + + + + GITHUB TRENDING + #1 Repository Of The Day + + diff --git a/.github/assets/repo-of-the-day-light.svg b/.github/assets/repo-of-the-day-light.svg new file mode 100644 index 00000000..1ecccb37 --- /dev/null +++ b/.github/assets/repo-of-the-day-light.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + + + GITHUB TRENDING + #1 Repository Of The Day + + diff --git a/README.md b/README.md index d1863121..0801102f 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@

- - 🏆 Repository of the Day — #1 on GitHub Trending + + 🏆 #1 Repository of the Day on GitHub Trending