chore: llms.txt refresh#880
Conversation
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
📝 WalkthroughWalkthroughA CODEOWNERS configuration file is introduced to assign code ownership for automatic reviewer requests, and the docusaurus.config.js plugin-generate-llms content is updated to reference HyperIndex, HyperSync, and HyperRPC alongside an expanded Optional links section. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 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 |
There was a problem hiding this comment.
Actionable comments posted: 3
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In @.github/CODEOWNERS:
- Around line 5-6: The CODEOWNERS entry uses inconsistent casing for the PR
author handle: update the owner line that references
"plugins/plugin-generate-llms.js" to use the canonical GitHub handle casing
"Jordy-Baby" instead of "Jordy-baby" (leave `@nikbhintade` as-is); edit the owners
list so the entry reads with the corrected handle to keep casing consistent
across CODEOWNERS while verifying permissions separately in GitHub settings.
In `@docusaurus.config.js`:
- Around line 421-424: The blockquote in the docusaurus.config.js root literal
contains a specific benchmark line ("Benchmark: Envio 1 min vs The Graph 143 min
(Uniswap V2 Factory, Sentio, May 2025)") that must be verified and sourced;
confirm the numeric values and attribution against the cited docs
(migrate-from-alchemy.md and benchmarks.md) and either adjust the wording to
match those sources or add a direct source link to the benchmark (e.g., the
post/page used in benchmarks.md). Update the root template literal paragraph so
the benchmark phrasing and attribution are consistent with the referenced files
and include a URL or citation instead of an unsourced parenthetical claim.
- Around line 558-559: Summary: Consolidate the Discord invite URLs to a single
canonical link. Fix: Locate the Discord link entry (the "Discord" link text in
the footer/links configuration, e.g., the entry that currently uses
"https://discord.gg/envio") and replace it with the canonical invite used
elsewhere ("https://discord.gg/Q9qt8gZ2fX"); also search the repository for any
other occurrences of "https://discord.gg/envio" and update them to
"https://discord.gg/Q9qt8gZ2fX" so all references (footer.links /
themeConfig.footer Discord entry) are consistent.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 5f04cc78-6425-4303-8c99-19495d74c6ae
📒 Files selected for processing (2)
.github/CODEOWNERSdocusaurus.config.js
* chore: address CodeRabbit review - Correct CODEOWNERS handle casing to @Jordy-Baby. - Link benchmark citation to benchmarks.md for source provenance. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * chore: fix MCP URL parsing issue in llms.txt Restructure the MCP endpoint line to avoid URL-terminal period (parses as part of URL, causing 404 when agents follow the link). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Summary
## Optionalsection with social, community, and AI-tool links (MCP, Quickstart with AI, etc.)..github/CODEOWNERSfor llms-related paths.Test plan
yarn build) and verifybuild/llms.txtcontains the new blockquote at the top and the new## Optionalsection at the bottom..mdURLs referenced in the new Optional section return 200 markdown (already validated manually).curl https://docs.envio.dev/llms.txtserves the updated content.🤖 Generated with Claude Code
Summary by CodeRabbit