@xiaohhhh1/canvas-agent 0.4.45 → 0.4.46

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.
@@ -8,6 +8,10 @@ function continuitySchema(frameField) {
8
8
  }
9
9
  function segmentSchema() {
10
10
  return object({
11
+ // The central Flow C API receives each long-video segment as an
12
+ // independently executable script. Do not omit this just because the
13
+ // richer storyboard fields below are also present.
14
+ script: { type: "string", minLength: 40 },
11
15
  continuityMode: { type: "string", enum: ["reset", "continue"] },
12
16
  continuity: continuitySchema("previousEndingFrame"),
13
17
  endingState: continuitySchema("endingFrame"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xiaohhhh1/canvas-agent",
3
- "version": "0.4.45",
3
+ "version": "0.4.46",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",