feat(openapi): document GET pulls/:number/ai-review-findings - #9405
feat(openapi): document GET pulls/:number/ai-review-findings#9405philluiz2323 wants to merge 1 commit into
Conversation
…ed#9305) ai-review-findings is the only sibling of maintainer-packet and reviewability missing from the OpenAPI contract. Add PullRequestAiReviewFindingsSchema from prAiReviewFindingsOutputSchema, register the path, assert it in openapi.test, and regenerate apps/loopover-ui/public/openapi.json. Closes JSONbored#9305
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #9405 +/- ##
==========================================
+ Coverage 75.46% 75.59% +0.13%
==========================================
Files 275 277 +2
Lines 58030 58357 +327
Branches 6199 6206 +7
==========================================
+ Hits 43790 44116 +326
Misses 13970 13970
- Partials 270 271 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
|
Warning ⏸️ LoopOver review result - manual review recommendedReview updated: 2026-07-27 17:01:39 UTC
Review summary Nits — 4 non-blocking
Decision drivers
Context & advisory signals — never blocks the verdict
Review context
Contributor next steps
Signal definitions
🧪 Chat with LoopOverAsk LoopOver a question about this PR directly in a comment — grounded only in the same cached, public-safe facts shown above, never a new claim.
Full command reference: https://loopover.ai/docs/loopover-commands 🧪 Experimental — new and may change. Visual preview
Click any thumbnail to open the full-size screenshot. Before = production · After = this PR's preview deploy. Scroll preview
A short scroll-through clip (desktop) — click either thumbnail to open the full animation. Evidence for scroll-linked behavior a single screenshot can't show. 🟩 Safe / merged · 🟦 Advisory · 🟨 Held for review · 🟥 Blocked / closed 💰 Earn for open-source contributions like this. Gittensor lets GitHub contributors earn for the work they already do — register to start earning →. Checked by LoopOver, a quiet PR intelligence layer for OSS maintainers.
|
|
This pull request changes UI/visual code but its screenshot evidence is incomplete. Every required viewport × theme combination needs its own before/after image pair in a labeled table row (e.g. "Desktop · Light | before | after"). Still missing: Desktop · Dark, Tablet · Dark, Mobile · Dark. Please resubmit with the remaining rows filled in. See https://github.com/JSONbored/loopover/blob/main/.claude/skills/contributing-to-loopover/SKILL.md for the exact format and examples. This is an automated maintenance action. |
JSONbored
left a comment
There was a problem hiding this comment.
Reopened to re-review, but merge conflicts, so re-closing.
This branch has conflicts that must be resolved
Use the web editor or the command line to resolve conflicts before continuing.
apps/loopover-ui/public/openapi.json


What
GET /v1/repos/:owner/:repo/pulls/:number/ai-review-findingsis the only sibling ofmaintainer-packetandreviewabilitymissing from the OpenAPI contract, despite sharing the same path family, auth boundary, and MCP-tool parity (loopover_get_pr_ai_review_findings/prAiReviewFindingsOutputSchema).Change
PullRequestAiReviewFindingsSchemainsrc/openapi/schemas.tsmatchingprAiReviewFindingsOutputSchemaGET .../ai-review-findingspath insrc/openapi/spec.tsnext to its siblingstest/unit/openapi.test.tsapps/loopover-ui/public/openapi.jsonCloses #9305
Made with Cursor