feat: add statusphere HTML example and viewer query
Adds a complete standalone HTML example demonstrating:
- OAuth/PKCE authentication with AT Protocol
- GraphQL queries and mutations for status updates
- Real-time UI rendering of user statuses
Also adds viewer query to the GraphQL schema, allowing authenticated
users to query their own data with DID join fields that return
connection types (with edges/nodes, pagination, sortBy, where) for
collections with multiple records per DID.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>