mirror of
https://github.com/garrytan/gstack.git
synced 2026-09-15 01:15:29 +02:00
fix: resolve workflow gaps exposed by frontier evals
Clarify plan-review ordering and fallback modes, preserve deploy readiness gates, honor configured merge methods, correct benchmark and canary contracts, and restore vendored installs on setup failure. Cover recovery with real-shell regressions. Co-Authored-By: OpenAI Codex <noreply@openai.com>
This commit is contained in:
co-authored by
OpenAI Codex
parent
a9f9ec5f08
commit
1f678a5b81
@@ -471,7 +471,7 @@ export const CARVE_GUARDS: Record<string, CarveGuard> = {
|
||||
mustPrecedeStop: ['land-deploy-confirmed'],
|
||||
mustMoveToSection: [
|
||||
'PRE-MERGE READINESS REPORT',
|
||||
'gh pr merge --squash --auto --delete-branch',
|
||||
'gh pr merge "$MERGE_FLAG" --auto --delete-branch',
|
||||
'DEPLOY INFRASTRUCTURE VALIDATION',
|
||||
],
|
||||
gateAfterStop: undefined, // operational skill
|
||||
|
||||
Reference in New Issue
Block a user