JohnXu22786/task-board0

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.

AI 分析

核心用途是跨会话管理智能体的工作任务。适合需要记录工作项生命周期、审计历史并注入会话上下文的复杂长周期任务。

パッケージ
dsh-slate
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/17

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:JohnXu22786/task-board

ドキュメント

README 全文を読む ↗

Configuration

KeyDefaultDescription
dataDir.slateBoard data directory; relative paths resolve against the dsh process cwd
boardNameworkspaceBoard name (2–40 chars)
idPrefixSItem id prefix (1–4 uppercase letters)
snapshotEvery200Write a snapshot every N events (≥5)
writerNameagentOperator id used when this process writes events
digestEnabledtrueWhether to register the session digest section
digestOrder160Digest section ordering (tool description band 100–199)
digestMaxActive6Max 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.