cli-swarm 7.0.34 → 7.0.36
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 +1 -1
- package/skill/SKILL.md +1 -1
- package/skill/skill.json +1 -1
- package/swarm-runtime.mjs +1 -1
package/package.json
CHANGED
package/skill/SKILL.md
CHANGED
package/skill/skill.json
CHANGED
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.
|
|
6
|
+
const COMPILER_NAME = "swarm"; const COMPILER_VERSION = "v7.0.36";
|
|
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",
|