chore: sync public mirror from internal#415
Conversation
PR SummaryMedium Risk Overview Adds a shared A2A peer registry ( Extends both TUIs with a Reviewed by Cursor Bugbot for commit 190a213. Bugbot is set up for automated code reviews on this repo. Configure here. |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub. |
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 190a213ba6
ℹ️ 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".
| relayPeer: peer.name, | ||
| }, | ||
| }), | ||
| ...(wait ? { configuration: { returnImmediately: true } } : {}), |
There was a problem hiding this comment.
Make non-wait sends non-blocking
The send path currently sets configuration.returnImmediately only when --wait is true, so calls without --wait omit the field and fall back to A2A's blocking default (returnImmediately: false/unset waits for terminal or interrupted task states). That reverses the CLI contract implied by maestro a2a send <peer> <text> [--wait] and can cause send to hang unexpectedly instead of returning a task id for later a2a wait polling. In the send handler, set returnImmediately: true for the non-wait path (or otherwise invert this condition) so default behavior is actually non-blocking.
Useful? React with 👍 / 👎.
Summary
evalops/maestro-internalevalops/maestroas a generated public mirror of the private source of trutha6010fbee9200fd2fa028e8fe9f39c921fad19baeeeae08015dec2a1cb98a0219df8061dc4881f7327file(s) to copy/update and0stale file(s) to delete0Source-of-truth status
Public Mirror Drift Audit
@evalops/maestrohttps://github.com/evalops/maestro-internal@main (a6010fbee920)https://github.com/evalops/maestro@main (eeeae08015de)270public_projection_has_driftSample Changed Paths
Guidance
Let internal main generate and merge the public sync PR before relying on public main.
Drift sample
Public-only commits since last generated sync
Validation
sync-public-release-mirrorworkflow inpublic-treemodeTest Plan
sync-public-release-mirrorworkflow inpublic-treemoderequire-internal-prcheck confirms internal source PR lineageStaged Rollout
evalops/maestro-internal@a6010fbee9200fd2fa028e8fe9f39c921fad19ba, including existing hidden/evaluation surfaces, and keeps public package parity behind the established public-source-provenance gate.