{ "name": "dsh-escalation-advisor", "version": "0.1.0-alpha.29", "description": "Three-mode visible-session advisor plugin for DeepSeek Harness with configurable tool permissions, local-subagent coverage, and task-tree budgets.", "type": "module", "main": "./lib/index.js", "types": "./lib/index.d.ts", "exports": { ".": { "types": "./lib/index.d.ts", "default": "./lib/index.js" }, "./client": "./client/index.js", "./package.json": "./package.json" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/", "tag": "alpha" }, "files": ["lib", "client", "scripts/patch-dsh-history.mjs", "cordis.patch.yml", "README.md", "README.zh-CN.md", "LICENSE", "DESIGN.md"], "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit && tsc -p tsconfig.test.json", "test": "vitest run", "check": "npm run typecheck && npm test && node --check client/index.js", "pack:check": "node scripts/check-package.mjs", "prepack": "npm run build", "prepublishOnly": "npm run check && npm run pack:check" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "inject": [ "@deepseek-ai/dsh-client-ui-settings-plugins", "@deepseek-ai/dsh-client-ui-commands", "@deepseek-ai/dsh-client-ui-session", "@deepseek-ai/dsh-client-ui-conversation", "@deepseek-ai/dsh-client-ui-model-selection" ], "external": ["@deepseek-ai/dsh-client-ui-model-selection", "@deepseek-ai/dsh-client-store"], "platform": "web" } }, "peerDependencies": { "@deepseek-ai/cordis": "^4.0.2", "@deepseek-ai/dsh-agent": "0.1.2-rc.1 || 0.1.5-alpha.2 || 0.1.5-rc.1", "@deepseek-ai/dsh-commands": "0.1.2-rc.1 || 0.1.5-alpha.2 || 0.1.5-rc.1", "@deepseek-ai/dsh-llm": "0.1.2-rc.1 || 0.1.5-alpha.2 || 0.1.5-rc.1", "@deepseek-ai/dsh-session": "0.1.2-rc.1 || 0.1.5-alpha.2 || 0.1.5-rc.1", "@deepseek-ai/dsh-settings": "0.1.2-rc.1 || 0.1.5-alpha.2 || 0.1.5-rc.1", "@deepseek-ai/dsh-subagent": "0.1.2-rc.1 || 0.1.5-alpha.2 || 0.1.5-rc.1", "@deepseek-ai/dsh-system-prompt": "0.1.2-rc.1 || 0.1.5-alpha.2 || 0.1.5-rc.1", "@deepseek-ai/dsh-tools": "0.1.2-rc.1 || 0.1.5-alpha.2 || 0.1.5-rc.1", "@deepseek-ai/dsh-typert-protocol": "0.1.2-rc.1 || 0.1.5-alpha.2 || 0.1.5-rc.1" }, "dependencies": {"@deepseek-ai/schemastery":"^3.18.2"}, "devDependencies": { "@deepseek-ai/cordis": "^4.0.2", "@deepseek-ai/dsh-agent": "0.1.5-alpha.2", "@deepseek-ai/dsh-commands": "0.1.5-alpha.2", "@deepseek-ai/dsh-llm": "0.1.5-alpha.2", "@deepseek-ai/dsh-session": "0.1.5-alpha.2", "@deepseek-ai/dsh-settings": "0.1.5-alpha.2", "@deepseek-ai/dsh-subagent": "0.1.5-alpha.2", "@deepseek-ai/dsh-system-prompt": "0.1.5-alpha.2", "@deepseek-ai/dsh-tools": "0.1.5-alpha.2", "@types/node": "^24.0.0", "typescript": "^5.9.0", "vitest": "^3.2.0", "@deepseek-ai/dsh-agent-loop": "0.1.5-alpha.2", "@deepseek-ai/dsh-subagent-spawn-in-process": "0.1.5-alpha.2", "@deepseek-ai/dsh-invariants": "0.1.5-alpha.2", "@deepseek-ai/dsh-scope": "0.1.5-alpha.2", "@deepseek-ai/dsh-session-projection": "0.1.5-alpha.2", "@deepseek-ai/dsh-typert-protocol": "0.1.5-alpha.2", "@deepseek-ai/dsh-util-values": "0.1.5-alpha.2", "@deepseek-ai/dsh-util-crypto": "0.1.5-alpha.2", "@deepseek-ai/dsh-attachment": "0.1.5-alpha.2", "@deepseek-ai/dsh-brand": "0.1.5-alpha.2", "@deepseek-ai/dsh-timeout": "0.1.5-alpha.2", "@deepseek-ai/dsh-chunked-list": "0.1.5-alpha.2", "@deepseek-ai/dsh-util-time": "0.1.5-alpha.2", "@deepseek-ai/dsh-code-runtime": "0.1.5-alpha.2", "@deepseek-ai/dsh-user-approval": "0.1.5-alpha.2", "@deepseek-ai/dsh-session-persistence": "0.1.5-alpha.2", "@deepseek-ai/dsh-subagent-in-process-driver": "0.1.5-alpha.2", "@deepseek-ai/dsh-deque": "0.1.5-alpha.2", "@deepseek-ai/dsh-typert-registry": "0.1.5-alpha.2", "@deepseek-ai/dsh-api-gateway": "0.1.5-alpha.2", "react": "18.3.1", "react-dom": "18.3.1" }, "engines": {"node":"^22.19.0 || >=24.2.0"}, "keywords": ["dsh", "dsh-plugin", "deepseek-harness", "cordis", "coding-agent", "ai-agent", "advisor", "escalation", "second-opinion", "shadow-reviewer", "subagent"], "license": "MIT", "repository": {"type":"git", "url":"git+https://github.com/zhangqian98/dsh-escalation-advisor.git"}, "homepage": "https://github.com/zhangqian98/dsh-escalation-advisor#readme", "bugs": {"url":"https://github.com/zhangqian98/dsh-escalation-advisor/issues"} }