ci: qualify DSH 0.1.5 candidate source graph in isolation - #45
Open
Altairpaca wants to merge 11 commits into
Open
Altairpaca wants to merge 11 commits into
Altairpaca wants to merge 11 commits into
Conversation
This was referenced Sep 10, 2026
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.
Why
DSHelm now has source-level bridges for the DSH 0.1.5 Session, subagent and Web panel seams, but the committed package graph must remain the verified
0.1.0-rc.7baseline until candidate evidence passes. We need a machine lane that tests the current candidate without rewriting that baseline first.Change
dsh-candidate-sourceworkflow;compatibility-candidates.jsonrather than hard-coding it into the workflow;@deepseek-ai/dsh@0.1.5-rc.1host in the disposable checkout so its prerelease peer cohort is resolved as a real host installation rather than through stable-looking peer ranges;@dshelm/dshand CLI;@deepseek-ai/dsh-api-session-controllerforsessionsand@deepseek-ai/dsh-client-ui-rendererforslots;0.85.1for the 0.1.5 experiment;0.1.5-rc.1counterparts for already-reviewed DSH package names in the disposable candidate checkout;Evidence found during qualification
The first lane run failed before source compilation because current DSH prerelease peers such as
@deepseek-ai/dsh-sandbox@>=0.1.5 <0.2.0-0do not themselves select the0.1.5-rc.1package published on thenextdist-tag. Adding the exact DSH host cohort makes package resolution succeed.The second run resolved the full candidate host graph, then stopped at pnpm's minimum-release-age verification for same-day
0.1.5-rc.1packages. The lane now seeds exact candidate-version exclusions only for DSH names already present in the verified baseline; it does not disable the policy or wildcard-approve future versions.These are package/policy qualification findings, not evidence of source/runtime incompatibility.
Evidence boundary
This lane proves package availability and source/type/build compatibility only. It does not mutate committed manifests or lockfiles, execute native install scripts, prove Session V3 persistence, prove Web materialization inside a live 0.1.5 Web profile, or promote
compatibility.json.tested.Refs #34 #41 #47.