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".
64e80df to
4121e8f
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 4121e8f9a4
ℹ️ 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".
| .PHONY: help setup build build-all run-rs run-rs-debug \ | ||
| web test lint check fmt \ | ||
| smoke cerebro-dev cerebro-env cerebro-e2e cerebro-e2e-doctor cerebro-e2e-trace evals verify clean db-up db-down db-migrate |
There was a problem hiding this comment.
Remove the stale Bazel RBE workflow entrypoints
When the Bazel targets are removed here, the still-present .github/workflows/bazel-rbe.yml continues to run make bazel-check and make bazel-rbe-smoke on manual dispatch and on main pushes when BAZEL_RBE_ENABLED is true; I checked make -n bazel-check in this tree and it now exits with No rule to make target 'bazel-check'. This means the next enabled/manual Bazel RBE run fails before doing useful validation unless the workflow is removed or retargeted along with these Makefile deletions.
Useful? React with 👍 / 👎.
Summary
evalops/maestro-internalevalops/maestroas a generated public mirror of the private source of truth93b00336165e2f50a9efc4afc1ed66c61eac107a03ba66ec12e8841c2e63b4ea18b154dff5e2980f221file(s) to copy/update and28stale file(s) to delete1Source-of-truth status
Public Mirror Drift Audit
@evalops/maestrohttps://github.com/evalops/maestro-internal@main (93b00336165e)https://github.com/evalops/maestro@main (bf08782aeaa6)22128public_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
Test Plan
sync-public-release-mirrorworkflow inpublic-treemoderequire-internal-prcheck confirms internal source PR lineageStaged Rollout
evalops/maestro-internal@93b00336165e2f50a9efc4afc1ed66c61eac107a, including existing hidden/evaluation surfaces, and keeps public package parity behind the established public-source-provenance gate.Supersedes