luyy9apples/dsh-workspace-memory ↗★ 0
dsh-workspace-memory
适用于 DeepSeek Harness 的审批授权式工作区指令与记忆管理插件
AI 分析
核心用途是管理项目工作区内的 Agent 指令与记忆文件。适合需要在特定工作区内持久化 Agent 行为规范并进行变更审批的用户。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:luyy9apples/dsh-workspace-memory說明文件
閱讀完整 README ↗Defaults and configuration
The Bundle installs this configuration:
memoryFile: .dsh-memory.md
instructionFile: AGENTS.md
suggestUpdates: true
maxBytes: 32768
To override it, add a later row to $DSH_HOME/profiles/web/cordis.patch.yml. DSH replaces the complete config value, so restate every field:
- id: workspace-memory
config:
memoryFile: .dsh-memory.md
instructionFile: AGENTS.md
suggestUpdates: false
maxBytes: 65536
The filenames must be distinct, same-directory names without path separators. maxBytes applies separately to each complete file and to the proposal rationale. Existing files must be regular UTF-8 files; symbolic links at the final path component are rejected.