{ "name": "@xxinchen/dsh-plugin", "version": "0.2.1", "description": "Minta for DeepSeek Harness — bundles the MCP wiring, a real Cordis plugin (runtime skill + session-start prewarm), and the minta agent preset (per-turn preflight/postflight protocol) over the Minta memory engine.", "repository": { "type": "git", "url": "git+https://github.com/xinchen03/minta.git" }, "type": "module", "main": "lib/index.js", "exports": { ".": "./lib/index.js", "./package.json": "./package.json" }, "files": [ "lib", "presets", "cordis.patch.yml", "README.md" ], "peerDependencies": { "@deepseek-ai/cordis": "^4.0.1" }, "engines": { "node": "^22.19.0 || >=24.0.0" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" } }, "license": "Apache-2.0" }