Sync from fork: rotating hero example pool#463
Conversation
Returning visitors now see a fresh anchor demonstration each time
they land on the home page. The 'without anchor' box gets max-h-32
+ overflow-y-auto so the long undisciplined prompt visibly scrolls,
making the contrast with the one-line 'with anchor' box stand out.
Examples cover six categories: Clean Architecture, MECE, Cockburn
Use Cases, Domain-Driven Design, Gherkin, and arc42. Each example
ships its own expansion sentence ('… because <anchor> is in its
training data') so the closing italic line stays specific.
The example index is picked once per page render; switching language
keeps the same example and translates it, because data-i18n keys
point to parallel EN/DE strings.
feat(home): rotate through 6 hero examples on each page load
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yml Review profile: CHILL Plan: Pro Run ID: 📒 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 |
Summary
Brings fork PR #26 (rotating hero examples) to upstream.
The home page now picks one of 6 anchor examples on each load — Clean Architecture, MECE, Cockburn Use Cases, Domain-Driven Design, Gherkin, arc42 — instead of always showing the same Clean Architecture pair. The 'without anchor' box gets a max-height + overflow-y so the long undisciplined prompt visibly scrolls, making the contrast pop.
Test plan
All checks passed in fork PR #26:
Reference
Fork PR: raifdmueller#26