From d99b8c6b3d268380f1e138cfd4b9a52230146e87 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Mon, 15 Jun 2026 19:09:44 -0700 Subject: [PATCH] Remove unused RichText import from bluesky.ts to fix CI lint failure (#1347) The RichText import from @atproto/api was unused after refactoring the Bluesky posting logic to use manual facets instead of RichText helpers. This caused the ESLint no-unused-vars rule to fail in CI. Co-authored-by: Claude Sonnet 4.6