A zero-dependency AT Protocol Personal Data Server written in JavaScript
atproto pds

docs: add status checklist to README

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

Changed files
+19
+19
README.md
··· 4 5 > ⚠️ **Work in progress** - This is experimental. You probably shouldn't use this yet. 6 7 ## Prerequisites 8 9 - Node.js 18+
··· 4 5 > ⚠️ **Work in progress** - This is experimental. You probably shouldn't use this yet. 6 7 + ## Status 8 + 9 + - [x] Repo operations (createRecord, getRecord, putRecord, deleteRecord, applyWrites, listRecords) 10 + - [x] Sync endpoints (getRepo, getRecord, subscribeRepos, listRepos, getLatestCommit) 11 + - [x] Auth (createSession, getSession) 12 + - [x] Handle resolution (resolveHandle) 13 + - [x] AppView proxy (app.bsky.* forwarding with service auth) 14 + - [x] Relay notification (requestCrawl) 15 + - [x] Multi-user (each DID gets isolated storage, no self-service signup) 16 + - [ ] Blob storage (uploadBlob, getBlob, listBlobs) 17 + - [ ] refreshSession 18 + - [ ] OAuth 19 + - [ ] Account management (createAccount, deleteAccount) 20 + - [ ] App passwords 21 + - [ ] Email verification 22 + - [ ] Invite codes 23 + - [ ] Admin/moderation 24 + - [ ] Rate limiting 25 + 26 ## Prerequisites 27 28 - Node.js 18+