{ "name": "dsh-self-memory", "version": "0.3.0", "description": "DSH 自记忆插件 v3(P0 升级):在 v2(加权关键词/泛化/倒排索引/前提感知/同义词规范化)之上增加事件驱动自动采集(会话轨迹落盘)、pre-step 自动召回注入( 围栏)、写路径可靠队列(失败入 pending 重放)、CJK 感知 token 预算。", "license": "MIT", "author": "cyanxi69-jpg", "repository": { "type": "git", "url": "git+https://github.com/cyanxi69-jpg/dsh-self-memory.git" }, "homepage": "https://github.com/cyanxi69-jpg/dsh-self-memory", "bugs": { "url": "https://github.com/cyanxi69-jpg/dsh-self-memory/issues" }, "type": "module", "main": "entry.js", "exports": { ".": "./entry.js", "./package.json": "./package.json", "./cordis.patch.yml": "./cordis.patch.yml" }, "files": [ "entry.js", "index.js", "lib", "cordis.patch.yml", "LICENSE", "README.md", "README.en.md" ], "engines": { "node": ">=22" }, "scripts": { "test": "node --test" }, "keywords": [ "deepseek-harness", "dsh", "dsh-plugin", "memory", "knowledge-base", "self-improving", "plugin", "agent" ], "dsh": { "bundle": { "patch": "./cordis.patch.yml" } } }