docs: add PDS credible exit guide#135
Conversation
|
@DonGuillotine is attempting to deploy a commit to the Hypercerts Foundation Team on Vercel. A member of the Team first needs to authorize it. |
|
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: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis PR adds a new reference documentation page for "PDS Credible Exit"—a procedure for migrating AT Protocol accounts between PDS hosts while preserving the account DID. The navigation structure is updated to register the page, and comprehensive documentation covering prerequisites, single-account migration steps, verification procedures, and bulk migration workflows is provided. ChangesPDS Credible Exit Reference
Estimated Code Review Effort🎯 2 (Simple) | ⏱️ ~10 minutes 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 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: 1
🧹 Nitpick comments (1)
pages/reference/pds-credible-exit.md (1)
43-45: ⚡ Quick winUse “invitation code” for formal consistency.
At Line 44, consider “an invitation code” instead of “an invite code” to match formal reference tone.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@pages/reference/pds-credible-exit.md` around lines 43 - 45, Update the informal phrase "an invite code or admin access on the destination PDS" to the more formal "an invitation code or admin access on the destination PDS" to ensure consistent terminology; locate the list item containing the exact text "an invite code or admin access on the destination PDS" in the pds-credible-exit documentation and replace "invite code" with "invitation code".
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@pages/reference/pds-credible-exit.md`:
- Around line 57-70: The migration variable block is missing OLD_PASSWORD which
is referenced later during login; add an export for OLD_PASSWORD (e.g., export
OLD_PASSWORD="current-password") to the top variable setup so the login step
that uses OLD_PASSWORD will have the value available, and ensure the exported
OLD_PASSWORD appears alongside OLD_PDS/NEW_PDS and the other NEW_* variables
before any login steps that reference it.
---
Nitpick comments:
In `@pages/reference/pds-credible-exit.md`:
- Around line 43-45: Update the informal phrase "an invite code or admin access
on the destination PDS" to the more formal "an invitation code or admin access
on the destination PDS" to ensure consistent terminology; locate the list item
containing the exact text "an invite code or admin access on the destination
PDS" in the pds-credible-exit documentation and replace "invite code" with
"invitation code".
🪄 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: 060eb3bf-7379-45f5-bddb-5cfa1e8f4c41
📒 Files selected for processing (2)
lib/navigation.jspages/reference/pds-credible-exit.md
Summary by CodeRabbit