rainskills 0.1.3 → 0.1.4

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/README.md CHANGED
@@ -72,7 +72,7 @@ Rainskills 安装完成,下一条消息即可直接使用。
72
72
  固定 launcher 来自当前 `package.json` 版本:
73
73
 
74
74
  ```json
75
- ["npx", "--yes", "rainskills@0.1.3"]
75
+ ["npx", "--yes", "rainskills@0.1.4"]
76
76
  ```
77
77
 
78
78
  所有调用都把 launcher 与参数合并成 argv 数组后直接执行;不得使用 `rainskills@latest`,不得把参数拼成 shell 字符串。
@@ -192,21 +192,21 @@ Windows 本地安装是预览能力,也可以改选 Linux 服务器。它要
192
192
 
193
193
  ```bash
194
194
  # 本地单机
195
- npx --yes rainskills@0.1.3 platform install --onboarding-id <id> \
195
+ npx --yes rainskills@0.1.4 platform install --onboarding-id <id> \
196
196
  --location local --mode single-node
197
197
 
198
198
  # Linux 服务器单机
199
- npx --yes rainskills@0.1.3 platform install --onboarding-id <id> \
199
+ npx --yes rainskills@0.1.4 platform install --onboarding-id <id> \
200
200
  --location server --mode single-node --ssh <user@host>
201
201
 
202
202
  # 服务器主机集群(自动生成受保护示例文件)
203
- npx --yes rainskills@0.1.3 platform install --onboarding-id <id> \
203
+ npx --yes rainskills@0.1.4 platform install --onboarding-id <id> \
204
204
  --location server --mode host-cluster
205
205
 
206
206
  # 已有高级 ROI cluster.yaml 才追加:--cluster-config <path>
207
207
 
208
208
  # 已有 Kubernetes
209
- npx --yes rainskills@0.1.3 platform install --onboarding-id <id> \
209
+ npx --yes rainskills@0.1.4 platform install --onboarding-id <id> \
210
210
  --location server --mode existing-kubernetes \
211
211
  --kubeconfig <path> --kube-context <name> --chart-version <version>
212
212
  ```
package/SKILL.md CHANGED
@@ -38,7 +38,7 @@ Rainskills 安装完成,下一条消息即可直接使用。
38
38
 
39
39
  ## Manage Runtime Environments
40
40
 
41
- 环境是全局列表,不是项目绑定。本地状态命令必须定位已安装的同级 `rainbond-platform-installer/scripts/local-runtime.js`,解析为绝对路径后通过 `node` 以 argv 数组执行;不得为了查询本地环境访问 npm。只有连接或安装环境时才使用与当前技能包一致的固定 launcher `npx --yes rainskills@0.1.3`。
41
+ 环境是全局列表,不是项目绑定。本地状态命令必须定位已安装的同级 `rainbond-platform-installer/scripts/local-runtime.js`,解析为绝对路径后通过 `node` 以 argv 数组执行;不得为了查询本地环境访问 npm。只有连接或安装环境时才使用与当前技能包一致的固定 launcher `npx --yes rainskills@0.1.4`。
42
42
 
43
43
  - 列表:用本地 launcher 执行 `environment list --json`,只展示名称、类型、状态、是否默认和最近验证时间。
