Add post submission with optimistic writes
- Add posts table to database schema
- Create TID generation utility (@atproto/common-web)
- Create lex client wrapper for authenticated PDS operations
- Implement submit page with form action
- Fire-and-forget pattern: write to DB first, then PDS async
- Add unit tests for TID generation and validation logic
Dependencies added:
- @atproto/common-web (TID generation)
- @atproto/identity (DID resolution)
- @atproto/lex-cbor (CID calculation)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>