feat(examples): add AT Protocol example tools and GUIDE
Add four example tools demonstrating AT Protocol library usage:
- bsky_bot: Bluesky bot for posting, timeline, profiles, following
- feed_generator: Firehose client with filtering and feed skeleton
(evolved from firehose_demo with keyword filtering)
- identity_tool: Handle/DID resolution and identity verification
- repo_inspector: Repository exploration with auto PDS resolution
Key improvements:
- repo_inspector now auto-resolves PDS from DID document
- Added --pds option to skip auto-resolution
- Fixed URL encoding issue (? was incorrectly encoded as %3F)
Add GUIDE.md showing complete workflow: firehose -> identity -> repo
Remove deprecated firehose_demo in favor of feed_generator.