powercontext-dsh v0.0.2
Windows install fix for the release tarball.
v0.0.1 failed on Windows when dsh plugin add *.tgz replaced a previous source/link: install. pnpm tried to recreate nested node_modules symlinks (EPERM) and pulled in publish-only devDependencies such as @types/node.
Fix
Release tarballs no longer include scripts or devDependencies. They are runtime-only: lib/, cordis.patch.yml, and the plugin manifest.
If you already installed from a source checkout, remove it before adding the tarball:
dsh plugin --profile web remove powercontext-dsh
dsh plugin --profile web add ./powercontext-dsh-0.0.2.tgzIf add still fails, delete a leftover junction at %USERPROFILE%\.dsh\profiles\web\node_modules\powercontext-dsh (do not delete the git checkout it pointed at), then run add again.
Install
dsh plugin --profile web add ./powercontext-dsh-0.0.2.tgzRequires a running PowerContext Server (default http://127.0.0.1:8000) and DeepSeek Harness.