cli-swarm 7.0.34 → 7.0.35

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.
package/package.json CHANGED
@@ -34,5 +34,5 @@
34
34
  "url": "https://github.com/88208555/swarm-clitax.git"
35
35
  },
36
36
  "type": "module",
37
- "version": "7.0.34"
37
+ "version": "7.0.35"
38
38
  }
package/skill/SKILL.md CHANGED
@@ -5,7 +5,7 @@ description: '通过智能体大脑调度创建 N 个子智能体,用企业级
5
5
 
6
6
  # swarm
7
7
 
8
- Package version: v7.0.34
8
+ Package version: v7.0.35
9
9
 
10
10
  把「项目需求」编排为一支可观测、可自治、可安全运转的智能体蜂群。
11
11
 
package/skill/skill.json CHANGED
@@ -6,5 +6,5 @@
6
6
  "name": "swarm",
7
7
  "schemaVersion": "swarm.skill.request/1.0",
8
8
  "type": "Skill",
9
- "version": "v7.0.34"
9
+ "version": "v7.0.35"
10
10
  }
package/swarm-runtime.mjs CHANGED
@@ -3,7 +3,7 @@ const REQUEST_SCHEMA = "swarm.skill.request/1.0";
3
3
  const ALLOWED_EXTERNAL_ENDPOINTS = { blueprint: "https://cli.tax/wvz6zmRWmX" };
4
4
  const RESPONSE_SCHEMA = "swarm.skill.response/1.0"; const ERROR_SCHEMA = "swarm.skill.error/1.0";
5
5
  const ORG_SCHEMA = "swarm.org-chart/1.0"; const TASK_SCHEMA = "swarm.tasks/1.0"; const TEST_EVIDENCE_SCHEMA = "cli.tax.test-evidence/1.0";
6
- const COMPILER_NAME = "swarm"; const COMPILER_VERSION = "v7.0.34";
6
+ const COMPILER_NAME = "swarm"; const COMPILER_VERSION = "v7.0.35";
7
7
  const SHA256_PATTERN = /^[0-9a-f]{64}$/;
8
8
  const PURE_OPERATIONS = new Set([
9
9
  "capabilities", "help", "intake", "org-chart", "blueprint-bridge", "dispatch", "claim",