@deployxai/dxc 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
@@ -1,14 +1,15 @@
1
1
  # DeployX 内容工作台(DxC)
2
2
 
3
- 这是 DxC 的官方 CLI 与九个官方内容工作流 Skill。
3
+ 这是 DxC 的官方 CLI 与十三个官方内容工作流及长期资产 Skill。
4
4
 
5
5
  安装、权限范围、Windows/WorkBuddy 使用方式与源码核验,请阅读:
6
6
  https://deployxai.com/dxc/
7
7
 
8
8
  ## 包含内容
9
9
 
10
- - `dxc` CLI:本地项目、画像、显式历史文章导入和授权/草稿命令;
11
- - `dxc-content-workflow`:唯一可隐式调用的内容工作流入口;
10
+ - `dxc` CLI:本地项目、画像、补充记忆、显式历史文章与金句库、授权/草稿命令;
11
+ - `dxc-content-workflow`:唯一可隐式恢复文章生产的内容工作流入口;
12
+ - 四个长期资产 Skill:画像、内容记忆、历史知识库和金句库维护;
12
13
  - 八个受控下游 Skill:研究、Brief、大纲、正文、标题、视觉、审校和微信草稿交付。
13
14
 
14
15
  安装本包不会自动登录微信、绑定公众号、读取历史文章、上传内容或创建草稿。每项敏感操作
@@ -1,7 +1,7 @@
1
1
  import { createRequire as __dxcCreateRequire } from "node:module"; const require = __dxcCreateRequire(import.meta.url);
2
2
  import {
3
3
  sourceFetchResultSchema
4
- } from "./chunk-ZPBFGBWP.js";
4
+ } from "./chunk-JGUPNE36.js";
5
5
 
6
6
  // apps/cli/src/source.ts
7
7
  import { createHash } from "node:crypto";