feat(backend): add image resize proxy endpoint
the bot needs images under 900KB for bluesky uploads. adds /api/image
endpoint that fetches from allowed domains and progressively downsizes
(quality reduction, then resize) to fit within max_bytes.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>