CMSKL/dsh-plugin-observatory1

dsh-plugin-observatory

Static DSH plugin compatibility audit before installation, plus bounded Loader lifecycle observation

包名
dsh-plugin-observatory
版本
0.1.0
许可证
MIT
最近更新
2026年8月22日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:CMSKL/dsh-plugin-observatory

Configuration

KeyDefaultMeaning
allowedRoots[process.cwd()] in a direct mount; the shipped bundle uses the working directory and DSH profile rootPackage directories must resolve beneath one of these canonical roots.
maxManifestBytes262144Maximum UTF-8 bytes read from package.json; maximum accepted value is 32 MiB.
maxPatchBytes1048576Maximum UTF-8 bytes read from the declared bundle patch; maximum accepted value is 32 MiB.
maxPatchDepth64Maximum parsed patch object/array nesting depth; maximum accepted value is 256.
maxPatchNodes10000Maximum object/array visits, including repeated alias expansion; maximum accepted value is 100,000.
maxObservedEntries256Maximum Loader entry histories retained in memory.
maxTransitionsPerEntry64Maximum recent transitions retained for one Loader entry.