latest and next tags resolve to 0.1.0-rc.6, while the public default branch ends at the rc.5 release merge and GitHub has no Release object.Separate four signals.
- Dist-tag: what a fresh unpinned install would resolve now.
- Published artifact: the immutable package version and integrity metadata downloaded from npm.
- Installed artifact: the package actually selected by the current global install, project, cache, or launcher.
- Source revision: the commit used for code links and mechanism claims. It may not reconstruct an unpublished package exactly.
Capture the executable evidence.
Run this before changing the installation:
npx @deepseek-ai/dsh --version
npm view @deepseek-ai/dsh dist-tags --json
npm view @deepseek-ai/dsh@0.1.0-rc.6 dist.integrity gitHead --json
Also record the exact launch command, Node version, operating system build, profile, and resolved configuration. If the first command downloads a package, preserve that output: it is part of the reproduction.
Pin experiments, not assumptions.
npx @deepseek-ai/dsh@0.1.0-rc.6 --version
npx @deepseek-ai/dsh@0.1.0-rc.6 web
An explicit version makes a clean-room retry comparable. It does not prove that an existing failing process used the same artifact, so capture first and reinstall second.
Write incident claims with both coordinates.
A useful report says: “Observed on npm package 0.1.0-rc.6; source mechanism inspected at commit 47f94385.” If those coordinates differ, label the source conclusion source-consistent rather than reproduced.
Primary evidence.
Keep the evidence boundary visible
Check the live field status.
Known reports are labeled observed, source-consistent, or verified—never silently blended.
Open Field Status