{ "name": "dsh-auto-memory", "version": "0.2.0", "description": "Claude Code style auto-memory plugin for DeepSeek Harness: typed memory files + MEMORY.md index auto-injected into the system prompt", "type": "module", "license": "MIT", "main": "lib/index.js", "types": "lib/index.d.ts", "exports": { ".": { "types": "./lib/index.d.ts", "default": "./lib/index.js" }, "./package.json": "./package.json" }, "files": [ "lib", "cordis.patch.yml" ], "scripts": { "build": "tsdown", "test": "vitest run", "prepare": "tsdown" }, "dependencies": { "@deepseek-ai/schemastery": "^3.18.2", "yaml": "^2.4.2" }, "peerDependencies": { "@deepseek-ai/cordis": "^4.0.2", "@deepseek-ai/dsh-agent": ">=0.1.5-rc.2 <0.2.0", "@deepseek-ai/dsh-atomic-write": ">=0.1.5-rc.2 <0.2.0", "@deepseek-ai/dsh-home-paths": ">=0.1.5-rc.2 <0.2.0", "@deepseek-ai/dsh-llm": ">=0.1.5-rc.2 <0.2.0", "@deepseek-ai/dsh-session": ">=0.1.5-rc.2 <0.2.0", "@deepseek-ai/dsh-system-prompt": ">=0.1.5-rc.2 <0.2.0", "@deepseek-ai/dsh-tools": ">=0.1.5-rc.2 <0.2.0" }, "devDependencies": { "@types/node": "^24.0.0", "tsdown": "^0.22.2", "typescript": "^5.9.0", "vitest": "^4.1.8" }, "engines": { "node": "^22.19.0 || >=24.0.0" }, "dsh": { "manifestVersion": 1, "bundle": { "patch": "./cordis.patch.yml" } }, "keywords": [ "deepseek-harness", "dsh-plugin", "memory", "agent", "claude-code" ], "repository": { "type": "git", "url": "git+https://github.com/AskTheWay/dsh-auto-memory.git" } }