cli-aimlock 7.0.25 → 7.0.29
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/aimlock-runtime.mjs +1 -1
- package/package.json +7 -2
- package/skill/SKILL.md +1 -1
- package/skill/skill.json +1 -1
package/aimlock-runtime.mjs
CHANGED
|
@@ -125,7 +125,7 @@ const RESPONSE_SCHEMA = "aimlock.skill.response/1.1";
|
|
|
125
125
|
const ERROR_SCHEMA = "aimlock.skill.error/1.0";
|
|
126
126
|
const CONTRACT_SCHEMA = "aimlock.scope-contract/1.0";
|
|
127
127
|
const COMPILER_NAME = "aimlock";
|
|
128
|
-
const COMPILER_VERSION = "v7.0.
|
|
128
|
+
const COMPILER_VERSION = "v7.0.29";
|
|
129
129
|
const KEEP_ALIVE_SECONDS = 90;
|
|
130
130
|
const KEEP_ALIVE_MESSAGE = "智能目标持续执行中,请勿关闭!";
|
|
131
131
|
const BYPASS_LINE_BUDGET = 500;
|
package/package.json
CHANGED
|
@@ -3,9 +3,14 @@
|
|
|
3
3
|
"cli-aimlock": "./cli.mjs"
|
|
4
4
|
},
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"cli-swarm": "
|
|
6
|
+
"cli-swarm": "7.0.29"
|
|
7
7
|
},
|
|
8
8
|
"description": "Aimlock skill installer for CLI.Tax: lock a user request into an executable aim and route Blueprint, Swarm, and Calctool.",
|
|
9
|
+
"exports": {
|
|
10
|
+
"./coordination": "./aimlock-coordination.mjs",
|
|
11
|
+
"./local-runner": "./aimlock-local-runner.mjs",
|
|
12
|
+
"./runtime": "./aimlock-runtime.mjs"
|
|
13
|
+
},
|
|
9
14
|
"files": [
|
|
10
15
|
"cli.mjs",
|
|
11
16
|
"installer.mjs",
|
|
@@ -27,5 +32,5 @@
|
|
|
27
32
|
"url": "https://github.com/88208555/aimlock-clitax.git"
|
|
28
33
|
},
|
|
29
34
|
"type": "module",
|
|
30
|
-
"version": "7.0.
|
|
35
|
+
"version": "7.0.29"
|
|
31
36
|
}
|
package/skill/SKILL.md
CHANGED
package/skill/skill.json
CHANGED