DSH Plugins Marketplace

DSH Plugins

Plugins

/

dsh-action-parity

d

dsh-action-parity

Manifest valid2

Cross-surface action binding and replay parity evidence for DeepSeek Harness

hasBundlePatch

DSH Action Parity

CI MIT license Node.js 22+ Awesome DSH Plugins

Evidence that a business action is implemented once and reached consistently from CLI, MCP and GUI surfaces in DeepSeek Harness. Version 0.2 adds a formal Codex plugin manifest, a proof-only MCP server, real ToolRuntime smoke coverage and a namespace-export regression test for the stock DSH Web loader.

This plugin does not execute business actions and does not test buttons by pixels. It verifies a manifest of stable Action IDs, content-addressed action-core and binding declarations, and structural replay observations produced by each interface.

What it verifies

  • every CLI, MCP and GUI binding names the same stable actionId and coreActionId;
  • GUI bindings expose data-action-id:<actionId> while CLI and MCP use stable machine identifiers;
  • core modules, binding declarations and replay fixtures still match their declared SHA-256;
  • the same fixture yields the same result digest, success state and state-version transition on every surface;
  • stale mutations fail closed with STALE_STATE and do not advance state;
  • confirmation-required actions enforce confirmation on every surface;
  • missing/stale evidence and every parity failure are disclosed in a deterministic content-addressed report.

Inputs containing secret-, prompt-, chat-, raw input/output-, argv-, stdout- or stderr-shaped fields are rejected. Paths must remain inside workspaceRoot; symlink inputs and output directories are rejected. Only the explicit artifactDir is written, with atomic publication and SHA-256 read-back verification.

Install

dsh plugin --profile web add github:dongsheng123132/dsh-action-parity

The bundle registers dsh_action_parity_inspect and dsh_action_parity_verify.

The package deliberately exposes only namespace exports and declares standard ToolDefinition objects without bundling a second DSH runtime. This keeps it loadable by the stock DSH Web profile while preserving the same shared, interface-free verification core for DSH tools, CLI and MCP.

CLI

dsh-action-parity inspect --workspace-root examples/basic --manifest action-parity.manifest.json
dsh-action-parity verify --workspace-root examples/basic --manifest action-parity.manifest.json --observations observations.jsonl --artifact-dir artifacts

Exit code 0 means verified, 2 means evidence was processed but parity failed, and 1 means invalid or unsafe input.

See examples/basic for a mutation whose CLI, MCP and GUI bindings share one core, including success and stale-state fixtures.

Codex and proof-only MCP

The formal Codex bundle exposes two stdio MCP tools:

  • action_parity_manifest_inspect validates an inline manifest;
  • action_parity_observations_verify checks inline JSONL envelopes against that manifest.

These MCP tools are intentionally proof-only: they do not read the filesystem, dereference declaration paths, execute actions or write artifacts. Therefore declaration content hashes are reported as not verified. Use the DSH tools or CLI when you need workspace-bounded file hash verification and an atomically published, read-back-verified report.

Development

npm test
npm run check
npm run smoke:plugin
npm run smoke:mcp
npm run smoke:dsh
npm run smoke:web-loader

MIT

Comments

Loading…

Similar plugins

dsh-release-proof

by dongsheng123132

Reproducible multi-source release evidence for DeepSeek Harness artifacts and mirrors

Tools & CapabilitiesDevelopment & InfrastructureManifest valid

2

MIT

JavaScript

Sep 7, 2026

dsh plugin --profile web add dsh-release-proof

by DDDFXYqiming

Cross-session long-term memory plugin for DeepSeek Harness

Tools & CapabilitiesManifest valid

3

741/wk

MIT

JavaScript

Sep 20, 2026

dsh plugin --profile web add dsh-layered-memory

by Wha1eChai

Same-runtime cross-Session discovery and communication for DeepSeek Harness

Sessions & MessagesManifest valid

2

108/wk

MIT

TypeScript

Aug 14, 2026

dsh plugin --profile web add @wha1echai/dsh-cross-session

by dongsheng123132

Deterministic revision-pinned benchmarks and regression evidence for DeepSeek Harness

Tools & CapabilitiesDevelopment & InfrastructureManifest valid

3

MIT

JavaScript

Sep 7, 2026

dsh plugin --profile web add dsh-benchmark

by happyren

Cross-session verification, claims and a decision ledger for DeepSeek Harness — so two agent sessions don't repeat, contradict or deadlock each other.

Tools & CapabilitiesManifest valid

6

68/wk

MIT

TypeScript

Sep 12, 2026

dsh plugin --profile web add dsh-agent-messaging

by guyuefangyuanl

Cross-session persistent memory for the DeepSeek Harness: a model-facing memory tool, an always-on index section, and a bundled maintenance skill.

Manifest valid

3

467/wk

MIT

JavaScript

Aug 21, 2026

dsh plugin --profile web add dsh-memory