CMSKL/dsh-plugin-observatory ↗★ 1
dsh-plugin-observatory
Static DSH plugin compatibility audit before installation, plus bounded Loader lifecycle observation
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:CMSKL/dsh-plugin-observatory说明文档
阅读完整 README ↗Configuration
| Key | Default | Meaning |
|---|---|---|
allowedRoots | [process.cwd()] in a direct mount; the shipped bundle uses the working directory and DSH profile root | Package directories must resolve beneath one of these canonical roots. |
maxManifestBytes | 262144 | Maximum UTF-8 bytes read from package.json; maximum accepted value is 32 MiB. |
maxPatchBytes | 1048576 | Maximum UTF-8 bytes read from the declared bundle patch; maximum accepted value is 32 MiB. |
maxPatchDepth | 64 | Maximum parsed patch object/array nesting depth; maximum accepted value is 256. |
maxPatchNodes | 10000 | Maximum object/array visits, including repeated alias expansion; maximum accepted value is 100,000. |
maxObservedEntries | 256 | Maximum Loader entry histories retained in memory. |
maxTransitionsPerEntry | 64 | Maximum recent transitions retained for one Loader entry. |