Conversation
Co-authored-by: Charles Huang <77707222+GeeseGoo@users.noreply.github.com> Co-authored-by: Claude Opus 5 <noreply@anthropic.com> Co-authored-by: kyle-compute <kylehvdbnl@gmail.com>
Co-authored-by: Charles Huang <77707222+GeeseGoo@users.noreply.github.com> Co-authored-by: kyle-compute <kylehvdbnl@gmail.com>
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Risk: high. Left a non-blocking comment (not approving): this staging→main promotion includes queue/worker gate behavior and preview Supabase prune automation, which is above the medium auto-approve threshold. Assigning reviewers for human sign-off before promote.
Sent by Cursor Approval Agent: Pull Request Router and Approver
Collaborator
Author
|
/promote |
Contributor
|
Promoted. main now points at |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Caution
DO NOT USE THE MERGE BUTTON ON THIS PULL REQUEST.
THE BUTTON CREATES A NEW COMMIT AND BREAKS THE RELEASE MODEL.
COMMENT
/promoteTO COMPLETE THE PROMOTION.Summary
Promote the current staging head to production (
main).Includes:
Scope
This PR promotes staging as-is; it introduces no additional changes.
Note
Medium Risk
Baseline gate and local runner changes affect when LLM trials run and can change behavior during retry races; preview pruning deletes aged PR branches (recoverable on next preview run).
Overview
This promotion bundles preview infrastructure, trial scheduling, and experiment UI changes.
Preview prune: A daily GitHub Actions workflow (
preview-prune.yml) runsprune_stale_supabase_branches.shto delete non-persistentpr-*Supabase branches older than seven days (configurable via dispatch), with dry-run support and fail-closed parsing. Workflow and script behavior are covered intest_pr_preview_workflow.py.Baseline gate:
maybe_gate_llm_trialsand the cleanup backstop now treat worker jobs as authoritative when deciding if nop/oracle baselines are still pending—so a transientFAILEDtrial mirror with a liveRETRYINGjob no longer releases or cancels gated LLM trials early. Local runner mirrors trialworker_jobson claim and settlement (SUCCESS/FAILED/CANCELLED) so local baselines participate in the same gate logic.QA display: Removes QA-driven glyph recoloring (
getQaGlyphMatrixClassand related helpers). Matrix cells use standard pass/fail styling again; QA shows via corner dots and simplified legend labels (Pass / Fail).Reviewed by Cursor Bugbot for commit 6146f65. Bugbot is set up for automated code reviews on this repo. Configure here.