feat(mcp): add current-branch GitHub status hints - #122
Conversation
Bind cached GitHub PR review and check state to local branch analysis so blockers and public-safe packets include current PR status context.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c5311f5f5c
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 4b2b4bb4a7
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
JSONbored
left a comment
There was a problem hiding this comment.
@oktofeesh1 this is merge-ready from my pass.
- Deterministic: check rollup is green and merge-tree against current
origin/mainis clean. - Maintainer judgment: current-branch GitHub status is now wired into local branch analysis, MCP/API paths, PR packet output, and schema coverage.
- Validation: tests cover branch matching, base-ref matching, failing/pending checks, drafts, requested changes, and public-safe packet output.
Summary
What changed
Why
Validation
Closes #102