@aswless_854771076/ai_short_studio_cli 0.1.8 → 0.1.10
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/package.json
CHANGED
|
@@ -32,6 +32,12 @@ description: Use when an agent needs to inspect or operate VVICAT infinite-canva
|
|
|
32
32
|
|
|
33
33
|
详细命令按需读取 [references/commands.md](references/commands.md),或运行 `ai-short-studio <topic> --help`。
|
|
34
34
|
|
|
35
|
+
## AI 剪辑联动
|
|
36
|
+
|
|
37
|
+
**REQUIRED SUB-SKILL:** Use remotion-best-practices
|
|
38
|
+
|
|
39
|
+
任务涉及剪辑设计或实现、Remotion composition、时间线、裁切、字幕、转场、音频编排或渲染时,必须先加载并遵循 `remotion-best-practices`,再把 VVICAT 已确认的视频、图片和音频资产用于剪辑。该 Skill 不可用时先请用户安装,不得凭零散的 Remotion 知识自行设计剪辑流程;纯素材生成无需加载。
|
|
40
|
+
|
|
35
41
|
## 安全边界
|
|
36
42
|
|
|
37
43
|
- 不把密码、access token、refresh token 或 API Key 放入参数、日志、Skill 或仓库。
|
|
@@ -59,6 +65,7 @@ ai-short-studio canvas node list --project "$PROJECT_ID" --json
|
|
|
59
65
|
- 自动创建的下游节点重复添加:任务完成后先刷新画布并复用真实节点 ID。
|
|
60
66
|
- 素材未完成或未连线就拆分镜:人物、场景、道具等相关素材必须任务成功、已确认 selected version,并逐项连接到 `storyboard-breakdown` 对应输入后才能执行。
|
|
61
67
|
- 未展示产物就继续:生成分镜图前展示并确认素材,生成视频前展示并确认分镜图;只报告 ID 或路径不能代替预览与用户确认。
|
|
68
|
+
- 涉及剪辑却自行设计:时间线、字幕、转场、音频编排或渲染必须先使用 `remotion-best-practices`。
|
|
62
69
|
- 只检查任务创建响应:必须 `task wait` 并检查终态和错误字段。
|
|
63
70
|
- 下载列表中的任意 URL:先确认资产的 selected version,再下载。
|
|
64
71
|
- 测试创建资源但未清理:用调用方的 `finally`/trap 删除唯一前缀项目。
|