Skip to content

refactor(runtime): delete MCP read pass-throughs - #1118

Merged
ScriptedAlchemy merged 8 commits into
codex/tracedecay-total-redesign-plan-reopenedfrom
sol/pass-throughs-1073-1088
Sep 9, 2026
Merged

refactor(runtime): delete MCP read pass-throughs#1118
ScriptedAlchemy merged 8 commits into
codex/tracedecay-total-redesign-plan-reopenedfrom
sol/pass-throughs-1073-1088

Conversation

@ScriptedAlchemy

Copy link
Copy Markdown
Owner

Summary

  • delete ObservatoryReadPortV1/ObservatoryReadServiceV1 and call the registered daemon-service read owner directly
  • delete McpProjectServerResolvePort and invoke the retained resolver callback directly
  • delete RemoteOperationalStatusReadPort and the redundant store-runtime provider alias
  • retain one canonical remote-status reader callback with typed Unconfigured/Unavailable states across Doctor, MCP, dashboard, and CLI

Tests

  • affected contracts, MCP, dashboard-api, store-runtime and root remote/HTTP suites passed
  • store-runtime full suite: 120 passed
  • affected check/clippy clean; dashboard contracts current
  • deleted-name census and diff checks clean
  • independent review approved with no findings

Part of #1073.
Part of #1088.

Delete the one-implementation ObservatoryReadPortV1 and ObservatoryReadServiceV1 forwarding pair. The daemon-service owner now performs the same registered database read directly under the existing authorization and cancellation boundary.\n\nRefs #1073, #1088.
Delete McpProjectServerResolvePort, whose only implementation invoked its inner closure. Keep the existing retained resolver function type and call it directly at each routed consumer.\n\nRefs #1073, #1088.
Delete RemoteOperationalStatusReadPort and the store-runtime provider alias. Keep one contracts-level function-reader type and invoke it at MCP, dashboard, and Doctor composition sites.

Refs #1073, #1088.
Merge the open V2 delivery branch to pick up the current integration tip before final verification.
…plan-reopened' into sol/pass-throughs-1073-1088
@changeset-bot

changeset-bot Bot commented Sep 9, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: f4e706a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 9, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-09T00:12:17.397575Z f4e706a PR opened
ℹ️ 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" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@ScriptedAlchemy
ScriptedAlchemy merged commit e30a1f3 into codex/tracedecay-total-redesign-plan-reopened Sep 9, 2026
10 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant