Skip to content

chore: sync public mirror from internal#350

Merged
haasonsaas merged 1 commit intomainfrom
sync/public-release-mirror
May 9, 2026
Merged

chore: sync public mirror from internal#350
haasonsaas merged 1 commit intomainfrom
sync/public-release-mirror

Conversation

@haasonsaas
Copy link
Copy Markdown
Contributor

@haasonsaas haasonsaas commented May 9, 2026

Summary

  • sync the sanitized public tree from evalops/maestro-internal
  • keep evalops/maestro as a generated public mirror of the private source of truth
  • preserve public-owned CI and trusted-publishing workflows from the public checkout
  • internal source SHA: dce0f5f5175c1980afc1933c69aaf79eaa13c0f8
  • last generated public sync base: ec4442db1150b907cfd1e32cae356bb8b1d97cdd
  • previewed public-tree drift: 4 file(s) to copy/update and 0 stale file(s) to delete
  • public-only commits since last generated sync: 0

Source-of-truth status

Public Mirror Drift Audit

  • package: @evalops/maestro
  • private source: https://github.com/evalops/maestro-internal@main (dce0f5f5175c)
  • public projection: https://github.com/evalops/maestro@main (ec4442db1150)
  • files to copy or update: 4
  • stale files to delete: 0
  • result: drift detected
  • invariant: public_projection_has_drift

Sample Changed Paths

  • copy/update src/cli/commands/context.ts
  • copy/update src/mcp/manager.ts
  • copy/update test/agent/mcp-manager-transports.test.ts
  • copy/update test/cli/context-command.test.ts

Guidance

Let internal main generate and merge the public sync PR before relying on public main.

Drift sample

  • copy/update src/cli/commands/context.ts
  • copy/update src/mcp/manager.ts
  • copy/update test/agent/mcp-manager-transports.test.ts
  • copy/update test/cli/context-command.test.ts

Public-only commits since last generated sync

  • none detected since last generated sync

Validation

  • generated by the sync-public-release-mirror workflow in public-tree mode

Supersedes

@cursor
Copy link
Copy Markdown

cursor Bot commented May 9, 2026

PR Summary

Medium Risk
Adjusts MCP connection lifecycle by forcing reconnects in context --live-mcp flows and by reconnecting configured servers that were previously disconnected, which could change when/which servers are contacted during configuration reloads.

Overview
Live MCP context capture now establishes connections before reading status. The context CLI’s --live-mcp path calls mcpManager.connectAll() after configure() (for both explain and each side of diff) so runtime MCP resources/prompts reflect active connections.

MCP manager configure() now reconnects servers that remain configured but were manually disconnected. It connects not only newly-added servers, but also unchanged configured servers that are currently absent from the internal servers map (e.g., after disconnectAll). Tests were updated/added to assert these reconnect behaviors and call ordering.

Reviewed by Cursor Bugbot for commit 5424054. Bugbot is set up for automated code reviews on this repo. Configure here.

@haasonsaas haasonsaas force-pushed the sync/public-release-mirror branch from cddf236 to 5424054 Compare May 9, 2026 10:07
@haasonsaas haasonsaas enabled auto-merge (squash) May 9, 2026 10:08
@haasonsaas haasonsaas merged commit d61a33e into main May 9, 2026
10 of 11 checks passed
@haasonsaas haasonsaas deleted the sync/public-release-mirror branch May 9, 2026 10:12
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