dsh-track
fakechris/dsh-track
Embedded task management engine: decision-point protocol, idea capture wall, Linear-style issue store.
DeepSeek Harness plugin
Restart recovery for DeepSeek Harness web: after a crash or restart, an interrupted agent turn continues automatically (host-side agent/created listener, no browser timing races).
Jump to installStart 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/fakechris/dsh-harness-ops~23dsh-restart-recover
GitHub: https://github.com/fakechris/dsh-harness-ops/tree/main/plugins/dsh-restart-recover
Plugin: dsh-harness-ops#dsh-restart-recover
Author: fakechris
Install command: dsh plugin --profile web add github:fakechris/dsh-harness-ops#path:/plugins/dsh-restart-recover
Do not run the install command until I confirm.Read the README and other files from this plugin directory before installing.
{
"name": "@fakechris/dsh-restart-recover",
"description": "Restart recovery for dsh web: after a crash/restart, an interrupted agent turn continues automatically (host-side agent/created listener — no browser timing races). Pairs with the dsh-web-guard skill (which auto-relaunches the web process); together they make restart self-healing.",
"version": "0.2.1",
"type": "module",
"main": "lib/index.js",
"types": "lib/types/index.d.ts",
"scripts": {
"prepare": "node scripts/dsh-env.mjs tsc -p tsconfig.json",
"build": "node scripts/dsh-env.mjs tsc -p tsconfig.json",
"typecheck": "node scripts/dsh-env.mjs tsc -p tsconfig.json --noEmit",
"test": "node scripts/dsh-env.mjs vitest run tests"
},
"dsh": {
"bundle": {
"patch": "./cordis.patch.yml"
}
},
"exports": {
".": {
"types": "./lib/types/index.d.ts",
"default": "./lib/index.js"
},
"./cordis.patch.yml": "./cordis.patch.yml",
"./package.json": "./package.json"
},
"files": [
"lib",
"src",
"cordis.patch.yml"
],
"keywords": [
"dsh",
"deepseek-harness",
"dsh-plugin",
"dsh-bundle",
"restart",
"self-heal",
"recovery",
"plugin"
],
"publishConfig": {
"access": "public"
}
}