DSH Plugins
Back to plugins

@jorinyang/dsh-doctor

CheckedUnpinnedv0.3.2Model tools

DeepSeek Harness diagnostic, repair, and rollback plugin: dsh_doctor (diagnose), dsh_doctor_fix (journaled repair), dsh_doctor_rollback (LIFO undo), plus a Cordis runtime service for dynamic self-healing.

Install

dsh plugin --profile web add @jorinyang/dsh-doctor

Swap web for your own profile name. First use initializes the profile for you.

Checks

  • declares-bundle
    Declares dsh.bundle.patch → cordis.patch.yml
  • patch-shipped
    The patch file ships in the tarball
  • patch-parses
    Patch parses and mounts 1 plugin row(s)
  • rows-resolvable
    Every plugin row resolves to a published package
  • entry-shipped
    Entry module ships: lib/index.js
  • prebuilt
    Prebuilt — installs without running build scripts

What it mounts

insertdsh-doctor@jorinyang/dsh-doctor

These are the rows the plugin's cordis.patch.yml inserts into your config tree. After installing, dsh --profile <name> --dump-config prints them back.

Version compatibility

@deepseek-ai/cordis^4.0.1-rc.14.0.1Current
@deepseek-ai/dsh-tools*0.1.0-rc.6Unpinned
@deepseek-ai/schemastery^3.18.1-rc.13.18.1Current

dsh moved 0.0.1-rc.1 to 0.1.0-rc.6 in three days. Note the dsh library packages promote current releases on the next tag; latest still points at the first-day version.