direxio-deployer 0.1.4 → 0.1.5

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
@@ -23,10 +23,10 @@ Install the deployer skill from npm, then place it into the current agent runtim
23
23
 
24
24
  The GitHub repository keeps tests for maintainers and CI, but the published npm package and installed skill copy exclude `tests/` to keep user installs small.
25
25
 
26
- If you want Codex to install and deploy in one instruction, do not say "install skills <GitHub URL>". That triggers GitHub skill installation instead of the npm-managed installer. Use a short instruction that tells the agent to read this README's npm install rule:
26
+ If you want Codex to install and deploy in one instruction, do not say "install skills <GitHub URL>". That triggers GitHub skill installation instead of the npm-managed installer. Use a short instruction that gives the repository address for reading only and tells the agent to follow the README's npm install rule:
27
27
 
28
28
  ```text
29
- Follow the direxio-deployer README npm install rule, then deploy Direxio with domain __DOMAIN__.
29
+ Read https://github.com/YingSuiAI/direxio-deployer README and follow its npm install rule, then deploy Direxio with domain __DOMAIN__.
30
30
  ```
31
31
 
32
32
  After reading this instruction, the agent should run the npm install commands below; it should not switch to a GitHub skill installer.
package/README_zh.md CHANGED
@@ -21,10 +21,10 @@
21
21
 
22
22
  GitHub 仓库保留测试用于维护和 CI,但发布到 npm 的包以及安装到智能体 skill 目录的副本不包含 `tests/`,以减小用户安装体积。
23
23
 
24
- 如果你想让 Codex 一句话安装并开始部署,不要说“安装 skills <GitHub 链接>”。那会触发 GitHub skill 安装器,而不是 npm 管理的安装器。推荐只说短句,让 agent 先读本 README 中的 npm 安装规则:
24
+ 如果你想让 Codex 一句话安装并开始部署,不要说“安装 skills <GitHub 链接>”。那会触发 GitHub skill 安装器,而不是 npm 管理的安装器。推荐只说短句,把仓库地址作为读取 README 的位置,并让 agent README 中的 npm 安装规则执行:
25
25
 
26
26
  ```text
27
- 请按 direxio-deployer README npm 安装规则安装 skill,然后部署 Direxio,域名 __DOMAIN__。
27
+ 请阅读 https://github.com/YingSuiAI/direxio-deployer README,并按其中 npm 安装规则安装 skill,然后部署 Direxio,域名 __DOMAIN__。
28
28
  ```
29
29
 
30
30
  Agent 读到这句后应执行下方 npm 安装命令;不要改用 GitHub skill installer。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "direxio-deployer",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Versioned Direxio deployer agent skill and portable deployment orchestration tools.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -6,10 +6,10 @@ Use this file when installing or updating this skill and when reviewing S6 local
6
6
 
7
7
  Prefer the npm-managed global install for normal users. Install the versioned package, then let the CLI copy the skill bundle into the selected runtime's host-level skill directory:
8
8
 
9
- Do not use a generic "install skills <GitHub URL>" instruction for normal users. That can invoke a host's GitHub skill installer instead of the npm-managed installer. A short user prompt should point the agent back to this npm install rule:
9
+ Do not use a generic "install skills <GitHub URL>" instruction for normal users. That can invoke a host's GitHub skill installer instead of the npm-managed installer. A short user prompt should give the repository URL for reading only and point the agent back to this npm install rule:
10
10
 
11
11
  ```text
12
- Follow the direxio-deployer README npm install rule, then deploy Direxio with domain __DOMAIN__.
12
+ Read https://github.com/YingSuiAI/direxio-deployer README and follow its npm install rule, then deploy Direxio with domain __DOMAIN__.
13
13
  ```
14
14
 
15
15
  POSIX shells: