xiaozhugez/dsh-project-memory ↗★ 1
dsh-project-memory
Project-scoped AI memory: records pitfalls and user habits per project, injects them into future conversations
AI Analysis
核心用途是让 AI 具备特定项目仓库的长期记忆。适合在特定代码库中频繁与 AI 协作,希望 AI 记住该项目专属规范与避坑指南的开发者。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:xiaozhugez/dsh-project-memoryREADME
Read the full README ↗配置
通过 profile 或 home patch 在本 bundle 之上覆盖:
- id: project-memory
name: dsh-project-memory
config:
memoryDir: .dsh # 项目根下的存储目录;默认 .dsh
autoInject: true # 是否注入记忆到模型上下文;默认 true