{ "name": "dsh-plugin-task-coordinator", "version": "0.26.5", "description": "Codex-style cross-task coordination for DeepSeek Harness: list, inspect, spawn, message and steer top-level sessions from a supervisor agent, with team workstreams, correlation ids, batch spawning, interactive dispatch confirmation (task_confirm approval cards, reusable mission-scoped approvals), multi-select partial dispatch (task_confirm_select), workspace migration for existing sessions (task_workspace), per-child model selection with live model-route discovery (task_models), a GUI-editable spawn-model default (a first-level 任务编排 settings section, durable settings section), workspace placement fallback with full observability (cwd exact match, caller inheritance, nearest-ancestor normalization, git-worktree awareness, ungrouped receipts with remediation hints — configurable via workspacePolicy), localized user-facing UI strings following the host language preference (zh/en), default result report-back from spawned tasks, recursion-depth governance, workspace inheritance, a durable spawn registry, a /tasks slash command and a copy-session-id header button. Ships the task-coordination supervisor skill.", "type": "module", "main": "index.mjs", "exports": { ".": "./index.mjs", "./client": "./client.js", "./package.json": "./package.json" }, "files": [ "index.mjs", "config.mjs", "safety.mjs", "title.mjs", "registry.mjs", "family.mjs", "feedback.mjs", "external.mjs", "i18n.mjs", "settings.mjs", "ops.mjs", "tools.mjs", "commands.mjs", "skills.mjs", "skills/", "client.js", "cordis.patch.yml", "screenshots.json", "assets/", "CHANGELOG.md", "docs/", "README.md", "README.zh-CN.md", "LICENSE", ".gitignore", "install.ps1" ], "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web" } }, "scripts": { "check": "node --check index.mjs && node --check family.mjs && node --check feedback.mjs && node --check external.mjs && node --check config.mjs && node --check safety.mjs && node --check title.mjs && node --check registry.mjs && node --check i18n.mjs && node --check settings.mjs && node --check ops.mjs && node --check tools.mjs && node --check commands.mjs && node --check skills.mjs && node --check client.js", "test": "node --test test/*.test.mjs" }, "peerDependencies": { "@deepseek-ai/dsh-client-connection": ">=0.1.5-rc.1 <0.1.6", "@deepseek-ai/dsh-llm": ">=0.1.2-0 <0.1.3 || >=0.1.3-0 <0.1.4 || >=0.1.4-0 <0.2.0 || >=0.1.5-rc.1 <0.1.6", "@deepseek-ai/dsh-skill-filesystem": ">=0.1.2-0 <0.1.3 || >=0.1.3-0 <0.1.4 || >=0.1.4-0 <0.2.0 || >=0.1.5-rc.1 <0.1.6", "@deepseek-ai/dsh-tools": ">=0.1.2-0 <0.1.3 || >=0.1.3-0 <0.1.4 || >=0.1.4-0 <0.2.0 || >=0.1.5-rc.1 <0.1.6", "@deepseek-ai/schemastery": ">=3.18.0 <4" }, "engines": { "node": "^22.19.0 || >=24" }, "keywords": [ "deepseek-harness", "dsh", "task-coordination", "supervisor", "multi-session", "skill" ], "repository": { "type": "git", "url": "git+https://github.com/Kayungko/dsh-plugin-task-coordinator.git" }, "license": "MIT" }