fix: README cleanup + close issues #10, #11, #12#16
Merged
Conversation
… test - Remove M2/M3 milestone labels from README, rewrite enrichment line to present tense (closes #10 context) - Delete duplicated `isRedditPageUrl` helper, inline via `isRedditHost` (closes #10) - Add 404 non-retryable test for RedditAdapter (closes #11) - Document limit=8 vs MAX_COMMENTS=5 intent (closes #12) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The review agent was denied 49 tool calls because it lacked explicit permission to post inline comments and run gh pr comment. Add --allowedTools for the inline comment MCP tool and gh CLI commands. Also add --max-turns 10, timeout-minutes 15, and synchronize trigger. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
isRedditPageUrlhelper, inline via already-importedisRedditHost(closes Refactor reddit-adapter to remove duplicated isRedditPageUrl helper #10)RedditAdapter(closes Add 404 non-retryable test coverage for Reddit adapter #11)limit=8vsMAX_COMMENTS=5intent with explanatory comment (closes Clarify or align Reddit comments fetch limit vs MAX_COMMENTS #12)Test plan
npm run typecheck— no errorsnpm test— all 28 tests pass, including new 404 test🤖 Generated with Claude Code