docs: document MVP trust model for self-hosted deployment (ATB-22) (#38)
* docs: document MVP trust model for self-hosted deployment (ATB-22)
- Add docs/trust-model.md covering operator responsibilities, user data
guarantees (posts stay on user's own PDS), security implications of a
compromised AppView, and the future AT Protocol privilege delegation path
- Reference trust-model.md from deployment guide: in the Related
Documentation block and in the Security Requirements section
- Mark Phase 3 trust model item complete in atproto-forum-plan.md
* docs: address review feedback on trust model (ATB-22)
- Fix inaccurate "signing keys" language — AppView holds credentials
(FORUM_HANDLE/FORUM_PASSWORD), not raw signing keys; rotating the
password immediately revokes AppView access
- Fix CommonMark blockquote in deployment-guide.md — add > prefix to
bullet items so the blockquote renders correctly outside GitHub
- Add missing record types to trust-model.md: forum metadata
(space.atbb.forum.forum) and boards (space.atbb.forum.board) were
omitted from all lists
- Clarify role assignment writes to user's PDS (membership record),
not Forum DID's PDS — separate from mod actions which write to
Forum DID's PDS
- Soften at.delegation language from "is developing" to "has proposed"
to reflect its community-proposal status
- Fix roadmap section reference to match actual headings; use anchor link
- Replace submodule path with upstream GitHub URL for at-delegation
* docs: don't suggest that a community came up with that proposal when that didn't atually happen