{ "name": "@dsh-external/dsh-project-memory", "version": "0.1.3", "description": "项目记忆(Project Memory):本地优先的项目记忆插件。每个项目一份 .dsh-memory.json(按 cwd 隔离),提供 memory_read/recall/write/update/delete 五工具、/memory 命令、设置页记忆管理 UI(编辑/删除/拖动排序/一键保存排序/状态过滤/搜索/多项目切换),全部遵循'随核心快速适配'(适配器+探测-退化-上报)与'万物皆插件'(可独立挂载/停用)。【单线 0.1.3】2026-09-11 起取消双线:只面向 DSH 最新核心(0.1.5-rc.1 及更新,桌面端 2.0.7+/2.0.9),不再为旧核做适配;含读取保序修复与「保存排序」二次确认/回读校验。同属 0.1.x 系列——**只有出现较大优化或新功能时才升 0.2.0**(本版暂不发布)。", "private": false, "publishConfig": { "access": "public" }, "type": "module", "main": "./lib/index.js", "types": "./lib/types/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/LAYZR114/dsh-project-memory.git" }, "keywords": [ "dsh", "deepseek-harness", "dsh-plugin", "memory", "project-memory", "plugin" ], "scripts": { "test": "node --test", "prepack": "node --test" }, "exports": { ".": { "types": "./lib/types/index.d.ts", "default": "./lib/index.js" }, "./client": { "types": "./lib/types/client/index.d.ts", "default": "./lib/client.js" }, "./package.json": "./package.json" }, "files": [ "lib", "cordis.patch.yml", "README.md", "VERSION-LINES.md", "LICENSE", "docs" ], "license": "BSD-3-Clause", "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "inject": [ "@deepseek-ai/dsh-client-ui-slots" ], "platform": "web" } }, "peerDependencies": { "@deepseek-ai/cordis": ">=4.0.0-rc <5", "@deepseek-ai/dsh-tools": ">=0.1.5-rc.1" }, "peerDependenciesMeta": { "@deepseek-ai/cordis": { "optional": true }, "@deepseek-ai/dsh-tools": { "optional": true } } }