Conversation
8b86fff to
3969725
Compare
6cf1d20 to
3986f06
Compare
PR SummaryLow Risk Overview It introduces DIS-94 in the execution plan (after DIS-84, before DIS-85) and defines the upstream additive capability ADR-0028, the native provider contract, RETRO, and Hermes pickup gates are updated to match: DIS-85 now requires verified DIS-94 adoption; the existing two-turn/cwd probe remains continuity evidence only, not production correlation proof. A source map entry points at Reviewed by Cursor Bugbot for commit 87e5098. Configure here. |
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_90e100a1-a3bf-4a1e-b8a4-6f216c5a6457) |
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 3986f06edb
ℹ️ About Codex in GitHub
Your team has set up Codex to 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 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
3969725 to
0ec0c32
Compare
3986f06 to
2616808
Compare
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_59475bef-8c51-4be8-bb51-2ab0d0ede776) |
|
@codex review |
|
Codex Review: Didn't find any major issues. You're on a roll. Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
2616808 to
f144b71
Compare
|
@codex review |
|
Codex Review: Didn't find any major issues. Swish! Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
f144b71 to
d16e50b
Compare
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_13aa6d69-51af-4ede-a67f-4937049b6160) |
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d16e50b054
ℹ️ About Codex in GitHub
Your team has set up Codex to 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 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
1372196 to
a588026
Compare
b0fecfd to
904861f
Compare
a588026 to
87e5098
Compare
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_429f90f4-3c00-4bcd-bf89-524158996c57) |

Context
The Hermes stdio admission race means the stock gateway cannot produce positively correlated durable send receipts. Dispatch needs an explicit upstream contract before it can claim request-level native correlation.
What changed
Verification
7e5d6bais clean at 5/5 with zero P0–P3 findings; adversarial supervisor coverage exercised all 27 immediate and 12 delayed recovery/closure outcome combinations.Risks and boundaries
The isolated upstream implementation is neither included nor claimed complete here. No release, deployment, runtime replacement, or Hermes adapter execution is included. The stack remains ready for review and unmerged.
Refs: DIS-94 (implementation and verification of
prompt_turn_correlation_v1remain open upstream; this PR only defines the contract)