luyy9apples/dsh-workspace-memory0

dsh-workspace-memory

适用于 DeepSeek Harness 的审批授权式工作区指令与记忆管理插件

AI 分析

核心用途是管理项目工作区内的 Agent 指令与记忆文件。适合需要在特定工作区内持久化 Agent 行为规范并进行变更审批的用户。

套件
dsh-workspace-memory
版本
0.1.0
授權
MIT
最近更新
2026年9月1日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:luyy9apples/dsh-workspace-memory

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.