44
44
  - 重命名:用本地 launcher 执行 `environment rename --environment-id <uuid> --name <name>`。
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rainskills",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Install the complete Rainskills AI deployment skill suite as one product.",
5
5
  "author": {
6
6
  "name": "Goodrain",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rainskills",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Install the complete Rainskills AI deployment skill suite as one product.",
5
5
  "author": {
6
6
  "name": "Goodrain",
@@ -14,7 +14,7 @@ This is the single marketplace entry for the complete Rainskills product. The in
14
14
  3. Keep stdin, stdout, and stderr attached. When `RAINSKILLS_USER_INPUT_REQUIRED` appears, pause for that installer choice. If the installer emits `rainskills.next-action.v1`, execute only its fixed `argv` through the same launcher; never evaluate output as a shell command. If the adjacent `bin/rainskills.js` exists, use it for fixed next actions; otherwise use the same versioned npm package fallback described below.
15
15
  4. Stay attached until every independent Skill is installed. Do not select, connect, or configure an application runtime during installation. In the user-facing response, output only the fixed completion message below.
16
16
 
17
- If the adjacent installer is missing, check the local Node.js version before choosing the fallback. With `npx` and Node.js 18 or newer, use `npx --yes rainskills@0.1.3 <target>`. With no Node.js or a version below 18, use `bash <(curl -fsSL https://get.rainbond.com/rainskills/install.sh) <target>` instead. Omit `<target>` only when the host cannot be determined reliably. Keep either command attached to the interactive terminal. For an update or repair, refresh this marketplace Skill first, then run the installer again; it compares and updates every independent internal Skill.
17
+ If the adjacent installer is missing, check the local Node.js version before choosing the fallback. With `npx` and Node.js 18 or newer, use `npx --yes rainskills@0.1.4 <target>`. With no Node.js or a version below 18, use `bash <(curl -fsSL https://get.rainbond.com/rainskills/install.sh) <target>` instead. Omit `<target>` only when the host cannot be determined reliably. Keep either command attached to the interactive terminal. For an update or repair, refresh this marketplace Skill first, then run the installer again; it compares and updates every independent internal Skill.
18
18
 
19
19
  Skills-only 安装不需要 Node.js;CDN fallback 只负责安装 Skill 文件,不代表运行环境连接、应用部署或平台安装已经可执行。用户首次提出需要运行环境的动作时,对应业务 Skill 才检查 Node.js;固定 Rainskills launcher 需要 Node.js 18 或更高版本。缺失或版本过低时保留原始 intent 并停止,等待用户或 agent 明确同意安装或升级 Node.js,安装完成消息不得提前提示 Node.js。
20
20
 
@@ -38,7 +38,7 @@ Rainskills 安装完成,下一条消息即可直接使用。
38
38
 
39
39
  ## Manage Runtime Environments
40
40
 
41
- 环境是全局列表,不是项目绑定。本地状态命令必须定位已安装的同级 `rainbond-platform-installer/scripts/local-runtime.js`,解析为绝对路径后通过 `node` 以 argv 数组执行;不得为了查询本地环境访问 npm。只有连接或安装环境时才使用与当前技能包一致的固定 launcher `npx --yes rainskills@0.1.3`。
41
+ 环境是全局列表,不是项目绑定。本地状态命令必须定位已安装的同级 `rainbond-platform-installer/scripts/local-runtime.js`,解析为绝对路径后通过 `node` 以 argv 数组执行;不得为了查询本地环境访问 npm。只有连接或安装环境时才使用与当前技能包一致的固定 launcher `npx --yes rainskills@0.1.4`。
42
42
 
43
43
  - 列表:用本地 launcher 执行 `environment list --json`,只展示名称、类型、状态、是否默认和最近验证时间。
44
44
  - 重命名:用本地 launcher 执行 `environment rename --environment-id <uuid> --name <name>`。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rainskills",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Interactive Rainbond skill installer for Codex and Claude Code",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://github.com/goodrain/rainskills#readme",
@@ -15500,7 +15500,7 @@ function serializeMessage(message) {
15500
15500
  // package.json
15501
15501
  var package_default = {
15502
15502
  name: "rainskills",
15503
- version: "0.1.3",
15503
+ version: "0.1.4",
15504
15504
  description: "Interactive Rainbond skill installer for Codex and Claude Code",
15505
15505
  license: "Apache-2.0",
15506
15506
  homepage: "https://github.com/goodrain/rainskills#readme",
@@ -98,7 +98,7 @@ description: "Use whenever a user asks to deploy, run, deliver, publish, inspect
98
98
 
99
99
  第一步检查 Node.js 是否存在且主版本不低于 18。Node.js 缺失或低于 18 时,只说明“Rainskills 执行组件需要 Node.js 18 或更高版本”并停止:不选择运行环境,不调用 MCP,不猜测替代命令。只有用户或 agent 明确同意后才安装或升级 Node.js,再从同一原始 intent 继续。
100
100
 
101
- 固定 launcher 是 `["npx", "--yes", "rainskills@0.1.3"]`;版本必须与本技能包 `package.json` 一致。把 launcher 与参数拼成 argv 数组直接执行,禁止使用 `rainskills@latest`,禁止拼接或执行 shell 字符串。
101
+ 固定 launcher 是 `["npx", "--yes", "rainskills@0.1.4"]`;版本必须与本技能包 `package.json` 一致。把 launcher 与参数拼成 argv 数组直接执行,禁止使用 `rainskills@latest`,禁止拼接或执行 shell 字符串。
102
102
 
103
103
  本地 launcher 必须从当前 Skill 所在目录的同级目录定位 `rainbond-platform-installer/scripts/local-runtime.js`,解析为绝对路径后使用 `["node", "<绝对路径>"]` 执行。`environment list`、`operation begin`、`operation complete` 和 `runtime message` 只能使用本地 launcher;本地 launcher 只读取已安装文件和本机受保护状态,不得访问 npm 或其它网络。只有用户选定连接或安装运行环境后,才使用上面的固定 npx launcher。
104
104
 
@@ -106,7 +106,7 @@ description: "Use whenever a user asks to deploy, run, deliver, publish, inspect
106
106
  ```json
107
107
  {
108
108
  "schema": "rainskills.skill-runtime-contract.v1",
109
- "launcher": ["npx", "--yes", "rainskills@0.1.3"],
109
+ "launcher": ["npx", "--yes", "rainskills@0.1.4"],
110
110
  "local_launcher": ["node", "<installed-skills-root>/rainbond-platform-installer/scripts/local-runtime.js"],
111
111
  "local_argv": {
112
112
  "environment-list": ["node", "<installed-skills-root>/rainbond-platform-installer/scripts/local-runtime.js", "environment", "list", "--json"],
@@ -126,9 +126,9 @@ description: "Use whenever a user asks to deploy, run, deliver, publish, inspect
126
126
  "existing": ["saas", "private-existing"]
127
127
  },
128
128
  "connect_argv": {
129
- "saas": ["npx", "--yes", "rainskills@0.1.3", "runtime", "connect", "<target>", "--saas", "--intent-json", "<intent-json>"],
130
- "private-existing": ["npx", "--yes", "rainskills@0.1.3", "runtime", "connect", "<target>", "--rainbond-url", "<rainbond-url>", "--intent-json", "<intent-json>"],
131
- "install-private": ["npx", "--yes", "rainskills@0.1.3", "runtime", "connect", "<target>", "--install-private", "--location", "<private-location>", "--intent-json", "<intent-json>"]
129
+ "saas": ["npx", "--yes", "rainskills@0.1.4", "runtime", "connect", "<target>", "--saas", "--intent-json", "<intent-json>"],
130
+ "private-existing": ["npx", "--yes", "rainskills@0.1.4", "runtime", "connect", "<target>", "--rainbond-url", "<rainbond-url>", "--intent-json", "<intent-json>"],
131
+ "install-private": ["npx", "--yes", "rainskills@0.1.4", "runtime", "connect", "<target>", "--install-private", "--location", "<private-location>", "--intent-json", "<intent-json>"]
132
132
  }
133
133
  }
134
134
  ```
@@ -14,7 +14,7 @@ description: "Use when a user explicitly asks for an existing Rainbond app versi
14
14
 
15
15
  第一步检查 Node.js 是否存在且主版本不低于 18。Node.js 缺失或低于 18 时,只说明“Rainskills 执行组件需要 Node.js 18 或更高版本”并停止:不选择运行环境,不调用 MCP,不猜测替代命令。只有用户或 agent 明确同意后才安装或升级 Node.js,再从同一原始 intent 继续。
16
16
 
17
- 固定 launcher 是 `["npx", "--yes", "rainskills@0.1.3"]`;版本必须与本技能包 `package.json` 一致。把 launcher 与参数拼成 argv 数组直接执行,禁止 `rainskills@latest` 或执行 shell 字符串。
17
+ 固定 launcher 是 `["npx", "--yes", "rainskills@0.1.4"]`;版本必须与本技能包 `package.json` 一致。把 launcher 与参数拼成 argv 数组直接执行,禁止 `rainskills@latest` 或执行 shell 字符串。
18
18
 
19
19
  本地 launcher 必须从当前 Skill 所在目录的同级目录定位 `rainbond-platform-installer/scripts/local-runtime.js`,解析为绝对路径后使用 `["node", "<绝对路径>"]` 执行。`environment list`、`operation begin`、`operation complete` 和 `runtime message` 只能使用本地 launcher;本地 launcher 只读取已安装文件和本机受保护状态,不得访问 npm 或其它网络。只有用户选定连接运行环境后,才使用上面的固定 npx launcher。
20
20
 
@@ -22,7 +22,7 @@ description: "Use when a user explicitly asks for an existing Rainbond app versi
22
22
  ```json
23
23
  {
24
24
  "schema": "rainskills.skill-runtime-contract.v1",
25
- "launcher": ["npx", "--yes", "rainskills@0.1.3"],
25
+ "launcher": ["npx", "--yes", "rainskills@0.1.4"],
26
26
  "local_launcher": ["node", "<installed-skills-root>/rainbond-platform-installer/scripts/local-runtime.js"],
27
27
  "local_argv": {
28
28
  "environment-list": ["node", "<installed-skills-root>/rainbond-platform-installer/scripts/local-runtime.js", "environment", "list", "--json"],
@@ -37,8 +37,8 @@ description: "Use when a user explicitly asks for an existing Rainbond app versi
37
37
  },
38
38
  "routes": {"existing": ["saas", "private-existing"]},
39
39
  "connect_argv": {
40
- "saas": ["npx", "--yes", "rainskills@0.1.3", "runtime", "connect", "<target>", "--saas", "--intent-json", "<intent-json>"],
41
- "private-existing": ["npx", "--yes", "rainskills@0.1.3", "runtime", "connect", "<target>", "--rainbond-url", "<rainbond-url>", "--intent-json", "<intent-json>"]
40
+ "saas": ["npx", "--yes", "rainskills@0.1.4", "runtime", "connect", "<target>", "--saas", "--intent-json", "<intent-json>"],
41
+ "private-existing": ["npx", "--yes", "rainskills@0.1.4", "runtime", "connect", "<target>", "--rainbond-url", "<rainbond-url>", "--intent-json", "<intent-json>"]
42
42
  }
43
43
  }
44
44
  ```
@@ -46,7 +46,7 @@ description: "Use only when the user explicitly asks for final delivery or acces
46
46
 
47
47
  第一步检查 Node.js 是否存在且主版本不低于 18。Node.js 缺失或低于 18 时,只说明“Rainskills 执行组件需要 Node.js 18 或更高版本”并停止:不选择运行环境,不调用 MCP,不猜测替代命令。只有用户或 agent 明确同意后才安装或升级 Node.js,再从同一原始 intent 继续。
48
48
 
49
- 固定 launcher 是 `["npx", "--yes", "rainskills@0.1.3"]`;版本必须与本技能包 `package.json` 一致。把 launcher 与参数拼成 argv 数组直接执行,禁止 `rainskills@latest` 或执行 shell 字符串。
49
+ 固定 launcher 是 `["npx", "--yes", "rainskills@0.1.4"]`;版本必须与本技能包 `package.json` 一致。把 launcher 与参数拼成 argv 数组直接执行,禁止 `rainskills@latest` 或执行 shell 字符串。
50
50
 
51
51
  本地 launcher 必须从当前 Skill 所在目录的同级目录定位 `rainbond-platform-installer/scripts/local-runtime.js`,解析为绝对路径后使用 `["node", "<绝对路径>"]` 执行。`environment list`、`operation begin`、`operation complete` 和 `runtime message` 只能使用本地 launcher;本地 launcher 只读取已安装文件和本机受保护状态,不得访问 npm 或其它网络。只有用户选定连接运行环境后,才使用上面的固定 npx launcher。
52
52
 
@@ -54,7 +54,7 @@ description: "Use only when the user explicitly asks for final delivery or acces
54
54
  ```json
55
55
  {
56
56
  "schema": "rainskills.skill-runtime-contract.v1",
57
- "launcher": ["npx", "--yes", "rainskills@0.1.3"],
57
+ "launcher": ["npx", "--yes", "rainskills@0.1.4"],
58
58
  "local_launcher": ["node", "<installed-skills-root>/rainbond-platform-installer/scripts/local-runtime.js"],
59
59
  "local_argv": {
60
60
  "environment-list": ["node", "<installed-skills-root>/rainbond-platform-installer/scripts/local-runtime.js", "environment", "list", "--json"],
@@ -67,8 +67,8 @@ description: "Use only when the user explicitly asks for final delivery or acces
67
67
  },
68
68
  "routes": {"existing": ["saas", "private-existing"]},
69
69
  "connect_argv": {
70
- "saas": ["npx", "--yes", "rainskills@0.1.3", "runtime", "connect", "<target>", "--saas", "--intent-json", "<intent-json>"],
71
- "private-existing": ["npx", "--yes", "rainskills@0.1.3", "runtime", "connect", "<target>", "--rainbond-url", "<rainbond-url>", "--intent-json", "<intent-json>"]
70
+ "saas": ["npx", "--yes", "rainskills@0.1.4", "runtime", "connect", "<target>", "--saas", "--intent-json", "<intent-json>"],
71
+ "private-existing": ["npx", "--yes", "rainskills@0.1.4", "runtime", "connect", "<target>", "--rainbond-url", "<rainbond-url>", "--intent-json", "<intent-json>"]
72
72
  }
73
73
  }
74
74
  ```
@@ -14,7 +14,7 @@ description: "Use when a user explicitly asks to sync non-sensitive preview or p
14
14
 
15
15
  第一步检查 Node.js 是否存在且主版本不低于 18。Node.js 缺失或低于 18 时,只说明“Rainskills 执行组件需要 Node.js 18 或更高版本”并停止:不选择运行环境,不调用 MCP,不猜测替代命令。只有用户或 agent 明确同意后才安装或升级 Node.js,再从同一原始 intent 继续。
16
16
 
17
- 固定 launcher 是 `["npx", "--yes", "rainskills@0.1.3"]`;版本必须与本技能包 `package.json` 一致。把 launcher 与参数拼成 argv 数组直接执行,禁止 `rainskills@latest` 或执行 shell 字符串。
17
+ 固定 launcher 是 `["npx", "--yes", "rainskills@0.1.4"]`;版本必须与本技能包 `package.json` 一致。把 launcher 与参数拼成 argv 数组直接执行,禁止 `rainskills@latest` 或执行 shell 字符串。
18
18
 
19
19
  本地 launcher 必须从当前 Skill 所在目录的同级目录定位 `rainbond-platform-installer/scripts/local-runtime.js`,解析为绝对路径后使用 `["node", "<绝对路径>"]` 执行。`environment list`、`operation begin`、`operation complete` 和 `runtime message` 只能使用本地 launcher;本地 launcher 只读取已安装文件和本机受保护状态,不得访问 npm 或其它网络。只有用户选定连接运行环境后,才使用上面的固定 npx launcher。
20
20
 
@@ -22,7 +22,7 @@ description: "Use when a user explicitly asks to sync non-sensitive preview or p
22
22
  ```json
23
23
  {
24
24
  "schema": "rainskills.skill-runtime-contract.v1",
25
- "launcher": ["npx", "--yes", "rainskills@0.1.3"],
25
+ "launcher": ["npx", "--yes", "rainskills@0.1.4"],
26
26
  "local_launcher": ["node", "<installed-skills-root>/rainbond-platform-installer/scripts/local-runtime.js"],
27
27
  "local_argv": {
28
28
  "environment-list": ["node", "<installed-skills-root>/rainbond-platform-installer/scripts/local-runtime.js", "environment", "list", "--json"],
@@ -35,8 +35,8 @@ description: "Use when a user explicitly asks to sync non-sensitive preview or p
35
35
  },
36
36
  "routes": {"existing": ["saas", "private-existing"]},
37
37
  "connect_argv": {
38
- "saas": ["npx", "--yes", "rainskills@0.1.3", "runtime", "connect", "<target>", "--saas", "--intent-json", "<intent-json>"],
39
- "private-existing": ["npx", "--yes", "rainskills@0.1.3", "runtime", "connect", "<target>", "--rainbond-url", "<rainbond-url>", "--intent-json", "<intent-json>"]
38
+ "saas": ["npx", "--yes", "rainskills@0.1.4", "runtime", "connect", "<target>", "--saas", "--intent-json", "<intent-json>"],
39
+ "private-existing": ["npx", "--yes", "rainskills@0.1.4", "runtime", "connect", "<target>", "--rainbond-url", "<rainbond-url>", "--intent-json", "<intent-json>"]
40
40
  }
41
41
  }
42
42
  ```
@@ -14,7 +14,7 @@ description: "Use only when the user explicitly asks to create the Rainbond app
14
14
 
15
15
  第一步检查 Node.js 是否存在且主版本不低于 18。Node.js 缺失或低于 18 时,只说明“Rainskills 执行组件需要 Node.js 18 或更高版本”并停止:不选择运行环境,不调用 MCP,不猜测替代命令。只有用户或 agent 明确同意后才安装或升级 Node.js,再从同一原始 intent 继续。
16
16
 
17
- 固定 launcher 是 `["npx", "--yes", "rainskills@0.1.3"]`;版本必须与本技能包 `package.json` 一致。把 launcher 与参数拼成 argv 数组直接执行,禁止 `rainskills@latest` 或执行 shell 字符串。
17
+ 固定 launcher 是 `["npx", "--yes", "rainskills@0.1.4"]`;版本必须与本技能包 `package.json` 一致。把 launcher 与参数拼成 argv 数组直接执行,禁止 `rainskills@latest` 或执行 shell 字符串。
18
18
 
19
19
  本地 launcher 必须从当前 Skill 所在目录的同级目录定位 `rainbond-platform-installer/scripts/local-runtime.js`,解析为绝对路径后使用 `["node", "<绝对路径>"]` 执行。`environment list`、`operation begin`、`operation complete` 和 `runtime message` 只能使用本地 launcher;本地 launcher 只读取已安装文件和本机受保护状态,不得访问 npm 或其它网络。只有用户选定连接或安装运行环境后,才使用上面的固定 npx launcher。
20
20
 
@@ -22,7 +22,7 @@ description: "Use only when the user explicitly asks to create the Rainbond app
22
22
  ```json
23
23
  {
24
24
  "schema": "rainskills.skill-runtime-contract.v1",
25
- "launcher": ["npx", "--yes", "rainskills@0.1.3"],
25
+ "launcher": ["npx", "--yes", "rainskills@0.1.4"],
26
26
  "local_launcher": ["node", "<installed-skills-root>/rainbond-platform-installer/scripts/local-runtime.js"],
27
27
  "local_argv": {
28
28
  "environment-list": ["node", "<installed-skills-root>/rainbond-platform-installer/scripts/local-runtime.js", "environment", "list", "--json"],
@@ -42,9 +42,9 @@ description: "Use only when the user explicitly asks to create the Rainbond app
42
42
  "existing": ["saas", "private-existing"]
43
43
  },
44
44
  "connect_argv": {
45
- "saas": ["npx", "--yes", "rainskills@0.1.3", "runtime", "connect", "<target>", "--saas", "--intent-json", "<intent-json>"],
46
- "private-existing": ["npx", "--yes", "rainskills@0.1.3", "runtime", "connect", "<target>", "--rainbond-url", "<rainbond-url>", "--intent-json", "<intent-json>"],
47
- "install-private": ["npx", "--yes", "rainskills@0.1.3", "runtime", "connect", "<target>", "--install-private", "--location", "<private-location>", "--intent-json", "<intent-json>"]
45
+ "saas": ["npx", "--yes", "rainskills@0.1.4", "runtime", "connect", "<target>", "--saas", "--intent-json", "<intent-json>"],
46
+ "private-existing": ["npx", "--yes", "rainskills@0.1.4", "runtime", "connect", "<target>", "--rainbond-url", "<rainbond-url>", "--intent-json", "<intent-json>"],
47
+ "install-private": ["npx", "--yes", "rainskills@0.1.4", "runtime", "connect", "<target>", "--install-private", "--location", "<private-location>", "--intent-json", "<intent-json>"]
48
48
  }
49
49
  }
50
50
  ```
@@ -46,7 +46,7 @@ description: "Use only when the user explicitly asks for a bounded build, runtim
46
46
 
47
47
  第一步检查 Node.js 是否存在且主版本不低于 18。Node.js 缺失或低于 18 时,只说明“Rainskills 执行组件需要 Node.js 18 或更高版本”并停止:不选择运行环境,不调用 MCP,不猜测替代命令。只有用户或 agent 明确同意后才安装或升级 Node.js,再从同一原始 intent 继续。
48
48
 
49
- 固定 launcher 是 `["npx", "--yes", "rainskills@0.1.3"]`;版本必须与本技能包 `package.json` 一致。把 launcher 与参数拼成 argv 数组直接执行,禁止 `rainskills@latest` 或执行 shell 字符串。
49
+ 固定 launcher 是 `["npx", "--yes", "rainskills@0.1.4"]`;版本必须与本技能包 `package.json` 一致。把 launcher 与参数拼成 argv 数组直接执行,禁止 `rainskills@latest` 或执行 shell 字符串。
50
50
 
51
51
  本地 launcher 必须从当前 Skill 所在目录的同级目录定位 `rainbond-platform-installer/scripts/local-runtime.js`,解析为绝对路径后使用 `["node", "<绝对路径>"]` 执行。`environment list`、`operation begin`、`operation complete` 和 `runtime message` 只能使用本地 launcher;本地 launcher 只读取已安装文件和本机受保护状态,不得访问 npm 或其它网络。只有用户选定连接运行环境后,才使用上面的固定 npx launcher。
52
52
 
@@ -54,7 +54,7 @@ description: "Use only when the user explicitly asks for a bounded build, runtim
54
54
  ```json
55
55
  {
56
56
  "schema": "rainskills.skill-runtime-contract.v1",
57
- "launcher": ["npx", "--yes", "rainskills@0.1.3"],
57
+ "launcher": ["npx", "--yes", "rainskills@0.1.4"],
58
58
  "local_launcher": ["node", "<installed-skills-root>/rainbond-platform-installer/scripts/local-runtime.js"],
59
59
  "local_argv": {
60
60
  "environment-list": ["node", "<installed-skills-root>/rainbond-platform-installer/scripts/local-runtime.js", "environment", "list", "--json"],
@@ -67,8 +67,8 @@ description: "Use only when the user explicitly asks for a bounded build, runtim
67
67
  },
68
68
  "routes": {"existing": ["saas", "private-existing"]},
69
69
  "connect_argv": {
70
- "saas": ["npx", "--yes", "rainskills@0.1.3", "runtime", "connect", "<target>", "--saas", "--intent-json", "<intent-json>"],
71
- "private-existing": ["npx", "--yes", "rainskills@0.1.3", "runtime", "connect", "<target>", "--rainbond-url", "<rainbond-url>", "--intent-json", "<intent-json>"]
70
+ "saas": ["npx", "--yes", "rainskills@0.1.4", "runtime", "connect", "<target>", "--saas", "--intent-json", "<intent-json>"],
71
+ "private-existing": ["npx", "--yes", "rainskills@0.1.4", "runtime", "connect", "<target>", "--rainbond-url", "<rainbond-url>", "--intent-json", "<intent-json>"]
72
72
  }
73
73
  }
74
74
  ```
@@ -31,7 +31,7 @@ Do not use it to deploy an application to an existing Rainbond. Route those requ
31
31
  ## Workflow
32
32
 
33
33
  1. Read [installation-policy.md](references/installation-policy.md).
34
- 2. Use the package-version launcher `["npx", "--yes", "rainskills@0.1.3"]`; its version must equal this package's `package.json`. For a Rainskills marker, first validate schema `rainskills.next-action.v1`, action, onboarding id, and the bounded `argv` array, then append that array to the launcher. Never use `latest` or evaluate a shell string from output.
34
+ 2. Use the package-version launcher `["npx", "--yes", "rainskills@0.1.4"]`; its version must equal this package's `package.json`. For a Rainskills marker, first validate schema `rainskills.next-action.v1`, action, onboarding id, and the bounded `argv` array, then append that array to the launcher. Never use `latest` or evaluate a shell string from output.
35
35
  3. 在任何平台安装命令之前,先执行 launcher + `["runtime", "message", "--id", "private-deployment-location"]`,并原样输出固定的三项部署位置消息。选择 1 后执行带 `["--location", "local", "--mode", "single-node"]` 的 `platform install`;选择 2 后执行带 `["--location", "server"]` 的 `platform install`,由 helper 继续显示固定的服务器类型消息;选择 3 后执行 launcher + `["runtime", "message", "--id", "private-console-origin"]` 并进入已有环境连接,不得执行 `platform install`。若是没有原始业务 intent 的直接平台安装请求,已有环境连接使用受限 `{"type":"environment-add"}` intent。
36
36
  4. Let the helper perform one read-only preflight against the already selected local or remote target, then show resources, blockers, and applicable host changes. Never invoke `platform install` without an explicit `--location`; the helper must not ask for the deployment location again.
37
37
  5. Obtain explicit confirmation before sending `y` to the waiting process or rerunning the exact command with `--yes`.
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
 
3
3
  module.exports = Object.freeze({
4
- version: "0.1.3",
4
+ version: "0.1.4",
5
5
  });
@@ -14,7 +14,7 @@ Node.js 前置检查通过后,每次请求先执行本地 launcher + `["enviro
14
14
 
15
15
  第一步检查 Node.js 是否存在且主版本不低于 18。Node.js 缺失或低于 18 时,只说明“Rainskills 执行组件需要 Node.js 18 或更高版本”并停止:不选择运行环境,不调用 MCP,不猜测替代命令。只有用户或 agent 明确同意后才安装或升级 Node.js,再从同一原始 intent 继续。
16
16
 
17
- 固定 launcher 是 `["npx", "--yes", "rainskills@0.1.3"]`;版本必须与本技能包 `package.json` 一致。把 launcher 与参数拼成 argv 数组直接执行,禁止 `rainskills@latest` 或执行 shell 字符串。
17
+ 固定 launcher 是 `["npx", "--yes", "rainskills@0.1.4"]`;版本必须与本技能包 `package.json` 一致。把 launcher 与参数拼成 argv 数组直接执行,禁止 `rainskills@latest` 或执行 shell 字符串。
18
18
 
19
19
  本地 launcher 必须从当前 Skill 所在目录的同级目录定位 `rainbond-platform-installer/scripts/local-runtime.js`,解析为绝对路径后使用 `["node", "<绝对路径>"]` 执行。`environment list`、`operation begin`、`operation complete` 和 `runtime message` 只能使用本地 launcher;本地 launcher 只读取已安装文件和本机受保护状态,不得访问 npm 或其它网络。只有用户选定连接运行环境后,才使用上面的固定 npx launcher。
20
20
 
@@ -22,7 +22,7 @@ Node.js 前置检查通过后,每次请求先执行本地 launcher + `["enviro
22
22
  ```json
23
23
  {
24
24
  "schema": "rainskills.skill-runtime-contract.v1",
25
- "launcher": ["npx", "--yes", "rainskills@0.1.3"],
25
+ "launcher": ["npx", "--yes", "rainskills@0.1.4"],
26
26
  "local_launcher": ["node", "<installed-skills-root>/rainbond-platform-installer/scripts/local-runtime.js"],
27
27
  "local_argv": {
28
28
  "environment-list": ["node", "<installed-skills-root>/rainbond-platform-installer/scripts/local-runtime.js", "environment", "list", "--json"],
@@ -35,8 +35,8 @@ Node.js 前置检查通过后,每次请求先执行本地 launcher + `["enviro
35
35
  },
36
36
  "routes": {"existing": ["saas", "private-existing"]},
37
37
  "connect_argv": {
38
- "saas": ["npx", "--yes", "rainskills@0.1.3", "runtime", "connect", "<target>", "--saas", "--intent-json", "<intent-json>"],
39
- "private-existing": ["npx", "--yes", "rainskills@0.1.3", "runtime", "connect", "<target>", "--rainbond-url", "<rainbond-url>", "--intent-json", "<intent-json>"]
38
+ "saas": ["npx", "--yes", "rainskills@0.1.4", "runtime", "connect", "<target>", "--saas", "--intent-json", "<intent-json>"],
39
+ "private-existing": ["npx", "--yes", "rainskills@0.1.4", "runtime", "connect", "<target>", "--rainbond-url", "<rainbond-url>", "--intent-json", "<intent-json>"]
40
40
  }
41
41
  }
42
42
  ```
@@ -14,7 +14,7 @@ description: "Use only when the user explicitly asks to initialize or link a loc
14
14
 
15
15
  第一步检查 Node.js 是否存在且主版本不低于 18。Node.js 缺失或低于 18 时,只说明“Rainskills 执行组件需要 Node.js 18 或更高版本”并停止:不选择运行环境,不调用 MCP,不猜测替代命令。只有用户或 agent 明确同意后才安装或升级 Node.js,再从同一原始 intent 继续。
16
16
 
17
- 固定 launcher 是 `["npx", "--yes", "rainskills@0.1.3"]`;版本必须与本技能包 `package.json` 一致。把 launcher 与参数拼成 argv 数组直接执行,禁止 `rainskills@latest` 或执行 shell 字符串。
17
+ 固定 launcher 是 `["npx", "--yes", "rainskills@0.1.4"]`;版本必须与本技能包 `package.json` 一致。把 launcher 与参数拼成 argv 数组直接执行,禁止 `rainskills@latest` 或执行 shell 字符串。
18
18
 
19
19
  本地 launcher 必须从当前 Skill 所在目录的同级目录定位 `rainbond-platform-installer/scripts/local-runtime.js`,解析为绝对路径后使用 `["node", "<绝对路径>"]` 执行。`environment list`、`operation begin`、`operation complete` 和 `runtime message` 只能使用本地 launcher;本地 launcher 只读取已安装文件和本机受保护状态,不得访问 npm 或其它网络。只有用户选定连接或安装运行环境后,才使用上面的固定 npx launcher。
20
20
 
@@ -22,7 +22,7 @@ description: "Use only when the user explicitly asks to initialize or link a loc
22
22
  ```json
23
23
  {
24
24
  "schema": "rainskills.skill-runtime-contract.v1",
25
- "launcher": ["npx", "--yes", "rainskills@0.1.3"],
25
+ "launcher": ["npx", "--yes", "rainskills@0.1.4"],
26
26
  "local_launcher": ["node", "<installed-skills-root>/rainbond-platform-installer/scripts/local-runtime.js"],
27
27
  "local_argv": {
28
28
  "environment-list": ["node", "<installed-skills-root>/rainbond-platform-installer/scripts/local-runtime.js", "environment", "list", "--json"],
@@ -35,9 +35,9 @@ description: "Use only when the user explicitly asks to initialize or link a loc
35
35
  },
36
36
  "routes": {"new": ["saas", "private-existing", "install-private"]},
37
37
  "connect_argv": {
38
- "saas": ["npx", "--yes", "rainskills@0.1.3", "runtime", "connect", "<target>", "--saas", "--intent-json", "<intent-json>"],
39
- "private-existing": ["npx", "--yes", "rainskills@0.1.3", "runtime", "connect", "<target>", "--rainbond-url", "<rainbond-url>", "--intent-json", "<intent-json>"],
40
- "install-private": ["npx", "--yes", "rainskills@0.1.3", "runtime", "connect", "<target>", "--install-private", "--location", "<private-location>", "--intent-json", "<intent-json>"]
38
+ "saas": ["npx", "--yes", "rainskills@0.1.4", "runtime", "connect", "<target>", "--saas", "--intent-json", "<intent-json>"],
39
+ "private-existing": ["npx", "--yes", "rainskills@0.1.4", "runtime", "connect", "<target>", "--rainbond-url", "<rainbond-url>", "--intent-json", "<intent-json>"],
40
+ "install-private": ["npx", "--yes", "rainskills@0.1.4", "runtime", "connect", "<target>", "--install-private", "--location", "<private-location>", "--intent-json", "<intent-json>"]
41
41
  }
42
42
  }
43
43
  ```
@@ -14,7 +14,7 @@ description: "Use when the user explicitly asks to install a local or cloud Rain
14
14
 
15
15
  第一步检查 Node.js 是否存在且主版本不低于 18。Node.js 缺失或低于 18 时,只说明“Rainskills 执行组件需要 Node.js 18 或更高版本”并停止:不选择运行环境,不调用 MCP,不猜测替代命令。只有用户或 agent 明确同意后才安装或升级 Node.js,再从同一原始 intent 继续。
16
16
 
17
- 固定 launcher 是 `["npx", "--yes", "rainskills@0.1.3"]`;版本必须与本技能包 `package.json` 一致。把 launcher 与参数拼成 argv 数组直接执行,禁止 `rainskills@latest` 或执行 shell 字符串。
17
+ 固定 launcher 是 `["npx", "--yes", "rainskills@0.1.4"]`;版本必须与本技能包 `package.json` 一致。把 launcher 与参数拼成 argv 数组直接执行,禁止 `rainskills@latest` 或执行 shell 字符串。
18
18
 
19
19
  本地 launcher 必须从当前 Skill 所在目录的同级目录定位 `rainbond-platform-installer/scripts/local-runtime.js`,解析为绝对路径后使用 `["node", "<绝对路径>"]` 执行。`environment list`、`operation begin`、`operation complete` 和 `runtime message` 只能使用本地 launcher;本地 launcher 只读取已安装文件和本机受保护状态,不得访问 npm 或其它网络。只有用户选定连接或安装运行环境后,才使用上面的固定 npx launcher。
20
20
 
@@ -22,7 +22,7 @@ description: "Use when the user explicitly asks to install a local or cloud Rain
22
22
  ```json
23
23
  {
24
24
  "schema": "rainskills.skill-runtime-contract.v1",
25
- "launcher": ["npx", "--yes", "rainskills@0.1.3"],
25
+ "launcher": ["npx", "--yes", "rainskills@0.1.4"],
26
26
  "local_launcher": ["node", "<installed-skills-root>/rainbond-platform-installer/scripts/local-runtime.js"],
27
27
  "local_argv": {
28
28
  "environment-list": ["node", "<installed-skills-root>/rainbond-platform-installer/scripts/local-runtime.js", "environment", "list", "--json"],
@@ -38,9 +38,9 @@ description: "Use when the user explicitly asks to install a local or cloud Rain
38
38
  "existing": ["saas", "private-existing"]
39
39
  },
40
40
  "connect_argv": {
41
- "saas": ["npx", "--yes", "rainskills@0.1.3", "runtime", "connect", "<target>", "--saas", "--intent-json", "<intent-json>"],
42
- "private-existing": ["npx", "--yes", "rainskills@0.1.3", "runtime", "connect", "<target>", "--rainbond-url", "<rainbond-url>", "--intent-json", "<intent-json>"],
43
- "install-private": ["npx", "--yes", "rainskills@0.1.3", "runtime", "connect", "<target>", "--install-private", "--location", "<private-location>", "--intent-json", "<intent-json>"]
41
+ "saas": ["npx", "--yes", "rainskills@0.1.4", "runtime", "connect", "<target>", "--saas", "--intent-json", "<intent-json>"],
42
+ "private-existing": ["npx", "--yes", "rainskills@0.1.4", "runtime", "connect", "<target>", "--rainbond-url", "<rainbond-url>", "--intent-json", "<intent-json>"],
43
+ "install-private": ["npx", "--yes", "rainskills@0.1.4", "runtime", "connect", "<target>", "--install-private", "--location", "<private-location>", "--intent-json", "<intent-json>"]
44
44
  }
45
45
  }
46
46
  ```