From 72903d8405ab5ad07dbde27b3ee6aafd862f73f7 Mon Sep 17 00:00:00 2001 From: Feifan Wang Date: Thu, 10 Jul 2025 20:37:55 -0400 Subject: [PATCH] Add validation test document --- test-validation.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 test-validation.md diff --git a/test-validation.md b/test-validation.md new file mode 100644 index 0000000..630489a --- /dev/null +++ b/test-validation.md @@ -0,0 +1,20 @@ +# prpr Validation Test + +This file is created to test the prpr CLI functionality with a real pull request. + +## Test Scenarios + +1. Basic comment syncing +2. Comment filtering by author type +3. Replying to comments +4. Checking for new comments + +## Expected Results + +- [ ] `prpr sync` creates `.prpr/threads.json` +- [ ] `prpr ls` lists all comments +- [ ] `prpr ls --author ai_bot` filters bot comments +- [ ] `prpr reply` posts responses to GitHub +- [ ] `prpr check-new` identifies recent comments + +This PR will be used to validate all the CLI commands work as expected. \ No newline at end of file