DeepSeek Harness plugin

dsh-bundle

Runtime governor for DeepSeek Harness: zero-progress steering, generation-bound verification evidence, evidence-aware completion guarding, and task-profile tool restriction.

Jump to install

Source facts

Repository
Leo-Ayh-Oday/dsh-orcana
Latest update
Aug 19, 2026
Category
Development & Runtime
GitHub stars
0

Install

Start with a prompt that asks an agent to read the source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to read the page and repository first.

Do not install anything yet. Read this DeepSeek Harness plugin and explain what it does, which files, networks, or credentials it can access, and how to install and remove it.

Plugin page: https://deepseekplugins.org/plugins/Leo-Ayh-Oday/dsh-orcana~23dsh-bundle
GitHub: https://github.com/Leo-Ayh-Oday/dsh-orcana/tree/main/packages/dsh-bundle
Plugin: dsh-orcana#dsh-bundle
Author: Leo-Ayh-Oday
Install command: dsh plugin --profile web add github:Leo-Ayh-Oday/dsh-orcana#path:/packages/dsh-bundle

Do not run the install command until I confirm.

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer2 files
README.mdSource · read only

@leooday/dsh-bundle

[English](README.md) | [中文](README.zh.md)

Profile bundle for dsh --profile orcana: installs @leooday/dsh-governor and coordinates it with repeat-tool-reminder.

Contract: the package manifest declares "dsh": { "bundle": { "patch": "./cordis.patch.yml" } }, making it an installable patch layer ([bundle contract](../../deepseek-harness/packages/bundle/README.md)).

Install

dsh plugin --profile orcana add @leooday/dsh-bundle

dsh plugin add installs the bundle and auto-activates it as a profile layer (@leooday/dsh-governor and @leooday/governor-core resolve as its dependencies). For checkout-based development, use [scripts/dev-install.sh](../../scripts/dev-install.sh) or profile pnpm-workspace.yaml overrides against local tarballs.

Known Limitations

  • The exclude override of repeat-tool-reminder targets the row id from

dsh-base; a profile that does not load dsh-base leaves the patch as a per-entry Loader warning (harmless, matches DSH patch semantics).