chore: sync public mirror from internal - #886
Conversation
|
Review the following changes in direct dependencies. 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: 64e80dfe5e
ℹ️ 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".
| safe_args, | ||
| extra_context, | ||
| }); | ||
| continue; |
There was a problem hiding this comment.
Keep later tools behind deferred approvals
When a batch contains an approval-gated call followed by an auto-approved call, this continue leaves the first call in deferred_approval_calls and lets the loop execute or drain later calls before the approval is awaited. For example, a model-emitted write that needs approval followed by a read of the same path will now read the old/missing file before the user approves the write; similarly a gated bash/edit can be reordered relative to later safe calls. The previous in-place wait preserved tool-call order, so subsequent executions should be held until earlier approvals are resolved.
Useful? React with 👍 / 👎.
Summary
evalops/maestro-internalevalops/maestroas a generated public mirror of the private source of truth8cf6ecfe7d61f85d47c0c6e79b8e3d195cbe1a7703ba66ec12e8841c2e63b4ea18b154dff5e2980f112file(s) to copy/update and28stale file(s) to delete1Source-of-truth status
Public Mirror Drift Audit
@evalops/maestrohttps://github.com/evalops/maestro-internal@main (8cf6ecfe7d61)https://github.com/evalops/maestro@main (bf08782aeaa6)11228public_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@8cf6ecfe7d61f85d47c0c6e79b8e3d195cbe1a77, including existing hidden/evaluation surfaces, and keeps public package parity behind the established public-source-provenance gate.