Install
Inside DeepSeek Harness, with dsh-market
dsh plugin --profile web add dshmarket
Or from the command line
dsh plugin --profile web add dsh-myrules
Installing runs third-party code with your own permissions — it can read your files, use your credentials and reach the network. Review the source first, and pin a commit (github:owner/repo#sha) when you can.
README
My Rules for DeepSeek Harness (DSH): edit your host-wide global instructions
from the DSH Web settings page. A "Customize" section (个性化) provides a
multi-line editor for $DSH_HOME/AGENTS.md — the file
dsh-agent-instructions
injects into every session on this machine as a durable instruction block.
Edit once, save — new sessions apply it immediately; the current session picks it up after its next file operation. No restart needed.
Install
dsh plugin --profile web add dsh-myrules@0.1.1
Restart dsh web, then open Settings → Customize.
Usage
- Open Settings → Customize (个性化)
- Edit your custom instructions (Markdown, one or many lines)
- Click Save
Saving is straightforward:
- an empty save deletes the file (clearing the instructions) — confirm first
- content beyond the 64 KB instruction budget is saved with a warning (the renderer omits broader files before truncating the most specific one)
How it works
- Host (
lib/host.js): aTypertRemoteServicegateway under themyRuleswire namespace —readGlobalRules/writeGlobalRules. The file path resolves through$DSH_HOME(config → env →~/.dsh). - Client (
lib/client.js): a standard client-modules bundle registering thesettings.sectionpage; fully localized (zh/en). - Effect: no hot-reload needed — DSH's built-in
dsh-agent-instructionswatches the user-global scope and re-injects on file changes.
License
MIT