docs: add MM-149 OAuth PKCE client design plan
Completed brainstorming session. Design includes:
- Single-command model: start_oauth_flow drives full round-trip via Tokio oneshot channel
- Manual JOSE DPoP proof construction (no new crate dependency)
- tauri-plugin-deep-link for custom URL scheme callback interception
- Relay V013 migration pre-registers identity-wallet OAuth client
- 7 implementation phases from relay migration through SvelteKit frontend