-
Notifications
You must be signed in to change notification settings - Fork 2
[task] Add app-server review comments and threads method #12
Copy link
Copy link
Open
Labels
area: protocolApp-server protocol types, schemas, and client/server message contracts.App-server protocol types, schemas, and client/server message contracts.help wantedMaintainers would welcome a community contribution on this work.Maintainers would welcome a community contribution on this work.kind: featureA user-facing capability request.A user-facing capability request.
Milestone
Metadata
Metadata
Assignees
Labels
area: protocolApp-server protocol types, schemas, and client/server message contracts.App-server protocol types, schemas, and client/server message contracts.help wantedMaintainers would welcome a community contribution on this work.Maintainers would welcome a community contribution on this work.kind: featureA user-facing capability request.A user-facing capability request.
Goal
Expose GitHub PR review comments or review threads through the app-server.
Why this matters
Review context is one of the places where GitHub Desktop and simple
ghcommands still push users back to GitHub web or raw GraphQL. Nexgit should make review state visible in local TUI and desktop surfaces.Command/API target
Add behavior for this app-server method:
If GitHub API limitations force an intermediate shape, document it clearly in the PR.
Depends on
Out of scope
Definition of done
Verification
cargo fmt --all --checkcargo check --workspaceContributor notes
This likely needs GraphQL through
gh api graphql. Keep the first version narrow.