fix: readme - #19
Conversation
|
Warning Review limit reached
Next review available in: 40 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. Comment |
Greptile SummaryThe README adds a prominent installation command near the top and a visitor counter. The new heading collides with the existing installation heading’s generated anchor, so Confidence Score: 4/5The documentation change should not be merged until the duplicate installation anchor is resolved, because existing links no longer lead readers to the complete setup instructions. A focused execution check reproduced one independent, non-security documentation navigation failure and directly verified the generated anchors and their destinations. Files Needing Attention: README.md needs its top installation heading renamed or otherwise given a unique anchor.
What T-Rex did
|
| <a href="#configuration"><b>Configuration</b></a> | ||
| </p> | ||
|
|
||
| # ⚡ Install |
There was a problem hiding this comment.
Both installation headings normalize to #install. GitHub assigns install to this abbreviated heading and install-1 to the detailed section at line 148, so existing #install links land here instead of the complete setup instructions. Rename this heading (for example, # ⚡ Quick Install) so #install continues to target the detailed installation section.
Artifacts
Focused README Install-anchor validation script
- Dependency-free Node script executed against README.md to normalize headings and resolve duplicate GitHub-style anchors; it demonstrates the detailed section receives install-1.
Heading normalization output before duplicate anchor disambiguation
- Captured execution of the normalization phase showing both line 28 and line 148 normalize to #install, confirming the collision.
Rendered anchor resolution output after duplicate disambiguation
- Captured execution of the resolution phase showing line 28 receives install and both #install links target it, confirming the detailed section is skipped.
Add prominent install command at top and hidden visitor counter at bottom of README.