fix(openapi): document contributor watches GET/POST/DELETE (#9306) - #9446
fix(openapi): document contributor watches GET/POST/DELETE (#9306)#9446wondercreatemaster wants to merge 1 commit into
Conversation
…#9306) /v1/contributors/{login}/watches was live (API + MCP loopover_watch_issues) but missing from the OpenAPI contract. Add MCP-aligned request/response schemas, register all three verbs next to notifications, regenerate openapi.json, and add a field-parity regression test.
|
Warning ⏸️ LoopOver review result - manual review recommendedReview updated: 2026-07-27 19:10:00 UTC
Review summary Nits — 5 non-blocking
Decision drivers
Context & advisory signals — never blocks the verdict
Linked issue satisfactionAddressed 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.
|
|
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 #9446 +/- ##
===========================================
- Coverage 89.54% 76.12% -13.42%
===========================================
Files 843 278 -565
Lines 110011 59684 -50327
Branches 26184 6456 -19728
===========================================
- Hits 98511 45436 -53075
- Misses 10238 13955 +3717
+ Partials 1262 293 -969
Flags with carried forward coverage won't be shown. Click here to find out more.
|
|
LoopOver is closing this pull request on the maintainer's behalf (conflicts with the base branch — resolve and open a fresh PR). This is an automated maintenance action — to pursue this change, please open a new pull request with the issues resolved. Closed PRs may be analyzed later to improve review accuracy, but they are not automatically reopened or re-reviewed. |


Summary
GET/POST/DELETE /v1/contributors/{login}/watchesin the OpenAPI contract — the REST mirror ofloopover_watch_issueswas live but missing fromsrc/openapi/spec.ts/openapi.json.ContributorWatchesResponseSchema(matchingwatchIssuesOutputSchema) andContributorWatchRequestSchema(repoFullName + optional labels) for the mutating verbs.apps/loopover-ui/public/openapi.jsonand add a field-parity regression test for all three verbs.Test plan
mainnpm run ui:openapi+npm run ui:openapi:checknpx vitest run test/unit/openapi.test.tsvalidate/codecov/patchon the PRFixes #9306
Made with Cursor