cli-calctool 0.3.0 → 0.3.1
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
|
@@ -1,27 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cli-calctool",
|
|
3
|
-
"version": "0.3.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.3.1",
|
|
4
|
+
"description": "Calctool + Blueprint 多 IDE 安装器:从 cli.tax 自动拉取并分发到本机所有已装 IDE(Codex/DSH/Claude/Cursor/…)。支持 check 更新检测。",
|
|
5
5
|
"type": "module",
|
|
6
|
-
"bin": {
|
|
7
|
-
|
|
8
|
-
},
|
|
9
|
-
"files": [
|
|
10
|
-
"install.mjs",
|
|
11
|
-
"sources.json",
|
|
12
|
-
"skills"
|
|
13
|
-
],
|
|
14
|
-
"engines": {
|
|
15
|
-
"node": ">=18"
|
|
16
|
-
},
|
|
6
|
+
"bin": { "cli-calctool": "install.mjs" },
|
|
7
|
+
"files": ["install.mjs", "sources.json", "skills"],
|
|
8
|
+
"engines": { "node": ">=18" },
|
|
17
9
|
"license": "MIT",
|
|
18
|
-
"keywords": [
|
|
19
|
-
"blueprint",
|
|
20
|
-
"skill",
|
|
21
|
-
"cli.tax",
|
|
22
|
-
"clitax",
|
|
23
|
-
"codex",
|
|
24
|
-
"agent",
|
|
25
|
-
"installer"
|
|
26
|
-
]
|
|
10
|
+
"keywords": ["blueprint", "skill", "cli.tax", "clitax", "codex", "agent", "installer"]
|
|
27
11
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "blueprint",
|
|
3
|
-
"displayName": "
|
|
3
|
+
"displayName": "Blueprint",
|
|
4
4
|
"description": "Blueprint 是一个跨工具的工程规划 CLI,把明确目标编译为可执行、可追溯、可验收的全站工程蓝图,并通过确定性规则检查每个节点、分支、合同、任务与验收闭环。默认由当前 IDE 的多智能体协同推演,也可连接用户自行安装的本地 Hermes;平台不托管模型密钥。",
|
|
5
5
|
"schemaVersion": "cli.request/1.0",
|
|
6
6
|
"endpoint": "https://cli.tax/wvz6zmRWmX",
|
|
7
7
|
"method": "POST",
|
|
8
8
|
"version": "v0.4.0",
|
|
9
9
|
"type": "Skill"
|
|
10
|
-
}
|
|
10
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "calctool",
|
|
3
|
-
"displayName": "
|
|
3
|
+
"displayName": "Calctool",
|
|
4
4
|
"description": "按需生成「万能计算工具」:输入领域需求(如财务经营健康诊断),通过提问明确指标/公式/输入方式,生成可执行、可验证、可发布的在线计算工具——支持自定义指标、自定义公式、上传内容自动识别(Excel/OCR)、报告输出。",
|
|
5
5
|
"schemaVersion": "cli.request/1.0",
|
|
6
6
|
"endpoint": "https://cli.tax/KKyA6xljUX",
|
|
7
7
|
"method": "POST",
|
|
8
8
|
"version": "v0.1.0",
|
|
9
9
|
"type": "Skill"
|
|
10
|
-
}
|
|
10
|
+
}
|
package/skills/swarm/skill.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "swarm",
|
|
3
|
-
"displayName": "
|
|
3
|
+
"displayName": "Swarm",
|
|
4
4
|
"description": "智能体蜂群编排:大脑调度 N 个子智能体,企业级组织架构规则 + 项目 JSON 任务派单/认领/回传 + 红绿灯状态 + 固定运维(心跳/回收/接替/继承)与安全守卫(注入检测/警报)。",
|
|
5
5
|
"schemaVersion": "cli.request/1.0",
|
|
6
6
|
"endpoint": "https://cli.tax/zj7fTPVh4p",
|