Linear OAuth + Actor Authorization References: - OAuth 2.0: https://linear.app/developers/oauth-2-0-authentication - Actor authorization: https://linear.app/developers/oauth-actor-authorization - File storage: https://linear.app/developers/file-storage-authentication OAuth 2.0 Flow 1. Register app Settings → API → Applications → New application. Capture: - - - Redirect URI 2. Authorization redirect 3. Token exchange Returns: Linear OAuth tokens are long-lived (10 years!). Refresh tokens are not issued — re-auth on revoke. Actor Authorization For agents acting on behalf of users: - Include in…