Skip to content

docs(stackoverflow): clarify read answers up to --answers-limit#1295

Merged
jackwener merged 1 commit intomainfrom
docs/stackoverflow-read-wording
May 4, 2026
Merged

docs(stackoverflow): clarify read answers up to --answers-limit#1295
jackwener merged 1 commit intomainfrom
docs/stackoverflow-read-wording

Conversation

@jackwener
Copy link
Copy Markdown
Owner

Summary

Non-blocking follow-up flagged during #1293 review (codex-mini1 + First-principles-1): the read docs said "all answers" but the implementation is limit-bounded (--answers-limit default 10, max 100). Updated wording to spell out the actual contract — including the accepted-answer-outside-page fallback path — so users don't expect infinite-scroll behaviour.

Docs-only change. No code or test impact.

Test plan

  • bash scripts/check-doc-coverage.sh --strict — 106/106 (no new adapter)
  • Manual diff review — only the read columns paragraph changed

…it (not 'all')

Follow-up from PR #1293 review: 'all answers' was misleading because
the implementation is limit-bounded (default 10, max 100) rather than
unbounded pagination. Spell out the actual contract — including the
accepted-answer-outside-page fallback path — so users don't expect
infinite-scroll behaviour.

Non-blocking docs-only change flagged by codex-mini1 + First-principles-1
during #1293 review.
@jackwener jackwener merged commit ed0b2ac into main May 4, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant