dsh-slate
Cross-session work ledger for agent harnesses: event-sourced work items with lifecycle tracking, audit history, and session context injection. Ships as a DeepSeek Harness (dsh) bundle.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:JohnXu22786/task-board说明文档
阅读完整 README ↗Configuration
| Key | Default | Description |
|---|---|---|
dataDir | .slate | Board data directory; relative paths resolve against the dsh process cwd |
boardName | workspace | Board name (2–40 chars) |
idPrefix | S | Item id prefix (1–4 uppercase letters) |
snapshotEvery | 200 | Write a snapshot every N events (≥5) |
writerName | agent | Operator id used when this process writes events |
digestEnabled | true | Whether to register the session digest section |
digestOrder | 160 | Digest section ordering (tool description band 100–199) |
digestMaxActive | 6 | Max items listed per class in the digest (1–20) |
On the CLI side, the data directory is set by the SLATE_HOME environment variable or the --home argument.