{ "name": "evo-subagent", "version": "0.6.0", "description": "Unified DeepSeek Harness plugin: role-based subagent routing + per-agent evolution — prefercmd/memory as knowledge allow/deny lists, so repeated tasks start from proven commands and save tokens", "type": "module", "main": "index.js", "exports": { ".": "./index.js", "./binding": "./binding.js", "./client": "./dsh/client.js", "./package.json": "./package.json" }, "files": [ "index.js", "plugin.js", "binding.js", "evolution.js", "scope.js", "cordis.patch.yml", "templates", "dsh", "README.md", "README.zh-CN.md", "LICENSE" ], "scripts": { "test": "node --test --test-isolation=none", "check": "node --check index.js && node --check plugin.js && node --check binding.js && node --check evolution.js && node --check scope.js", "prepack": "npm run check && npm test" }, "keywords": [ "deepseek-harness", "dsh", "dsh-plugin", "subagent", "model-routing" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/ZekaiShi/evo-subagent.git" }, "homepage": "https://github.com/ZekaiShi/evo-subagent#readme", "bugs": { "url": "https://github.com/ZekaiShi/evo-subagent/issues" }, "publishConfig": { "access": "public" }, "peerDependencies": { "@deepseek-ai/cordis": "^4.0.2", "@deepseek-ai/dsh-llm": "^0.1.5-rc.1", "@deepseek-ai/dsh-subagent": "^0.1.5-rc.1", "@deepseek-ai/dsh-tools": "^0.1.5-rc.1" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "inject": [], "platform": "web", "immediately": true } }, "engines": { "node": ">=24.2.0" }, "packageManager": "pnpm@11.19.0", "devDependencies": { "@deepseek-ai/dsh": "0.1.5-rc.1" } }