feat!: add required pdsUrl property to OAuthSession interface
BREAKING CHANGES:
- Add required `pdsUrl` property to `OAuthSession` interface for consistency with hono-oauth-sessions v0.3.0
This enhances type compatibility across the AT Protocol OAuth ecosystem but requires
existing implementations to provide the pdsUrl property. The Session class already
includes this property via its getter, so no implementation changes are needed.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>