@deployxai/dxc 0.3.1 → 0.3.3

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
@@ -1,6 +1,6 @@
1
1
  # DeployX 内容工作台(DxC)
2
2
 
3
- 这是 DxC 0.3.1 的官方 CLI 与 14 个领域 Skill。MVP 只支持微信公众号草稿,不正式发布或群发。
3
+ 这是 DxC 0.3.3 的官方 CLI 与 14 个领域 Skill。MVP 只支持微信公众号草稿,不正式发布或群发。
4
4
 
5
5
  ## 包含内容
6
6
 
@@ -17,10 +17,13 @@
17
17
  安装 14 个 Skill:
18
18
 
19
19
  ```text
20
- dxc skills install --target workbuddy --json
20
+ dxc skills install --target codex --json
21
21
  ```
22
22
 
23
- 完整命令与安全边界:https://deployxai.com/dxc/
23
+ 上例是 Codex。WorkBuddy 使用 `--target workbuddy`;只有把 `~/.agents/skills/` 作为一等目录的
24
+ 宿主才使用 `--target agents`,其他宿主必须显式提供 `--directory`。安装命令没有默认 target。
25
+ 产品说明:https://deployxai.com/dxc/ ,面向宿主 Agent 的安装 Markdown:
26
+ https://deployxai.com/dxc/install.md
24
27
 
25
28
  安装本包不会自动登录微信、绑定公众号、读取历史文章、上传内容或创建草稿。每项敏感操作
26
29
  均需要用户在后续流程中明确确认。