mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-07-12 18:00:37 +00:00
Rework the V2 'Trending Now' section so it reflects real momentum instead of pinning evergreen/foundational tools: - Hybrid ranking: impact_weight x recency_decay (21d half-life) so fresh items surface and the section rotates between releases (date was shown but never used to rank before). - Diversity quota: at most one card per digest category, then backfill — replaces the old impact-only sort that filled all slots with the 2-3 highest-volume categories. - Real momentum signal: join each item with the inventory by URL and show the live GitHub star count (e.g. 38.2k★); fall back to the 1-5 Gemini score only when no gh_stars. Adds a 🆕 NEW pill for items <= 7 days old. - Clean titles: strip github.com/owner/ paths and 'domain.tld:' prefixes (no more 'github.com: Istio' or raw repo slugs). - Fix star-render bug ('🌟'*stars or 0 printed a literal 0 when stars=0). Generator-only change; CI publisher (04.1) regenerates v2-docs. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>