Add no-op skeleton for verifyPeerReview CLI#76
Merged
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
rafecolton
approved these changes
Jul 3, 2026
This was referenced Jul 3, 2026
roryabraham
added a commit
that referenced
this pull request
Jul 9, 2026
Integrate the split peer-review infrastructure PRs (#76-#81) while keeping the branch's verifyPeerReview implementation and tests. Conflict resolution favors main for tooling (Oxfmt, ESLint, CI workflows, pull_request_target workflow) and keeps branch logic for the peer review script, libs, and policy tests. Co-authored-by: Cursor <cursoragent@cursor.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.
Details
Phase 1 of splitting up #64 — introduces the first TypeScript code and
package.jsonin this repo, with only CLI arg parsing and a no-op body. No tooling (typecheck/lint/prettier/tests) or real logic yet; those land in follow-up PRs.Related Issues
For https://github.com/Expensify/Expensify/issues/636197
Manual Tests
cd GitHub-Actions && nvm use && npm install.npm run verify-peer-review -- --owner Expensify --repo Auth --pull-request-number 12345 --base-ref main.npm run verify-peer-reviewwith no arguments.