luyy9apples/dsh-workspace-memory0

dsh-workspace-memory

Approval-gated workspace instructions and memory for 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.