fix(cli-e2e): published flow-b workers block keeps --minimum-dependency-age unique#631
Merged
Merged
Conversation
rickylabs
marked this pull request as ready for review
July 11, 2026 12:42
This was referenced Jul 11, 2026
Closed
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.
Summary — unblocks beta.7 release verification
e2e-cli-prodrun 29152236349 failed against published0.0.1-beta.7atruntime.wait.workers-api: the beta.7 CLI's generated apphost workers block now natively carries--minimum-dependency-age=0(template), and the flow-b fixture's published-mode rewrite injected it a second time —deno runrejects the duplicate flag, so workers-api crashes at spawn. Masked in beta.6 prod rounds by the earlier telemetry graph crash (#624 unmasked it). Diagnosed on a preserved local repro: launch args showed the flag twice; local run failed the same resource atbehavior.workers-health(same crash, observed one phase later — the round-4 "healthy-then-probe-timeout" signature).Fix (e2e layer only):
configurePublishedWorkersBlock()rewrites only the config filename, then inserts the dep-age flag only if absent — beta.7-shaped blocks (flag already present) stay single-flag; older published CLIs (no flag) still get the recency bypass for targeted re-verification runs. Unit tests assert exactly-once for both shapes.Refs #612. After merge: re-dispatch
e2e-cli-prodwithpublished-version=0.0.1-beta.7for the clean release verdict.Lane: WSL Codex fast-fix slice (Luna max, worktree
ns-wt-prodfix) under the beta-7 orchestrator (df71d36c); worklog.llm/runs/fix-prod-dup-flag--codex/worklog.md.