Render Bluesky post embeds instead of a cue master
Posts carrying an embed wore a "· view on Bluesky" marker next to the date; the inconsistency read as a glitch. Link cards and images live entirely in the post record, so extraction is pure; only quote posts need the network. Quotes hydrate tolerantly: one DID-document read yields both the quoted author's PDS and their handle, then the post itself, under a 2.5s timeout and only for the posts actually shown. Any failure leaves a bare link. A quote that can be neither read nor linked is dropped so the post falls back to the cue, which now marks only the embed kinds the theme leaves to Bluesky. postPermalink built a /post/ URL for any collection, which would have produced broken links for non-post quote targets; it now matches app.bsky.feed.post only. Wind bless you. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>