Cutover report + harness Accept smoke fix - #170
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe production cutover report now records merged status, acceptance evidence, final goal statuses, live observations, remaining caveats, and merged pull requests. The authenticated smoke harness now accepts JSON and Server-Sent Events responses. ChangesProduction cutover
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
Suggested reviewers: ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
Updates the production cutover execution report with live evidence and adjusts the harness-authenticated upstream smoke to send an Accept header compatible with MCP/SSE negotiation.
Changes:
- Add
Accept: application/json, text/event-streamto the MCP/mcpinitialize smoke request. - Refresh
EXECUTE-REPORTwith live 23/23 doctor results plus ordered GL3/doctor observations and current Plan-to-Correct status.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| scripts/doctor-upstream-smokes.mjs | Adds an Accept header for the harness MCP initialize probe to better match the server’s expected content negotiation. |
| docs/plans/commonplace-production-cutover/EXECUTE-REPORT.md | Updates the cutover execution report with live production evidence, revised verdict, and consolidated PR references. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| method: 'POST', | ||
| headers: { | ||
| 'content-type': 'application/json', | ||
| accept: 'application/json, text/event-stream', | ||
| authorization: `Bearer ${token}`, |
Summary
Test plan
Summary by CodeRabbit
Bug Fixes
Documentation