fix: follow official DSH candidates beyond alpha - #76
Open
WSL043 wants to merge 15 commits into
Open
Conversation
WSL043
marked this pull request as ready for review
September 3, 2026 10:28
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.
The official candidate intake was alpha-only, so it could not advance once DeepSeek Harness moved the 0.1.2 train from alpha to RC.
This change keeps the existing review-only candidate lane but makes candidate selection train-aware:
alpha,beta,rc,next, andlatest;alpha,beta, orrc;0.1.2-rc.1correctly outranks0.1.2-alpha.5;next/latestso the candidate watcher never steals the stable intake's job;dev/canaryeven when a generic tag points at them;alpha/beta/rctags fail-closed if upstream points them at the wrong train;dsh-v<version>GitHub tag before changingupstream.preview.lock.json;automation/official-previewbranch, manual review, full product qualification, and no-auto-publish/no-auto-merge policy.Validation:
npm testsuite passes;0.1.2-rc.1from npmnext, verified its npm integrity, and resolved immutable GitHub tag commita66e4702047846cdaa10c66c9d3df3951f5ea70d.No Portable release/version/publishing behavior is changed. This only fixes upstream candidate intake.