CMSKL/dsh-plugin-observatory

CMSKL★ 1TypeScript最后同步: 2026-08-19

在 GitHub 打开

DSH plugin compatibility audit and bounded Loader lifecycle observation

README 摘要

dsh-plugin-observatory English 中文 An independent, installable DSH plugin bundle for compatibility audits and runtime observation. It lives outside the DeepSeek Harness repository and integrates only through the public bundle, Cordis service, Loader event, and tool-registration interfaces. Its dsh.bundle patch mounts PluginObservatoryService at ctx.pluginObservatory and the package-owned invariant companion. The service registers two read-only tools: - plugin audit inspects one local package's package.json and declared dsh.bundle.patch . It checks manifest completeness, DSH/Cordis/Node version ranges, runtime dependency declarations, install lifecycle scripts, patch rows, duplicate ids, path containment, and unevaluated !!js expressions. - plugin observe projects current non-group Loader entries and their bounded root-Fiber transitions observed since this plugin activated. plugin audit returns report version 1 with a compatible , needs-review , or incompatible verdict. Errors determine incompatibility; warnings require review. The report carries no timestamp, sorts findings deterministically, and does not import target JavaScript or evaluate bundle expressions. Package and patch rea…

在 GitHub 查看完整 README →
工具/开发dsh-plugin

分类