[AIReview | js_array-method-sort]: Add .reviewrelatedfiles and checklist.md#2504
Merged
[AIReview | js_array-method-sort]: Add .reviewrelatedfiles and checklist.md#2504
Conversation
mateacademy-ai-mentor
left a comment
There was a problem hiding this comment.
Sorry, the pull request review was unsuccessful for the following reasons:
Warning
There are no files to review. Please make sure that you have added files to the pull request. Some files and directories may be ignored from the review or failed to load.
[CODE: NFR]
Additional info:
Ignored files list:
.reviewrelatedfileschecklist.md
If the issue is within your control, please address it.
The next review attempt will automatically launch in about 1 hour.
If you believe this is an error or need assistance, please contact the support team.
marina-tilniak
approved these changes
Apr 17, 2026
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
AI reviewer hallucinates requirements on PRs here because it doesn't see
src/arrayMethodSort.test.js. The test file only coverssort2, but the reviewer assumes students must also overrideArray.prototype.sort..reviewrelatedfileswithsrc/**/*— same pattern used by 17 other repos (e.g.js_get_coin_combination,js_split_integer). AIReview service picks up files matching these globs and sends them as extra LLM context.checklist.mdwith task-specific items so the reviewer cites real checklist numbers instead of inventing them.PF-13709