| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Adds an internal GraphQL primitive for bounded, aliased project-item mutations while preserving partial results.
Changes:
| File | Description |
|---|---|
| pkg/github/projects_batch_mutation.go | Implements aliased mutation construction and execution. |
| pkg/github/projects_batch_mutation_test.go | Tests caching, aliases, limits, and error classification. |
Sorry, something went wrong.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: d7dc302d-e6f2-41e9-a2c8-ed598de47067
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 4d3df48a-5aa0-4cf0-a067-4aa5618c2887
| Back | FazBrowse Home | New Git URL |
Summary
Adds the package-local aliased GraphQL mutation primitive used by #2903, isolated from batch orchestration.
Why
This draft is stacked on #2922 so the batch implementation can be reviewed as a linear set of focused changes.
What changed
MCP impact
Prompts tested (tool changes only)
Security / limits
Tool renaming
Lint & tests
Docs