Documentation Index
Fetch the complete documentation index at: https://docs.letmepost.dev/llms.txt
Use this file to discover all available pages before exploring further.
What it checks
countGraphemes(item.altText) <= 2000 for every media item that supplies altText.
Why
Bluesky’sapp.bsky.embed.images#image schema’s alt field is documented at 2000 graphemes. Same Unicode segmentation as the post-text rule.
Failure response
Remediation
Tighten the description. Alt text is for accessibility — it should describe the image’s content concisely, not act as a hidden caption.Related
bluesky.text.max_graphemes— same Unicode counter.