Skip to content

dsh-plugin-guardian v0.1.0

Latest

Choose a tag to compare

@Nico0713520 Nico0713520 released this 17 Aug 16:32
· 3 commits to main since this release

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 skew
  • plugin_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-guardian

Notes

  • Read-only by design; plugin_promote never touches the live profile unless register=true.
  • 32 tests, tsc clean, CI on Node 20/22/24.
  • DSH is in developer preview — pin your @deepseek-ai/dsh version.
  • Confidence model borrowed from Pi's pi-extension-doctor (confirmed / inferred / unknown).