Merge remote-tracking branch 'origin/main' into garrytan/land-deploy-dry-run

# Conflicts:
#	land-and-deploy/SKILL.md
#	land-and-deploy/SKILL.md.tmpl
This commit is contained in:
Garry Tan
2026-03-26 11:41:24 -06:00
70 changed files with 7216 additions and 210 deletions
+2
View File
@@ -79,6 +79,7 @@ export const E2E_TOUCHFILES: Record<string, string[]> = {
// Ship
'ship-base-branch': ['ship/**', 'bin/gstack-repo-mode'],
'ship-local-workflow': ['ship/**', 'scripts/gen-skill-docs.ts'],
'review-dashboard-via': ['ship/**', 'scripts/resolvers/review.ts', 'codex/**', 'autoplan/**', 'land-and-deploy/**'],
'ship-plan-completion': ['ship/**', 'scripts/gen-skill-docs.ts'],
'ship-plan-verification': ['ship/**', 'scripts/gen-skill-docs.ts'],
@@ -189,6 +190,7 @@ export const E2E_TIERS: Record<string, 'gate' | 'periodic'> = {
'review-design-lite': 'periodic', // 4/7 threshold is subjective
'review-coverage-audit': 'gate',
'review-plan-completion': 'gate',
'review-dashboard-via': 'gate',
// Office Hours
'office-hours-spec-review': 'gate',