docs: remove experimental lazy connections wording#842
Conversation
Lazy connections have graduated from experimental status. Remove the "experimental" framing from the feature guide, the zero-trust use case, and the CLI flag reference. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
💤 Files with no reviewable changes (1)
📝 WalkthroughWalkthroughDocumentation updates across three pages remove experimental labeling from Lazy Connections, add a routing peer limitation to its dedicated page, and revise zero-trust scaling guidance while retaining version and rollout-review requirements. ChangesLazy Connections documentation update
Estimated code review effort: 1 (Trivial) | ~5 minutes Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
src/pages/use-cases/security/implement-zero-trust.mdxOops! Something went wrong! :( ESLint: 9.39.2 TypeError: Converting circular structure to JSON 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
Lazy connections have graduated from experimental status, so this PR removes the "experimental" framing from the docs:
manage/peers/lazy-connection.mdx— dropped "experimental" from the intro; replaced the "under active development" note with a focused note stating that accessing resources through routing peers (Networks) is not yet supported.use-cases/security/implement-zero-trust.mdx— removed "experimental" from the lazy connections mentions.get-started/cli.mdx— dropped the[Experimental]prefix from the--enable-lazy-connectionflag description.Left unchanged intentionally:
ipa/resources/accounts.mdx— generated from the upstream OpenAPI spec (npm run gen), so its "experimental" wording should be updated at the source.NB_ENABLE_EXPERIMENTAL_LAZY_CONNenv var — that's the actual variable name shipped by the client.Testing
npm run buildpasses.🤖 Generated with Claude Code
Summary by CodeRabbit