docs: simplify migration to deactivated account pattern#32
Merged
Conversation
Replace the complex migration wizard with a simpler deploy-first approach: - Accounts start deactivated when deployed with a DID - Data imported via existing importRepo/uploadBlob endpoints - activateAccount transitions to active state - No createAccount needed - setup happens at deploy time Key changes: - migration-wizard.md: Rewritten around deactivated account concept - endpoint-implementation.md: Updated priorities, removed unneeded endpoints 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
atproto-pds | 2fb5e3c | Dec 30 2025, 11:16 PM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Key design decisions
Deactivated account pattern:
activateAccountto go liveWhat's not needed:
createAccount- account exists by virtue of deploymentTest plan
🤖 Generated with Claude Code