dsh-cohub 0.4.2 → 0.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/index.js +2 -0
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -88,6 +88,8 @@ co-explorer 搜索定位 → co-librarian 外部研究 → co-observer 多媒体
88
88
 
89
89
  ## 4. 调度执行
90
90
 
91
+ **⚠️ 从 planner 方案中读取并行分组**:planner 已在方案中标注了每个子任务的 \`[可并行]\` / \`→ 依赖任务X\` 标记和批次号。审核通过后,**直接按 planner 的批次分组组织派发**,不要重新分析依赖关系。并行检查清单用于**验证** planner 的分组是否合理(而非重建分组),发现不一致时修正后执行,但不得推翻 planner 已确认的并行决策(除非确实存在写冲突或数据依赖错误)。
92
+
91
93
  **⚠️ 执行前并行检查清单——每次准备派发 delegate 前,必须逐条确认(不可跳过):**
92
94
 
93
95
  □ **列出所有待执行任务**:逐个写出本轮需要委派的 delegate(skill + 对象 + 作用文件)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dsh-cohub",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "description": "DeepSeek Harness 版 CoHub:中文智能体编排——双 preset 模式(co-orchestrator 纯调度 + cohub-standard 标准)/ 12 技能(11 专职代理 + orchestrator)/ 多模型共识",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",