Commit bb9e092
V47 Gate 10: Repair promotion workflow pre-promotion check targets
Fix a template double-substitution in v47-canon-promotion.yml: the V46
pre-promotion validation branch ran canon-posture-drift with --active-canon
V47 --draft-target V48 and canonical-inputs with --current-target V47 — the
post-promotion targets — so the workflow failed closed before promoting.
The pre-promotion branch now validates --active-canon V46 --draft-target V47
and --current-target V46; the post-promotion branch and promote step retain
their V47/V48 targets. Regenerate the promotion readiness artifact against
the repaired workflow digest.
Validated with:
- pnpm run check:v47-gate10 (includes readiness tests and the V47 promotion dry-run)
- pnpm run check:v47-promotion-readiness
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent f2c102c commit bb9e092
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
240 | | - | |
| 240 | + | |
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | | - | |
| 78 | + | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments