DeepSeek Harness Plugins
DeepSeek Harness PluginManifest Valid

dsh-workstate

Local-first structured work-state checkpoints and safe handoffs for DeepSeek Harness agents.

Developer Tools
1GitHub Stars0ForksUpdated2026-08-16

Install

$ dsh plugin --profile web add dsh-workstate

Plugin Overview & Capabilities

AI-assisted organization based on the public repository snapshot. The content must be grounded in source evidence and does not replace compatibility or security verification.

source-grounded
dsh-workstate is a DeepSeek Harness plugin that records machine-readable coding-task state, validates workspace continuity, and helps agents resume or transfer work without altering Git state.

Key Capabilities

  • Creates structured work-state checkpoints with progress, decisions, failures, verification, changed paths, next actions, and a Git integrity fingerprint.
  • Exports intentional handoff packets with the transfer command.
  • Lists, inspects, compares, and validates saved checkpoints.
  • Validates Git branch, commit, dirty state, and a content fingerprint before resume.
  • Provides /workstate commands and model tools for capture, reading, diffing, validation, and resume.
  • Stores packets locally under .dsh/workstate/ using the dsh.workstate/v1alpha1 format.

Useful For

  • Hand off an in-progress coding task between agents or developers.
  • Pause work and preserve structured context for a later session.
  • Check whether a workspace still matches a prior checkpoint before resuming.
  • Compare progress between two work-state checkpoints.

Who It Fits

  • DeepSeek Harness users running coding agents.
  • Developers coordinating agent-to-agent or agent-to-human task handoffs.
  • Teams that need local structured context instead of conversational handoff notes.

Documented Limitations

  • Requires Node.js 22.19+ and DeepSeek Harness 0.1.0-rc.6.
  • Resume fails when workspace state has diverged unless --allow-diverged is used.
  • Packets contain paths and hashes rather than file contents or diffs.
  • Checkpoint history is local and gitignored; only transfer exports are intended to be trackable.

DSH Compatibility

Version-specific runtime evidence collected by DSH Plugin. A missing result means we have not tested that combination yet.

Not tested yetNo runtime compatibility tests have been published yet.

Security Signals

Objective signals discovered from package metadata and source inspection. These are not a guarantee that a plugin is safe.

Dependency Counts

package.json declares 1 runtime, 8 development, 5 peer, and 0 optional dependencies.

info
Dsh Bundle Declared

package.json declares DSH bundle metadata.

info
License Declared

GitHub reports the repository license as MIT.

info
Package Manifest Available

A root package.json was captured and can be inspected by the registry.

info
Source Available

Public GitHub source metadata is available for this registry snapshot.

info

Source & Registry Notes

Public provenance, Registry classification, and the latest source check for this entry, kept separate from runtime verification.

Source repository
luoyuejun9/dsh-workstate
Registry source
GitHub · dsh-plugin topic
Registry classification
Plugin
Source checked
0b1b147 · 2026-08-16

This project is independently indexed from public source information. DSH Plugin is not affiliated with DeepSeek or the plugin author. Always check the author repository before installation.

Repository Activity

GitHub stars
1GitHub stars
Forks
0
Open issues
0
Last commit
2026-08-16
Last release
2026-08-16
For maintainers

Maintaining this plugin?

This listing is generated from public repository data. If you maintain this project, you can review the information and share this listing with your users if you find it useful.

Add to README
Listed on DSHPlugin.app