Truncated enrichment gating and accepted-answer completeness
Result-completeness signaling across search_questions, get_tag_faq, and get_thread.
Fixed:
truncatedenrichment onsearch_questions,get_tag_faq, andget_threadno longer fires unconditionally — each now gates on genuine capping (SEhas_more, oranswers.length < answerCountfor threads) (#7)get_threadfetches and merges the accepted answer when it ranks outside the top-maxAnswersby votes, and surfaces the question's totalanswerCount(#11)
136 tests pass; bun run devcheck clean.