v0.2.0: bsky_get_post_thread bound tightening and truncation/threadgate disclosure
bsky_get_post_thread bound tightening and truncation/threadgate disclosure
- BREAKING:
depthmaximum drops from 1000 to 10 andparent_heightfrom 1000 to 100 — a caller passing a larger value now gets a validation error where it previously got a response (#6) - Reply nodes disclose a shortfall via
truncated,truncationReason, andunreturnedReplies, replacing a truncation stub the live AppView never sends (#8) - Surfaces the author's threadgate — who may reply, and which hidden replies are missing from the thread (#19)