Highlights
dsh-plugin-guardian v0.1.0 — the plugin lifecycle guardian for DeepSeek Harness. Three tools covering "先体检,再转正" (diagnose before you install, promote after you build):
plugin_doctor— read-only single-plugin health check with three-tier confidence (confirmed/inferred/unknown)plugin_profile_scan— cross-plugin conflict scanning: tool-name collisions, duplicate entries, dependency version skewplugin_promote— doctor-gated promotion of an ephemeral plugin into a durable, versioned asset with a provenance marker
Install
dsh plugin --profile web add github:Nico0713520/dsh-plugin-guardianNotes
- Read-only by design;
plugin_promotenever touches the live profile unlessregister=true. - 32 tests, tsc clean, CI on Node 20/22/24.
- DSH is in developer preview — pin your
@deepseek-ai/dshversion. - Confidence model borrowed from Pi's
pi-extension-doctor(confirmed/inferred/unknown).