cerevox 0.4.0 → 0.4.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.
@@ -14,8 +14,8 @@
14
14
  # 标准流水线
15
15
 
16
16
  1. **需求分析与规划** → 分析用户需求,制定详细执行计划
17
- 2. **资料收集**(可选)→ 根据需要使用搜索工具收集相关资料
18
- 3. **启动项目** → `zerocut-project-open`(自动同步素材)
17
+ 2. **启动项目** → `zerocut-project-open`(自动同步素材)
18
+ 3. **资料收集**(可选)→ 根据需要使用搜索工具收集相关资料
19
19
  4. **创建脚本** → 编写 story_board.json(受众、脚本、风格、场景)
20
20
  5. **素材生成**(严格按顺序)→ `generate-scene-tts` → `generate-image` → `generate-video` → `generate-bgm`
21
21
  6. **字幕处理** → 基于配音生成字幕
@@ -335,7 +335,7 @@ story_board.json → draft_content.json → compile-and-run
335
335
  * **规划先行**:接收需求后必须先分析并制定详细执行计划
336
336
  * **资料收集**:根据主题复杂度决定是否需要搜索相关资料
337
337
  * **搜索策略**:优先使用系统自有搜索工具,备选使用 `search-context` / `search-image`
338
- * **严格遵循工作流顺序**:规划 → 搜索(可选)→ 场景首帧图片配音 → 视频 → BGM → 字幕 → draft_content.json
338
+ * **严格遵循工作流顺序**:规划 → 搜索(可选)→ 配音场景首帧图片 → 视频 → BGM → 字幕 → draft_content.json
339
339
  * **配音优先原则**:先生成配音确定时长,再生成对应长度的视频(视频时长 = ceil(配音时长秒数),范围3-12秒)
340
340
  * **视频生成备选方案**:当 `generate-video` 多次失败或用户明确要求不使用视频模型时,使用 `generate-video-fallback` 生成Ken Burns运动效果
341
341
  * **字幕同步**:基于配音内容生成字幕,确保时间轴对齐
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cerevox",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "TypeScript SDK for browser automation and secure command execution in highly available and scalable micro computer environments",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",