diff --git a/HANDOFF.md b/HANDOFF.md index f42a804..bf8bf0b 100644 --- a/HANDOFF.md +++ b/HANDOFF.md @@ -6,7 +6,7 @@ A developer can use FeatureClipStudio to turn a recorded two-client interaction ## First render -The observed lane used Windows, Node 22.22.2, the locked Remotion 4.0.474 and Playwright 1.60.0. Use a short checkout path on Windows. Have ffmpeg and ffprobe on PATH; Python 3 is needed only for the evidence verifier. Other host/version combinations were not certified by this run. +The observed lane used Windows, Node 22.22.2, the locked Remotion 4.0.479 and Playwright 1.60.0. Use a short checkout path on Windows. Have ffmpeg and ffprobe on PATH; Python 3 is needed only for the evidence verifier. Other host/version combinations were not certified by this run. Run from the repository root, choosing fresh output names: @@ -21,7 +21,7 @@ ffprobe -v error -show_streams -show_format -of json out/local-livesync.mp4 This uses 54 checked-in captures and authored presentation metadata; it performs no new browser interaction. The [accepted movie](promotion/evidence/local-livesync-handoff-20260907/after-output/readable-livesync.mp4) has 588 video frames, 1920×1080 at 30 fps and 19.600 seconds of video. Its container is 19.648 seconds because of the AAC stream. The [actual GIF](promotion/evidence/local-livesync-handoff-20260907/after-output/readable-livesync.gif) has 294 frames, 720×405 at nominal 15 fps. Both fully decoded without errors. Encoded bytes can differ across environments; the supplied files have exact hashes in the packet. -The normal source check passed 39 JavaScript parses, 36 tour anchors and 34 prose citations on the reviewed behavior source. This handoff and its evidence index were added afterward; they do not imply another runtime run or shared CI result. +The dependency follow-up repeated the normal source check: 39 JavaScript parses, 36 tour anchors and 34 prose citations passed. Its [dated evidence](promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/README.md) includes the new movie and GIF, installed identities and actual audit. All 44 matched stills, 117 encoded LiveSync samples and five default-example samples matched their retained references in decoded pixels. Both full movies and the GIF decoded without errors. The original files above remain historical accepted outputs; this paragraph does not assert a new shared CI result. ## Optional: capture the local interaction again @@ -68,7 +68,7 @@ An unavailable demo or exhausted action failure now exits nonzero, preserves dia The accepted framing makes the selected control/result and both client labels readable in the actual movie and GIF. The longest card has a tight lower margin. The previous card is partly cropped, and early camera travel does not show every complete stream state. These are disclosed presentation limits, not synchronization latency measurements. Audio was not listened to; no full continuous-motion or human-comprehension grade was granted. -The default `npm run render:example` still renders historical WT-NodeRoom inputs and retains a separate output-quality hold. LiveSync acceptance does not certify other examples, responsive browser behavior, physical devices, provider behavior or production. The recorded install reported 12 dependency advisories (2 low, 10 high), which remain unresolved. Full criterion and overall grades remain null. +The default `npm run render:example` still renders historical WT-NodeRoom inputs and retains a separate output-quality hold. LiveSync acceptance does not certify other examples, responsive browser behavior, physical devices, provider behavior or production. The earlier install reported 12 affected packages (2 low, 10 high). The normal installed-tree audit for the exact Remotion 4.0.479 lock reported zero on September 7, 2026. That is a dated dependency result, not a full security assessment. Full criterion and overall grades remain null. Verify the packet and its selected current source bindings from the repository root: diff --git a/package-lock.json b/package-lock.json index e581cc0..a11437d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,10 +9,10 @@ "version": "0.1.0", "license": "MIT", "dependencies": { - "@remotion/cli": "^4.0.474", + "@remotion/cli": "4.0.479", "react": "^18.3.1", "react-dom": "^18.3.1", - "remotion": "^4.0.474" + "remotion": "4.0.479" }, "devDependencies": { "playwright": "^1.60.0" @@ -63,20 +63,20 @@ } }, "node_modules/@emnapi/core": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.11.0.tgz", - "integrity": "sha512-l9Oo58x0HOP5znGzVhYW9U3e5wVuA4LAZU2AGezTmkhO1CgQRFDhDg4nneHsu/t3WniXg9QrG2nIXL/ZS8ln8Q==", + "version": "1.11.3", + "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.11.3.tgz", + "integrity": "sha512-zLpS5asjEb7lq8jYLq37N6XKaE41DIexlY1rF/z4/tIl3wo13Sqm28fRyfIsKZD+NZ8mM5RoKkpW/rBcuoSZSg==", "license": "MIT", "optional": true, "dependencies": { - "@emnapi/wasi-threads": "1.2.2", + "@emnapi/wasi-threads": "1.2.3", "tslib": "^2.4.0" } }, "node_modules/@emnapi/runtime": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.11.0.tgz", - "integrity": "sha512-55coeOFKHv1ywEcUXJtWU5f+Jr/W5tZDvZig8DLKSwUN1JpROQ4rk/SNOQiFWmaR/VKF4zuFyW1B8JduOSv6Pg==", + "version": "1.11.3", + "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.11.3.tgz", + "integrity": "sha512-Xz4Tpyki7XyrpbUK1jR1AhdAdaXyhhY4lZ3neLodmhpuWfy2PAQN5B46sAiU4liOXGLkHypn/qU+jvfWSCYYLA==", "license": "MIT", "optional": true, "dependencies": { @@ -84,9 +84,9 @@ } }, "node_modules/@emnapi/wasi-threads": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.2.tgz", - "integrity": "sha512-c95qOXkHdydNKhscBTebqEC1CVAZpyqOfVfBzQ1qgzyl3gfeldUjIggDbIZgDKsHLgnsM+igH7TJ/eAasaVuMA==", + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.3.tgz", + "integrity": "sha512-ELEBe8PsLvvJ6QMr0zLt8ffvOHW/dc1m3CEzNMg7aJUv3bMaoDtw2TXyDAwkYBuroxxuHEwhRTLJSe5sya547g==", "license": "MIT", "optional": true, "dependencies": { @@ -94,9 +94,9 @@ } }, "node_modules/@esbuild/aix-ppc64": { - "version": "0.28.0", - "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.28.0.tgz", - "integrity": "sha512-lhRUCeuOyJQURhTxl4WkpFTjIsbDayJHih5kZC1giwE+MhIzAb7mEsQMqMf18rHLsrb5qI1tafG20mLxEWcWlA==", + "version": "0.28.1", + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.28.1.tgz", + "integrity": "sha512-Svl7tq8k/08+p6CXPpRjQ1fKX+1odH/BQbb48fV6fj3CWHhsoIOoY87w1oHXm0qEpkIK3ZfVgp0hed3XBXzXMQ==", "cpu": [ "ppc64" ], @@ -110,9 +110,9 @@ } }, "node_modules/@esbuild/android-arm": { - "version": "0.28.0", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.28.0.tgz", - "integrity": "sha512-wqh0ByljabXLKHeWXYLqoJ5jKC4XBaw6Hk08OfMrCRd2nP2ZQ5eleDZC41XHyCNgktBGYMbqnrJKq/K/lzPMSQ==", + "version": "0.28.1", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.28.1.tgz", + "integrity": "sha512-0k2F129Xdio1TdJfzJ8sy1Q47vUD2NnwdhiAf7drUN1EBTfPf4hsFCtmMgu/6m8JSzsBrlmVjudMBQqOfG8usQ==", "cpu": [ "arm" ], @@ -126,9 +126,9 @@ } }, "node_modules/@esbuild/android-arm64": { - "version": "0.28.0", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.28.0.tgz", - "integrity": "sha512-+WzIXQOSaGs33tLEgYPYe/yQHf0WTU0X42Jca3y8NWMbUVhp7rUnw+vAsRC/QiDrdD31IszMrZy+qwPOPjd+rw==", + "version": "0.28.1", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.28.1.tgz", + "integrity": "sha512-34EGEbCIAgosYz6goLcopX6Mo7NyGv9tfwEM2/7Ce2VcVRk568iSvniGWcUXIy7wEDR1wzolcxcriFVrWYcwBg==", "cpu": [ "arm64" ], @@ -142,9 +142,9 @@ } }, "node_modules/@esbuild/android-x64": { - "version": "0.28.0", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.28.0.tgz", - "integrity": "sha512-+VJggoaKhk2VNNqVL7f6S189UzShHC/mR9EE8rDdSkdpN0KflSwWY/gWjDrNxxisg8Fp1ZCD9jLMo4m0OUfeUA==", + "version": "0.28.1", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.28.1.tgz", + "integrity": "sha512-dbwY7ltSMDWsRatcRpCnES4F+im88OCUgGZjy52shC7GqHRE/cYlxNbB4Z4UpJswpcc4Qxd2oE/ufM0p61IKng==", "cpu": [ "x64" ], @@ -158,9 +158,9 @@ } }, "node_modules/@esbuild/darwin-arm64": { - "version": "0.28.0", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.28.0.tgz", - "integrity": "sha512-0T+A9WZm+bZ84nZBtk1ckYsOvyA3x7e2Acj1KdVfV4/2tdG4fzUp91YHx+GArWLtwqp77pBXVCPn2We7Letr0Q==", + "version": "0.28.1", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.28.1.tgz", + "integrity": "sha512-TZbWkQY7kvTAXbXUT7uVACR5cMHsDiSz9z7ZKAX/RTq/WJEk3QyRr0wZpNhBDX+/0CtdqUIJlOiodQcta6tY3Q==", "cpu": [ "arm64" ], @@ -174,9 +174,9 @@ } }, "node_modules/@esbuild/darwin-x64": { - "version": "0.28.0", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.28.0.tgz", - "integrity": "sha512-fyzLm/DLDl/84OCfp2f/XQ4flmORsjU7VKt8HLjvIXChJoFFOIL6pLJPH4Yhd1n1gGFF9mPwtlN5Wf82DZs+LQ==", + "version": "0.28.1", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.28.1.tgz", + "integrity": "sha512-zfdzgK9ACBNZLI/CyHTOx81SyNbM6YXn7rxSgX97VjyiPl9W1i4Ka4fgKECEoFCKGpvBj5qArWIGgQjOwkgskQ==", "cpu": [ "x64" ], @@ -190,9 +190,9 @@ } }, "node_modules/@esbuild/freebsd-arm64": { - "version": "0.28.0", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.28.0.tgz", - "integrity": "sha512-l9GeW5UZBT9k9brBYI+0WDffcRxgHQD8ShN2Ur4xWq/NFzUKm3k5lsH4PdaRgb2w7mI9u61nr2gI2mLI27Nh3Q==", + "version": "0.28.1", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.28.1.tgz", + "integrity": "sha512-wG2EA8ENdEI0qhkSZMjfqrdY+ziCYCPMmtZjjIwOmXFjmyzEHn+UUxk5of+SYsjtfs3VpnlC7QLzSI5hY/rOAw==", "cpu": [ "arm64" ], @@ -206,9 +206,9 @@ } }, "node_modules/@esbuild/freebsd-x64": { - "version": "0.28.0", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.28.0.tgz", - "integrity": "sha512-BXoQai/A0wPO6Es3yFJ7APCiKGc1tdAEOgeTNy3SsB491S3aHn4S4r3e976eUnPdU+NbdtmBuLncYir2tMU9Nw==", + "version": "0.28.1", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.28.1.tgz", + "integrity": "sha512-i7dZ9vQgnvSCzi/rYCXNgtF/U+eKZNJBzu3eTQbRgHnM7tNSizLOkRFAl3qzVc/Op/u5YkHHa4pf/3DOYHthLQ==", "cpu": [ "x64" ], @@ -222,9 +222,9 @@ } }, "node_modules/@esbuild/linux-arm": { - "version": "0.28.0", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.28.0.tgz", - "integrity": "sha512-CjaaREJagqJp7iTaNQjjidaNbCKYcd4IDkzbwwxtSvjI7NZm79qiHc8HqciMddQ6CKvJT6aBd8lO9kN/ZudLlw==", + "version": "0.28.1", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.28.1.tgz", + "integrity": "sha512-qVXBOHQS+d5Y722GwJzJUtOLlX7km3CraOaGormF1pDtPd2C/l1SHRPgjLunLGe51Sh5YYWKMFDyV4SxgMQYTQ==", "cpu": [ "arm" ], @@ -238,9 +238,9 @@ } }, "node_modules/@esbuild/linux-arm64": { - "version": "0.28.0", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.28.0.tgz", - "integrity": "sha512-RVyzfb3FWsGA55n6WY0MEIEPURL1FcbhFE6BffZEMEekfCzCIMtB5yyDcFnVbTnwk+CLAgTujmV/Lgvih56W+A==", + "version": "0.28.1", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.28.1.tgz", + "integrity": "sha512-yHs+0uc8+nvEAfAfxrWQKK5peSNzBc4PegcMO0EJ2hT71uA7vB8Ihg2e77R2P7SG5uYjPbHlLLmve4LLLRCf0g==", "cpu": [ "arm64" ], @@ -254,9 +254,9 @@ } }, "node_modules/@esbuild/linux-ia32": { - "version": "0.28.0", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.28.0.tgz", - "integrity": "sha512-KBnSTt1kxl9x70q+ydterVdl+Cn0H18ngRMRCEQfrbqdUuntQQ0LoMZv47uB97NljZFzY6HcfqEZ2SAyIUTQBQ==", + "version": "0.28.1", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.28.1.tgz", + "integrity": "sha512-d1z4ZuP0ajrfz/FhGT4vv278rX8KnPPJx8i5+AtK7TYbx9Le9F1hyzurZpkEyjkGa9dUGhQow4C1NmeGvqxN2w==", "cpu": [ "ia32" ], @@ -270,9 +270,9 @@ } }, "node_modules/@esbuild/linux-loong64": { - "version": "0.28.0", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.28.0.tgz", - "integrity": "sha512-zpSlUce1mnxzgBADvxKXX5sl8aYQHo2ezvMNI8I0lbblJtp8V4odlm3Yzlj7gPyt3T8ReksE6bK+pT3WD+aJRg==", + "version": "0.28.1", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.28.1.tgz", + "integrity": "sha512-M5sRjUVZrkm1OAPR3dlOYzNmN+loZKGVi1VUQGrwuqLcbR6qeAz+famMhjASeH3YVKvZz+zT1jlh/keC3Rj/lg==", "cpu": [ "loong64" ], @@ -286,9 +286,9 @@ } }, "node_modules/@esbuild/linux-mips64el": { - "version": "0.28.0", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.28.0.tgz", - "integrity": "sha512-2jIfP6mmjkdmeTlsX/9vmdmhBmKADrWqN7zcdtHIeNSCH1SqIoNI63cYsjQR8J+wGa4Y5izRcSHSm8K3QWmk3w==", + "version": "0.28.1", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.28.1.tgz", + "integrity": "sha512-mRObBZeHh2OxcBFPWE/FjylkRgZdYuiTR3vaTozquCGOH14iP9oN4x4Ge81CoIDYQrXmIxpFumJBu5MtZpnQJQ==", "cpu": [ "mips64el" ], @@ -302,9 +302,9 @@ } }, "node_modules/@esbuild/linux-ppc64": { - "version": "0.28.0", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.28.0.tgz", - "integrity": "sha512-bc0FE9wWeC0WBm49IQMPSPILRocGTQt3j5KPCA8os6VprfuJ7KD+5PzESSrJ6GmPIPJK965ZJHTUlSA6GNYEhg==", + "version": "0.28.1", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.28.1.tgz", + "integrity": "sha512-slScBsMAb3GFDcdrCgLwZtPYRoH2H/youv10QiZyRjmsP48fznoveWytSgCI/R0ZcUgpc0ZhIUEx6LHts8yrfQ==", "cpu": [ "ppc64" ], @@ -318,9 +318,9 @@ } }, "node_modules/@esbuild/linux-riscv64": { - "version": "0.28.0", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.28.0.tgz", - "integrity": "sha512-SQPZOwoTTT/HXFXQJG/vBX8sOFagGqvZyXcgLA3NhIqcBv1BJU1d46c0rGcrij2B56Z2rNiSLaZOYW5cUk7yLQ==", + "version": "0.28.1", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.28.1.tgz", + "integrity": "sha512-kw0owk1o0GFETUJyW0jc0G4Yzs0BHZn0JDZ8JRT088vjJYX777BAs1fDGxAC+q831qOs2DTC96mNsG2opdfyyQ==", "cpu": [ "riscv64" ], @@ -334,9 +334,9 @@ } }, "node_modules/@esbuild/linux-s390x": { - "version": "0.28.0", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.28.0.tgz", - "integrity": "sha512-SCfR0HN8CEEjnYnySJTd2cw0k9OHB/YFzt5zgJEwa+wL/T/raGWYMBqwDNAC6dqFKmJYZoQBRfHjgwLHGSrn3Q==", + "version": "0.28.1", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.28.1.tgz", + "integrity": "sha512-/lAIjX8aYFRByhh6L5rYtPEDRqa9de/4V/juOXcta5frjvzXO4/sqEtyytse0g3zZFuWu5cDN0MkLz2qRDD2Ag==", "cpu": [ "s390x" ], @@ -350,9 +350,9 @@ } }, "node_modules/@esbuild/linux-x64": { - "version": "0.28.0", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.28.0.tgz", - "integrity": "sha512-us0dSb9iFxIi8srnpl931Nvs65it/Jd2a2K3qs7fz2WfGPHqzfzZTfec7oxZJRNPXPnNYZtanmRc4AL/JwVzHQ==", + "version": "0.28.1", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.28.1.tgz", + "integrity": "sha512-u/anNYF2mmVOEDwLtnQ1wOr3EZ9sTNGLWrsYGYwHWzGA3Si84IOkHXlbWTD1NB+9/1lcnweYKO54uhxZydNzfA==", "cpu": [ "x64" ], @@ -366,9 +366,9 @@ } }, "node_modules/@esbuild/netbsd-arm64": { - "version": "0.28.0", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.28.0.tgz", - "integrity": "sha512-CR/RYotgtCKwtftMwJlUU7xCVNg3lMYZ0RzTmAHSfLCXw3NtZtNpswLEj/Kkf6kEL3Gw+BpOekRX0BYCtklhUw==", + "version": "0.28.1", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.28.1.tgz", + "integrity": "sha512-oks0DYbLwWMmaakTsCb+zL4E+aHRVLom9IJZOAthMQEPiQmydXHkziYEsGYRx0uNV/IjEKGAV941JzH02pflqw==", "cpu": [ "arm64" ], @@ -382,9 +382,9 @@ } }, "node_modules/@esbuild/netbsd-x64": { - "version": "0.28.0", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.28.0.tgz", - "integrity": "sha512-nU1yhmYutL+fQ71Kxnhg8uEOdC0pwEW9entHykTgEbna2pw2dkbFSMeqjjyHZoCmt8SBkOSvV+yNmm94aUrrqw==", + "version": "0.28.1", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.28.1.tgz", + "integrity": "sha512-aeL6lAnN89Hz43Mlh1G8ARasbuoYvSITDEx0tHh5b7jJnHcssqgjy9Yx430GDpmCa6OyrKoS0aNRjKundRizGg==", "cpu": [ "x64" ], @@ -398,9 +398,9 @@ } }, "node_modules/@esbuild/openbsd-arm64": { - "version": "0.28.0", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.28.0.tgz", - "integrity": "sha512-cXb5vApOsRsxsEl4mcZ1XY3D4DzcoMxR/nnc4IyqYs0rTI8ZKmW6kyyg+11Z8yvgMfAEldKzP7AdP64HnSC/6g==", + "version": "0.28.1", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.28.1.tgz", + "integrity": "sha512-MEFJe5C3R8pwXdZ5Y21oo6m7ePiS0d9pWucn99O/wvyJZChoIQKrQDxKrGeW8F5+T0okTHesAmDeiHDTIq0V/Q==", "cpu": [ "arm64" ], @@ -414,9 +414,9 @@ } }, "node_modules/@esbuild/openbsd-x64": { - "version": "0.28.0", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.28.0.tgz", - "integrity": "sha512-8wZM2qqtv9UP3mzy7HiGYNH/zjTA355mpeuA+859TyR+e+Tc08IHYpLJuMsfpDJwoLo1ikIJI8jC3GFjnRClzA==", + "version": "0.28.1", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.28.1.tgz", + "integrity": "sha512-i/ZLIOafE0Z8cI/XANJAixoJL/uRAoS2xOA3rb0xN+KK0K177cMAsQYkzHtBrtMXAKuAc7HGgcWiZ/sRC1Nxgw==", "cpu": [ "x64" ], @@ -430,9 +430,9 @@ } }, "node_modules/@esbuild/openharmony-arm64": { - "version": "0.28.0", - "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.28.0.tgz", - "integrity": "sha512-FLGfyizszcef5C3YtoyQDACyg95+dndv79i2EekILBofh5wpCa1KuBqOWKrEHZg3zrL3t5ouE5jgr94vA+Wb2w==", + "version": "0.28.1", + "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.28.1.tgz", + "integrity": "sha512-ge+Z7EXFNt2BO1oAMsVpiQ8EwndV9i1xXerAeTIK7AtPs3bKFXQM7nlRxDSIUIMeueR1CNXxqztLzdNeReKBJg==", "cpu": [ "arm64" ], @@ -446,9 +446,9 @@ } }, "node_modules/@esbuild/sunos-x64": { - "version": "0.28.0", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.28.0.tgz", - "integrity": "sha512-1ZgjUoEdHZZl/YlV76TSCz9Hqj9h9YmMGAgAPYd+q4SicWNX3G5GCyx9uhQWSLcbvPW8Ni7lj4gDa1T40akdlw==", + "version": "0.28.1", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.28.1.tgz", + "integrity": "sha512-BEjgtECkL3vY+SaSQ6nzVfiALUeFxpawyp8Jmf5PtYhf1Ug40N1h/hxlhts+f1FvSvarEigdxS3BlSMI2PJLcQ==", "cpu": [ "x64" ], @@ -462,9 +462,9 @@ } }, "node_modules/@esbuild/win32-arm64": { - "version": "0.28.0", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.28.0.tgz", - "integrity": "sha512-Q9StnDmQ/enxnpxCCLSg0oo4+34B9TdXpuyPeTedN/6+iXBJ4J+zwfQI28u/Jl40nOYAxGoNi7mFP40RUtkmUA==", + "version": "0.28.1", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.28.1.tgz", + "integrity": "sha512-lCv9eK/H6ZJWbE7bh2nw54CZ9M2nupBxJcTsdk/QQnWkdSjKGuxmmH8/GWrlT1eMmZfn4dGcCjRte397WqfQXA==", "cpu": [ "arm64" ], @@ -478,9 +478,9 @@ } }, "node_modules/@esbuild/win32-ia32": { - "version": "0.28.0", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.28.0.tgz", - "integrity": "sha512-zF3ag/gfiCe6U2iczcRzSYJKH1DCI+ByzSENHlM2FcDbEeo5Zd2C86Aq0tKUYAJJ1obRP84ymxIAksZUcdztHA==", + "version": "0.28.1", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.28.1.tgz", + "integrity": "sha512-zvb/mB2bSCoJOpoCBgYKKpX6YM6mJBlBUVUtVj41DlZJVEB6/0CKlRYxP5wWl1C1ILiCoAU5wZZ4q1P3qeS6Eg==", "cpu": [ "ia32" ], @@ -494,9 +494,9 @@ } }, "node_modules/@esbuild/win32-x64": { - "version": "0.28.0", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.28.0.tgz", - "integrity": "sha512-pEl1bO9mfAmIC+tW5btTmrKaujg3zGtUmWNdCw/xs70FBjwAL3o9OEKNHvNmnyylD6ubxUERiEhdsL0xBQ9efw==", + "version": "0.28.1", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.28.1.tgz", + "integrity": "sha512-bm4Mowrv+GXMlpWX++EcXw/iLyd1o3+bJkC2DkWXYVvgZCqD/bSj9ctZeAMC3cIxgjRVR2Dufaiu4YPxr5gW1A==", "cpu": [ "x64" ], @@ -539,9 +539,9 @@ } }, "node_modules/@jridgewell/sourcemap-codec": { - "version": "1.5.5", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz", - "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.6.0.tgz", + "integrity": "sha512-T7jf+5zgsZHwNJ4lvQ7/aezbyk0nNX+zJVWpmHA7VYsEx7a7qr5Rg5IbtJFqkgze5Y2sruq1RUY8Q837Od7iFw==", "license": "MIT" }, "node_modules/@jridgewell/trace-mapping": { @@ -555,9 +555,9 @@ } }, "node_modules/@mediabunny/aac-encoder": { - "version": "1.45.0", - "resolved": "https://registry.npmjs.org/@mediabunny/aac-encoder/-/aac-encoder-1.45.0.tgz", - "integrity": "sha512-vLQw8cY7Me6pvTTMkMhOiH9UCuINzfTOETCeDxbGNeNfDqc/7QlxloUH1Ylp/Zz2ek0O8kc6YdygV2vWAPakrA==", + "version": "1.47.0", + "resolved": "https://registry.npmjs.org/@mediabunny/aac-encoder/-/aac-encoder-1.47.0.tgz", + "integrity": "sha512-JNzgdJoHMFFnv5imi1+dmjZMudsJ1zNCUCEkKjBh90cqGhAFg8xu4V2gsyxE2i6oq/YpWx23P+OvoANLSMcDzA==", "license": "MPL-2.0", "funding": { "type": "individual", @@ -568,9 +568,9 @@ } }, "node_modules/@mediabunny/flac-encoder": { - "version": "1.45.0", - "resolved": "https://registry.npmjs.org/@mediabunny/flac-encoder/-/flac-encoder-1.45.0.tgz", - "integrity": "sha512-LfKbAMZVkxRS7PpEIVnWOY/l0KcHv+rjO7pYY3O0TPCZvbHWfrnQjn8JPacPIfuq6Yv7r4f8lhcl7yHSynoRkQ==", + "version": "1.47.0", + "resolved": "https://registry.npmjs.org/@mediabunny/flac-encoder/-/flac-encoder-1.47.0.tgz", + "integrity": "sha512-VpKmJO0xlYcFCRD6JvJlMbNQ6d/6YMHdO1gFIqWlZABHjSSL6BquNNEgWSCv5vdF8ELDBwIYBVZEslakIB/7GA==", "license": "MPL-2.0", "funding": { "type": "individual", @@ -581,9 +581,9 @@ } }, "node_modules/@mediabunny/mp3-encoder": { - "version": "1.45.0", - "resolved": "https://registry.npmjs.org/@mediabunny/mp3-encoder/-/mp3-encoder-1.45.0.tgz", - "integrity": "sha512-Bobi6AaQYEc7TWmPJ8Q0/hcUtBN7pLUC2qjoC7oZR4FcGqGztby6k7A1SWlmswoMOEIhYsOrgDaemrSDAC0QVQ==", + "version": "1.47.0", + "resolved": "https://registry.npmjs.org/@mediabunny/mp3-encoder/-/mp3-encoder-1.47.0.tgz", + "integrity": "sha512-JyzZyGeGRm2HVUQaGJ/VZT9OG+kG00mA8SLP/f3CO7+qWAmBncKc16WYXWHbZEo8Jn/ZGA6De32S5R2bTQbDqA==", "license": "MPL-2.0", "funding": { "type": "individual", @@ -659,21 +659,21 @@ } }, "node_modules/@remotion/bundler": { - "version": "4.0.474", - "resolved": "https://registry.npmjs.org/@remotion/bundler/-/bundler-4.0.474.tgz", - "integrity": "sha512-rNriINhA+89m00QkQlkn0VHYfByVhf7yTXQ6Meh56uEqH9kyvipESJDeOYdU2J0aVYOApYuBAWkpJU/RWmWzuw==", + "version": "4.0.479", + "resolved": "https://registry.npmjs.org/@remotion/bundler/-/bundler-4.0.479.tgz", + "integrity": "sha512-kP+r+hRQMHkU6f1q6Mav9wp6DdB06Sc7IjRGpVMFF2Qyvy1VkRDNvbk9/J8a16hhf08o0oDFoJ/l4IZaYu2sFw==", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "@remotion/media-parser": "4.0.474", - "@remotion/studio": "4.0.474", - "@remotion/studio-shared": "4.0.474", - "@remotion/timeline-utils": "4.0.474", - "@rspack/core": "1.7.6", + "@remotion/media-parser": "4.0.479", + "@remotion/studio": "4.0.479", + "@remotion/studio-shared": "4.0.479", + "@remotion/timeline-utils": "4.0.479", + "@rspack/core": "1.7.11", "@rspack/plugin-react-refresh": "1.6.1", "css-loader": "7.1.4", - "esbuild": "0.28.0", + "esbuild": "0.28.1", "react-refresh": "0.18.0", - "remotion": "4.0.474", + "remotion": "4.0.479", "style-loader": "4.0.0", "webpack": "5.105.0" }, @@ -682,23 +682,37 @@ "react-dom": ">=16.8.0" } }, + "node_modules/@remotion/canvas-capture": { + "version": "4.0.479", + "resolved": "https://registry.npmjs.org/@remotion/canvas-capture/-/canvas-capture-4.0.479.tgz", + "integrity": "sha512-3LEHY5tdtAa4ATyUeV7/02dIIR89d7P3uBN8ova8OH856qFyc8qFt3sMT2qThf7XNFtxPeUuFjPZ0mUjQaxe4A==", + "license": "Remotion License", + "dependencies": { + "mediabunny": "1.47.0", + "remotion": "4.0.479" + }, + "peerDependencies": { + "react": ">=16.8.0", + "react-dom": ">=16.8.0" + } + }, "node_modules/@remotion/cli": { - "version": "4.0.474", - "resolved": "https://registry.npmjs.org/@remotion/cli/-/cli-4.0.474.tgz", - "integrity": "sha512-mPa7fG+L+AjEiL0ggPLCyepE1I/NjNZVR0meEFd50uXhE+SGu/xktRdSyIHMIO1a7A6G+CdkZLxt1ZcA7ZZtdQ==", + "version": "4.0.479", + "resolved": "https://registry.npmjs.org/@remotion/cli/-/cli-4.0.479.tgz", + "integrity": "sha512-82fn466M+4oJf8rvb8rdwfjvzHTehUiRfeF8XA2O5BLfa/ju6NyjoYjvRCwH3AIrSxvKjPxYnkmd9uoXid+SCA==", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "@remotion/bundler": "4.0.474", - "@remotion/media-utils": "4.0.474", - "@remotion/player": "4.0.474", - "@remotion/renderer": "4.0.474", - "@remotion/studio": "4.0.474", - "@remotion/studio-server": "4.0.474", - "@remotion/studio-shared": "4.0.474", + "@remotion/bundler": "4.0.479", + "@remotion/media-utils": "4.0.479", + "@remotion/player": "4.0.479", + "@remotion/renderer": "4.0.479", + "@remotion/studio": "4.0.479", + "@remotion/studio-server": "4.0.479", + "@remotion/studio-shared": "4.0.479", "dotenv": "17.3.1", "minimist": "1.2.6", "prompts": "2.4.2", - "remotion": "4.0.474" + "remotion": "4.0.479" }, "bin": { "remotion": "remotion-cli.js", @@ -711,9 +725,9 @@ } }, "node_modules/@remotion/compositor-darwin-arm64": { - "version": "4.0.474", - "resolved": "https://registry.npmjs.org/@remotion/compositor-darwin-arm64/-/compositor-darwin-arm64-4.0.474.tgz", - "integrity": "sha512-/U3k+ijua/uhkQdzhoDK/2UO7CHjcb9IYyNlZXjWQVGYRPn/3HVbL8izuAgQTp03jyLc1yA4nXJD6XzpXB/qjA==", + "version": "4.0.479", + "resolved": "https://registry.npmjs.org/@remotion/compositor-darwin-arm64/-/compositor-darwin-arm64-4.0.479.tgz", + "integrity": "sha512-Mk0hLkhMkSnpCQtU97osgsUCoFmDwk6pKl/oPYO47uB6m2WW60Id8jJN/Bge4wlvbfOFI7Wjueu6zYD3ziGk7g==", "cpu": [ "arm64" ], @@ -723,9 +737,9 @@ ] }, "node_modules/@remotion/compositor-darwin-x64": { - "version": "4.0.474", - "resolved": "https://registry.npmjs.org/@remotion/compositor-darwin-x64/-/compositor-darwin-x64-4.0.474.tgz", - "integrity": "sha512-dCnx0aqJSqVFh8p7MTl9b6BA0hZnNA0wkCToZx+jYMEh9dEZ4ui0B8S0ZDMFPZTkO/CHFcsDcqICqPT2IeceTw==", + "version": "4.0.479", + "resolved": "https://registry.npmjs.org/@remotion/compositor-darwin-x64/-/compositor-darwin-x64-4.0.479.tgz", + "integrity": "sha512-ISFBEKuNn21hLrXlCeBc7ye4Clb4OQO15msnbp/0vp50VxEXOJEAnIAkQ72Mp1j34g4cvId0tJucuJ8QFERL6g==", "cpu": [ "x64" ], @@ -735,9 +749,9 @@ ] }, "node_modules/@remotion/compositor-linux-arm64-gnu": { - "version": "4.0.474", - "resolved": "https://registry.npmjs.org/@remotion/compositor-linux-arm64-gnu/-/compositor-linux-arm64-gnu-4.0.474.tgz", - "integrity": "sha512-wmpm96qsagBQ3u35zhHAQpmYLX4GY8LSVnMzMNiZ2JW7q/dj4tH9g9pp/zNRTsgHlIshdFBYWLRpKbLtLIHRtQ==", + "version": "4.0.479", + "resolved": "https://registry.npmjs.org/@remotion/compositor-linux-arm64-gnu/-/compositor-linux-arm64-gnu-4.0.479.tgz", + "integrity": "sha512-gmnrYBE6pOkPcaI9GiDf1JFxBy/jDNw3RTBCC2AvgPqvl15Yn8h1HcPrm2dMFmlYt9iSjOZeG1V4bTmBqQ8plQ==", "cpu": [ "arm64" ], @@ -747,9 +761,9 @@ ] }, "node_modules/@remotion/compositor-linux-arm64-musl": { - "version": "4.0.474", - "resolved": "https://registry.npmjs.org/@remotion/compositor-linux-arm64-musl/-/compositor-linux-arm64-musl-4.0.474.tgz", - "integrity": "sha512-mwNStu9WrCSgdCNywwy3surSz4lprirX/Vj9fAIPWpbwi1PQxypVwCtkEvZ33BlIQspwUYF7QWtCTPk17+YdFg==", + "version": "4.0.479", + "resolved": "https://registry.npmjs.org/@remotion/compositor-linux-arm64-musl/-/compositor-linux-arm64-musl-4.0.479.tgz", + "integrity": "sha512-YYXiNdoMgFfWdKWoTBqzLAKBSmn684x4LXEuMCIvyT/N8T/B7p8afIse9jx6zn7Pw2Gxudmtur/S83qP6Vz2gw==", "cpu": [ "arm64" ], @@ -759,9 +773,9 @@ ] }, "node_modules/@remotion/compositor-linux-x64-gnu": { - "version": "4.0.474", - "resolved": "https://registry.npmjs.org/@remotion/compositor-linux-x64-gnu/-/compositor-linux-x64-gnu-4.0.474.tgz", - "integrity": "sha512-GuarYSSbXtc7Gu9ElicDOIIYiaBogDDt10lK49u+mXDr6QVQ3U9ZuzniaMHOUqNTP34Jy2rVDzhWyWynBbIvfA==", + "version": "4.0.479", + "resolved": "https://registry.npmjs.org/@remotion/compositor-linux-x64-gnu/-/compositor-linux-x64-gnu-4.0.479.tgz", + "integrity": "sha512-+s9VdDjuDG+JIVIDR6i+wZ8oP+BowJK9v/l4eFClPK+HG4am/TzlHK0PouITutF0skfbqy1OEol4pbrKnfZtKg==", "cpu": [ "x64" ], @@ -771,9 +785,9 @@ ] }, "node_modules/@remotion/compositor-linux-x64-musl": { - "version": "4.0.474", - "resolved": "https://registry.npmjs.org/@remotion/compositor-linux-x64-musl/-/compositor-linux-x64-musl-4.0.474.tgz", - "integrity": "sha512-3FUFZtwGKOB6KVZF2VMv6PlPYKIvJsyFqiT9WLF5FHOtxQm3h4RugrFZ//YDKazln7/qYOSXNejMH+2AIwQqzw==", + "version": "4.0.479", + "resolved": "https://registry.npmjs.org/@remotion/compositor-linux-x64-musl/-/compositor-linux-x64-musl-4.0.479.tgz", + "integrity": "sha512-4ADB/rzSGB7ia0ppgLQN3/JgPcgIyPef47v3QL4zOhuOwkWm5OAtHypB7yb8iI9UV73Zc/IfyqwLe3FVcrNaEA==", "cpu": [ "x64" ], @@ -783,9 +797,9 @@ ] }, "node_modules/@remotion/compositor-win32-x64-msvc": { - "version": "4.0.474", - "resolved": "https://registry.npmjs.org/@remotion/compositor-win32-x64-msvc/-/compositor-win32-x64-msvc-4.0.474.tgz", - "integrity": "sha512-iH90tsLMUUsUa2R/zJi++A5SPMvdzQvDTmmixRf3wN7VK4q8J4Gmqa7APpv8BR+F+Ta98fnkq7rMNWf1J6vmsA==", + "version": "4.0.479", + "resolved": "https://registry.npmjs.org/@remotion/compositor-win32-x64-msvc/-/compositor-win32-x64-msvc-4.0.479.tgz", + "integrity": "sha512-UQyhORMiRUr3qam4gACYSVq4Qfimq9dlnzbzyblZ3gxC0cTK2o2d6q+o0Dl023xOAxO34UIVzUWkaeKZ0xAIBw==", "cpu": [ "x64" ], @@ -795,25 +809,25 @@ ] }, "node_modules/@remotion/licensing": { - "version": "4.0.474", - "resolved": "https://registry.npmjs.org/@remotion/licensing/-/licensing-4.0.474.tgz", - "integrity": "sha512-WwmgcncAvZAjX9X0BIR4euk31R82mGoDyzVPFuBTHZ8pvg8kNuykcUk6fTLrMhGfL9UoTsUOWjUxBHQ3yUsRMg==", + "version": "4.0.479", + "resolved": "https://registry.npmjs.org/@remotion/licensing/-/licensing-4.0.479.tgz", + "integrity": "sha512-VZROKokeU4Ti49/nXBiQHW1gXzkgRlUZLkapHsp02DQw+KsWqDXaAK/B1bL4stHa5WA0e7puXZQt7t+7cbPBug==", "license": "MIT" }, "node_modules/@remotion/media-parser": { - "version": "4.0.474", - "resolved": "https://registry.npmjs.org/@remotion/media-parser/-/media-parser-4.0.474.tgz", - "integrity": "sha512-/MN8Hy2MGdRv2Oj3i43IxJTi7V5FXTFsmcu6NM0zXZBE9Crd620hnnTkmY1MVmNZ6dzJvPOFrGIQPu+Zr5rkng==", + "version": "4.0.479", + "resolved": "https://registry.npmjs.org/@remotion/media-parser/-/media-parser-4.0.479.tgz", + "integrity": "sha512-y4u90CEng1YaUlg1ukulVH0APe1d7qOBXumQ2ShMwKnK7Tf3gIHVnFGNdynXpgiJzxF3NLDvFXB5vQKQ+8DSIg==", "license": "Remotion License https://remotion.dev/license" }, "node_modules/@remotion/media-utils": { - "version": "4.0.474", - "resolved": "https://registry.npmjs.org/@remotion/media-utils/-/media-utils-4.0.474.tgz", - "integrity": "sha512-bAPPMTOqrX/CWrKhG37f+V07cX8SeHrHKaSIrwoXZHNnyrzi+as/X7OzohNH5pCIP+Irq5Yr8DNN4ljL3L/SFw==", + "version": "4.0.479", + "resolved": "https://registry.npmjs.org/@remotion/media-utils/-/media-utils-4.0.479.tgz", + "integrity": "sha512-GekawJ3p7cCclKzzmmY4vj8EstKf8JXuRE24zDzEbRZiGOyCpyrqcxTDQoUj9MsWcdlLZtNXlLZJffLJ+BRjiw==", "license": "MIT", "dependencies": { - "mediabunny": "1.45.0", - "remotion": "4.0.474" + "mediabunny": "1.47.0", + "remotion": "4.0.479" }, "peerDependencies": { "react": ">=16.8.0", @@ -821,12 +835,12 @@ } }, "node_modules/@remotion/player": { - "version": "4.0.474", - "resolved": "https://registry.npmjs.org/@remotion/player/-/player-4.0.474.tgz", - "integrity": "sha512-BjV6anyFGXVazRVn8O61OoeUbuyRJzoS2A6EPa0EUpSJUyjFkIio6hNzaPDPn/W2+d9+EpLX8hdjSsmOzxfnbg==", + "version": "4.0.479", + "resolved": "https://registry.npmjs.org/@remotion/player/-/player-4.0.479.tgz", + "integrity": "sha512-oluW+lTOhNhDWpR24N8JN7ZnghTExGqPBg/HAG8UetEpizCYCTE+MSyf4sggf68jjJOte/f/pF4zMduQRtd0Gw==", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "remotion": "4.0.474" + "remotion": "4.0.479" }, "peerDependencies": { "react": ">=16.8.0", @@ -834,26 +848,26 @@ } }, "node_modules/@remotion/renderer": { - "version": "4.0.474", - "resolved": "https://registry.npmjs.org/@remotion/renderer/-/renderer-4.0.474.tgz", - "integrity": "sha512-P8Yi6gb+ChNVg0ZtFUClR8/bHtzXZRcwpXVtX8tyzgyggKw1chOew2O+oQ4dDoKfExMJtvizFQpj/9YwOkRWzA==", + "version": "4.0.479", + "resolved": "https://registry.npmjs.org/@remotion/renderer/-/renderer-4.0.479.tgz", + "integrity": "sha512-t7rNPESRpqwhKPBx5F3XXQdQwzh7lvs4oR3ApDRscyCOAMYB4xg7zv1UfK+2zvVETbdZ9AJDvQ/nOvkO2x7WnA==", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "@remotion/licensing": "4.0.474", - "@remotion/streaming": "4.0.474", + "@remotion/licensing": "4.0.479", + "@remotion/streaming": "4.0.479", "execa": "5.1.1", - "remotion": "4.0.474", + "remotion": "4.0.479", "source-map": "0.8.0-beta.0", - "ws": "8.20.1" + "ws": "8.21.0" }, "optionalDependencies": { - "@remotion/compositor-darwin-arm64": "4.0.474", - "@remotion/compositor-darwin-x64": "4.0.474", - "@remotion/compositor-linux-arm64-gnu": "4.0.474", - "@remotion/compositor-linux-arm64-musl": "4.0.474", - "@remotion/compositor-linux-x64-gnu": "4.0.474", - "@remotion/compositor-linux-x64-musl": "4.0.474", - "@remotion/compositor-win32-x64-msvc": "4.0.474" + "@remotion/compositor-darwin-arm64": "4.0.479", + "@remotion/compositor-darwin-x64": "4.0.479", + "@remotion/compositor-linux-arm64-gnu": "4.0.479", + "@remotion/compositor-linux-arm64-musl": "4.0.479", + "@remotion/compositor-linux-x64-gnu": "4.0.479", + "@remotion/compositor-linux-x64-musl": "4.0.479", + "@remotion/compositor-win32-x64-msvc": "4.0.479" }, "peerDependencies": { "react": ">=16.8.0", @@ -861,29 +875,30 @@ } }, "node_modules/@remotion/streaming": { - "version": "4.0.474", - "resolved": "https://registry.npmjs.org/@remotion/streaming/-/streaming-4.0.474.tgz", - "integrity": "sha512-IVrNi+3bf1w/nv39EbzOs0zOsq3w8mipeXJvlgPfMHtsKmo1cxsjHuxz3QXQoIo0kDBwQJvfuzBq88nbH1ZHUw==", + "version": "4.0.479", + "resolved": "https://registry.npmjs.org/@remotion/streaming/-/streaming-4.0.479.tgz", + "integrity": "sha512-wsCKAENXwuRGktWsTSVwzi/sKhV4vNUFco+Fh9gbVTArlNEjQqpAwV/fxqMEVaJVT9ROaj1DUiFdSw9HlFDL5g==", "license": "MIT" }, "node_modules/@remotion/studio": { - "version": "4.0.474", - "resolved": "https://registry.npmjs.org/@remotion/studio/-/studio-4.0.474.tgz", - "integrity": "sha512-jtSSp3UHwi2sdlZSz3jzSoF3YYAAyMiTu92GB0ly3V3QSUY1cl89akc5vvfDVNhNLHPiVn0dhg51QEJdFSt35Q==", + "version": "4.0.479", + "resolved": "https://registry.npmjs.org/@remotion/studio/-/studio-4.0.479.tgz", + "integrity": "sha512-//clTt1xGxBLIn+ocA17nn1+Vd4Mgd5ZuvlNSGub+TQtTZ+H7cfZed5M18RcL4hb1ulm/YYAQKXGQmluYAoT4A==", "license": "MIT", "dependencies": { "@jridgewell/trace-mapping": "0.3.31", - "@remotion/media-utils": "4.0.474", - "@remotion/player": "4.0.474", - "@remotion/renderer": "4.0.474", - "@remotion/studio-shared": "4.0.474", - "@remotion/timeline-utils": "4.0.474", - "@remotion/web-renderer": "4.0.474", - "@remotion/zod-types": "4.0.474", - "mediabunny": "1.45.0", + "@remotion/canvas-capture": "4.0.479", + "@remotion/media-utils": "4.0.479", + "@remotion/player": "4.0.479", + "@remotion/renderer": "4.0.479", + "@remotion/studio-shared": "4.0.479", + "@remotion/timeline-utils": "4.0.479", + "@remotion/web-renderer": "4.0.479", + "@remotion/zod-types": "4.0.479", + "mediabunny": "1.47.0", "memfs": "3.4.3", "open": "8.4.2", - "remotion": "4.0.474", + "remotion": "4.0.479", "semver": "7.5.3", "zod": "4.3.6" }, @@ -893,54 +908,54 @@ } }, "node_modules/@remotion/studio-server": { - "version": "4.0.474", - "resolved": "https://registry.npmjs.org/@remotion/studio-server/-/studio-server-4.0.474.tgz", - "integrity": "sha512-TTs5hLaP/8Li4senbIVxFrwaQ3EPWScrUlFb0BFe2Zl2sTxD5Oe4L6Cy5PHPGO0VQaeWx8zYoDdnhJDd4w6Zeg==", + "version": "4.0.479", + "resolved": "https://registry.npmjs.org/@remotion/studio-server/-/studio-server-4.0.479.tgz", + "integrity": "sha512-0F0nFS+sStNSMrkPY7TikOTkedl1MCJvslJIWwbk0DQj0MxA9FjPtZW/hoVpn29uebt/XdcHLzl3caFwW/h27A==", "license": "MIT", "dependencies": { "@babel/parser": "7.24.1", "@babel/types": "7.24.0", - "@remotion/bundler": "4.0.474", - "@remotion/renderer": "4.0.474", - "@remotion/studio-shared": "4.0.474", + "@remotion/bundler": "4.0.479", + "@remotion/renderer": "4.0.479", + "@remotion/studio-shared": "4.0.479", "memfs": "3.4.3", "open": "8.4.2", "prettier": "3.8.1", "recast": "0.23.11", - "remotion": "4.0.474", + "remotion": "4.0.479", "semver": "7.5.3" } }, "node_modules/@remotion/studio-shared": { - "version": "4.0.474", - "resolved": "https://registry.npmjs.org/@remotion/studio-shared/-/studio-shared-4.0.474.tgz", - "integrity": "sha512-70BLgTkPOyumJ0E1eNgIbtON0Q1A0enVUf3KWuamx3W+72tkqiBR77oO1shKa8uwXGDVBFKonmVZP9L/3zSVdw==", + "version": "4.0.479", + "resolved": "https://registry.npmjs.org/@remotion/studio-shared/-/studio-shared-4.0.479.tgz", + "integrity": "sha512-L2pGZTh/wlCM+97JqiGm5ga+6tO9ssDMTLXP9QoPc2v8cUu42OMQENvm3eom36E92cFeIZe4nqkxMKUpYx5dgg==", "license": "MIT", "dependencies": { - "remotion": "4.0.474" + "remotion": "4.0.479" } }, "node_modules/@remotion/timeline-utils": { - "version": "4.0.474", - "resolved": "https://registry.npmjs.org/@remotion/timeline-utils/-/timeline-utils-4.0.474.tgz", - "integrity": "sha512-mgH3Hzxez5oUt0tp1qC09iHhGag9IfDOw//MJlb6CTibj5lRchlNFV8Do+beE7QuZe4e+blG0Ru150J+5juEzg==", + "version": "4.0.479", + "resolved": "https://registry.npmjs.org/@remotion/timeline-utils/-/timeline-utils-4.0.479.tgz", + "integrity": "sha512-JyvO1NocSGctgemlNh7ZJKbdodTiuUZmL/bFQ9U6pzw6o4+1q20sd2+Kqua+lJKbIcDigXjqUIBttYiM6ZO/1g==", "license": "MIT", "dependencies": { - "mediabunny": "1.45.0" + "mediabunny": "1.47.0" } }, "node_modules/@remotion/web-renderer": { - "version": "4.0.474", - "resolved": "https://registry.npmjs.org/@remotion/web-renderer/-/web-renderer-4.0.474.tgz", - "integrity": "sha512-4tZk2cvBv+vp5lMO3cMfjvPi71U6m8Rxd8c4Vx3wkZl0IMHz3mDwddYlH8EU8NDcR3Xw4G1lnO68XsTsEoaHcw==", + "version": "4.0.479", + "resolved": "https://registry.npmjs.org/@remotion/web-renderer/-/web-renderer-4.0.479.tgz", + "integrity": "sha512-JLICwVsWoyJnc/2Dme5V7eY1v1RqhjeVLWxv9orIdvOIJD2byq473VmZh7ldwzZNmzx6zJWxWrarhraX7nIW2g==", "license": "UNLICENSED", "dependencies": { - "@mediabunny/aac-encoder": "1.45.0", - "@mediabunny/flac-encoder": "1.45.0", - "@mediabunny/mp3-encoder": "1.45.0", - "@remotion/licensing": "4.0.474", - "mediabunny": "1.45.0", - "remotion": "4.0.474" + "@mediabunny/aac-encoder": "1.47.0", + "@mediabunny/flac-encoder": "1.47.0", + "@mediabunny/mp3-encoder": "1.47.0", + "@remotion/licensing": "4.0.479", + "mediabunny": "1.47.0", + "remotion": "4.0.479" }, "peerDependencies": { "react": ">=18.0.0", @@ -948,39 +963,39 @@ } }, "node_modules/@remotion/zod-types": { - "version": "4.0.474", - "resolved": "https://registry.npmjs.org/@remotion/zod-types/-/zod-types-4.0.474.tgz", - "integrity": "sha512-B7OXy2rSPH39KzIvnFnrKwjP6qWkOyr3wmXggZaybV8alFx1d5v3t+eZWCqPu5HH2iXbPk22K2yo0wcfhppp5A==", + "version": "4.0.479", + "resolved": "https://registry.npmjs.org/@remotion/zod-types/-/zod-types-4.0.479.tgz", + "integrity": "sha512-bhyVjjTR3odo/NQ6BQjmLI3xC7La8Vz8t8A3wlLz+u1MpS/qfAEP6wmYvhM+bHo3Ukipsb4oy9a2gQRtPGb9aA==", "license": "MIT", "dependencies": { - "remotion": "4.0.474" + "remotion": "4.0.479" }, "peerDependencies": { "zod": "4.3.6" } }, "node_modules/@rspack/binding": { - "version": "1.7.6", - "resolved": "https://registry.npmjs.org/@rspack/binding/-/binding-1.7.6.tgz", - "integrity": "sha512-/NrEcfo8Gx22hLGysanrV6gHMuqZSxToSci/3M4kzEQtF5cPjfOv5pqeLK/+B6cr56ul/OmE96cCdWcXeVnFjQ==", + "version": "1.7.11", + "resolved": "https://registry.npmjs.org/@rspack/binding/-/binding-1.7.11.tgz", + "integrity": "sha512-2MGdy2s2HimsDT444Bp5XnALzNRxuBNc7y0JzyuqKbHBywd4x2NeXyhWXXoxufaCFu5PBc9Qq9jyfjW2Aeh06Q==", "license": "MIT", "optionalDependencies": { - "@rspack/binding-darwin-arm64": "1.7.6", - "@rspack/binding-darwin-x64": "1.7.6", - "@rspack/binding-linux-arm64-gnu": "1.7.6", - "@rspack/binding-linux-arm64-musl": "1.7.6", - "@rspack/binding-linux-x64-gnu": "1.7.6", - "@rspack/binding-linux-x64-musl": "1.7.6", - "@rspack/binding-wasm32-wasi": "1.7.6", - "@rspack/binding-win32-arm64-msvc": "1.7.6", - "@rspack/binding-win32-ia32-msvc": "1.7.6", - "@rspack/binding-win32-x64-msvc": "1.7.6" + "@rspack/binding-darwin-arm64": "1.7.11", + "@rspack/binding-darwin-x64": "1.7.11", + "@rspack/binding-linux-arm64-gnu": "1.7.11", + "@rspack/binding-linux-arm64-musl": "1.7.11", + "@rspack/binding-linux-x64-gnu": "1.7.11", + "@rspack/binding-linux-x64-musl": "1.7.11", + "@rspack/binding-wasm32-wasi": "1.7.11", + "@rspack/binding-win32-arm64-msvc": "1.7.11", + "@rspack/binding-win32-ia32-msvc": "1.7.11", + "@rspack/binding-win32-x64-msvc": "1.7.11" } }, "node_modules/@rspack/binding-darwin-arm64": { - "version": "1.7.6", - "resolved": "https://registry.npmjs.org/@rspack/binding-darwin-arm64/-/binding-darwin-arm64-1.7.6.tgz", - "integrity": "sha512-NZ9AWtB1COLUX1tA9HQQvWpTy07NSFfKBU8A6ylWd5KH8AePZztpNgLLAVPTuNO4CZXYpwcoclf8jG/luJcQdQ==", + "version": "1.7.11", + "resolved": "https://registry.npmjs.org/@rspack/binding-darwin-arm64/-/binding-darwin-arm64-1.7.11.tgz", + "integrity": "sha512-oduECiZVqbO5zlVw+q7Vy65sJFth99fWPTyucwvLJJtJkPL5n17Uiql2cYP6Ijn0pkqtf1SXgK8WjiKLG5bIig==", "cpu": [ "arm64" ], @@ -991,9 +1006,9 @@ ] }, "node_modules/@rspack/binding-darwin-x64": { - "version": "1.7.6", - "resolved": "https://registry.npmjs.org/@rspack/binding-darwin-x64/-/binding-darwin-x64-1.7.6.tgz", - "integrity": "sha512-J2g6xk8ZS7uc024dNTGTHxoFzFovAZIRixUG7PiciLKTMP78svbSSWrmW6N8oAsAkzYfJWwQpVgWfFNRHvYxSw==", + "version": "1.7.11", + "resolved": "https://registry.npmjs.org/@rspack/binding-darwin-x64/-/binding-darwin-x64-1.7.11.tgz", + "integrity": "sha512-a1+TtTE9ap6RalgFi7FGIgkJP6O4Vy6ctv+9WGJy53E4kuqHR0RygzaiVxCI/GMc/vBT9vY23hyrpWb3d1vtXA==", "cpu": [ "x64" ], @@ -1004,9 +1019,9 @@ ] }, "node_modules/@rspack/binding-linux-arm64-gnu": { - "version": "1.7.6", - "resolved": "https://registry.npmjs.org/@rspack/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.7.6.tgz", - "integrity": "sha512-eQfcsaxhFrv5FmtaA7+O1F9/2yFDNIoPZzV/ZvqvFz5bBXVc4FAm/1fVpBg8Po/kX1h0chBc7Xkpry3cabFW8w==", + "version": "1.7.11", + "resolved": "https://registry.npmjs.org/@rspack/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.7.11.tgz", + "integrity": "sha512-P0QrGRPbTWu6RKWfN0bDtbnEps3rXH0MWIMreZABoUrVmNQKtXR6e73J3ub6a+di5s2+K0M2LJ9Bh2/H4UsDUA==", "cpu": [ "arm64" ], @@ -1017,9 +1032,9 @@ ] }, "node_modules/@rspack/binding-linux-arm64-musl": { - "version": "1.7.6", - "resolved": "https://registry.npmjs.org/@rspack/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.7.6.tgz", - "integrity": "sha512-DfQXKiyPIl7i1yECHy4eAkSmlUzzsSAbOjgMuKn7pudsWf483jg0UUYutNgXSlBjc/QSUp7906Cg8oty9OfwPA==", + "version": "1.7.11", + "resolved": "https://registry.npmjs.org/@rspack/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.7.11.tgz", + "integrity": "sha512-6ky7R43VMjWwmx3Yx7Jl7faLBBMAgMDt+/bN35RgwjiPgsIByz65EwytUVuW9rikB43BGHvA/eqlnjLrUzNBqw==", "cpu": [ "arm64" ], @@ -1030,9 +1045,9 @@ ] }, "node_modules/@rspack/binding-linux-x64-gnu": { - "version": "1.7.6", - "resolved": "https://registry.npmjs.org/@rspack/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.7.6.tgz", - "integrity": "sha512-NdA+2X3lk2GGrMMnTGyYTzM3pn+zNjaqXqlgKmFBXvjfZqzSsKq3pdD1KHZCd5QHN+Fwvoszj0JFsquEVhE1og==", + "version": "1.7.11", + "resolved": "https://registry.npmjs.org/@rspack/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.7.11.tgz", + "integrity": "sha512-cuOJMfCOvb2Wgsry5enXJ3iT1FGUjdPqtGUBVupQlEG4ntSYsQ2PtF4wIDVasR3wdxC5nQbipOrDiN/u6fYsdQ==", "cpu": [ "x64" ], @@ -1043,9 +1058,9 @@ ] }, "node_modules/@rspack/binding-linux-x64-musl": { - "version": "1.7.6", - "resolved": "https://registry.npmjs.org/@rspack/binding-linux-x64-musl/-/binding-linux-x64-musl-1.7.6.tgz", - "integrity": "sha512-rEy6MHKob02t/77YNgr6dREyJ0e0tv1X6Xsg8Z5E7rPXead06zefUbfazj4RELYySWnM38ovZyJAkPx/gOn3VA==", + "version": "1.7.11", + "resolved": "https://registry.npmjs.org/@rspack/binding-linux-x64-musl/-/binding-linux-x64-musl-1.7.11.tgz", + "integrity": "sha512-CoK37hva4AmHGh3VCsQXmGr40L36m1/AdnN5LEjUX6kx5rEH7/1nEBN6Ii72pejqDVvk9anEROmPDiPw10tpFg==", "cpu": [ "x64" ], @@ -1056,9 +1071,9 @@ ] }, "node_modules/@rspack/binding-wasm32-wasi": { - "version": "1.7.6", - "resolved": "https://registry.npmjs.org/@rspack/binding-wasm32-wasi/-/binding-wasm32-wasi-1.7.6.tgz", - "integrity": "sha512-YupOrz0daSG+YBbCIgpDgzfMM38YpChv+afZpaxx5Ml7xPeAZIIdgWmLHnQ2rts73N2M1NspAiBwV00Xx0N4Vg==", + "version": "1.7.11", + "resolved": "https://registry.npmjs.org/@rspack/binding-wasm32-wasi/-/binding-wasm32-wasi-1.7.11.tgz", + "integrity": "sha512-OtrmnPUVJMxjNa3eDMfHyPdtlLRmmp/aIm0fQHlAOATbZvlGm12q7rhPW5BXTu1yh+1rQ1/uqvz+SzKEZXuJaQ==", "cpu": [ "wasm32" ], @@ -1069,9 +1084,9 @@ } }, "node_modules/@rspack/binding-win32-arm64-msvc": { - "version": "1.7.6", - "resolved": "https://registry.npmjs.org/@rspack/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.7.6.tgz", - "integrity": "sha512-INj7aVXjBvlZ84kEhSK4kJ484ub0i+BzgnjDWOWM1K+eFYDZjLdAsQSS3fGGXwVc3qKbPIssFfnftATDMTEJHQ==", + "version": "1.7.11", + "resolved": "https://registry.npmjs.org/@rspack/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.7.11.tgz", + "integrity": "sha512-lObFW6e5lCWNgTBNwT//yiEDbsxm9QG4BYUojqeXxothuzJ/L6ibXz6+gLMvbOvLGV3nKgkXmx8GvT9WDKR0mA==", "cpu": [ "arm64" ], @@ -1082,9 +1097,9 @@ ] }, "node_modules/@rspack/binding-win32-ia32-msvc": { - "version": "1.7.6", - "resolved": "https://registry.npmjs.org/@rspack/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-1.7.6.tgz", - "integrity": "sha512-lXGvC+z67UMcw58In12h8zCa9IyYRmuptUBMItQJzu+M278aMuD1nETyGLL7e4+OZ2lvrnnBIcjXN1hfw2yRzw==", + "version": "1.7.11", + "resolved": "https://registry.npmjs.org/@rspack/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-1.7.11.tgz", + "integrity": "sha512-0pYGnZd8PPqNR68zQ8skamqNAXEA1sUfXuAdYcknIIRq2wsbiwFzIc0Pov1cIfHYab37G7sSIPBiOUdOWF5Ivw==", "cpu": [ "ia32" ], @@ -1095,9 +1110,9 @@ ] }, "node_modules/@rspack/binding-win32-x64-msvc": { - "version": "1.7.6", - "resolved": "https://registry.npmjs.org/@rspack/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.7.6.tgz", - "integrity": "sha512-zeUxEc0ZaPpmaYlCeWcjSJUPuRRySiSHN23oJ2Xyw0jsQ01Qm4OScPdr0RhEOFuK/UE+ANyRtDo4zJsY52Hadw==", + "version": "1.7.11", + "resolved": "https://registry.npmjs.org/@rspack/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.7.11.tgz", + "integrity": "sha512-EeQXayoQk/uBkI3pdoXfQBXNIUrADq56L3s/DFyM2pJeUDrWmhfIw2UFIGkYPTMSCo8F2JcdcGM32FGJrSnU0Q==", "cpu": [ "x64" ], @@ -1108,13 +1123,13 @@ ] }, "node_modules/@rspack/core": { - "version": "1.7.6", - "resolved": "https://registry.npmjs.org/@rspack/core/-/core-1.7.6.tgz", - "integrity": "sha512-Iax6UhrfZqJajA778c1d5DBFbSIqPOSrI34kpNIiNpWd8Jq7mFIa+Z60SQb5ZQDZuUxcCZikjz5BxinFjTkg7Q==", + "version": "1.7.11", + "resolved": "https://registry.npmjs.org/@rspack/core/-/core-1.7.11.tgz", + "integrity": "sha512-rsD9b+Khmot5DwCMiB3cqTQo53ioPG3M/A7BySu8+0+RS7GCxKm+Z+mtsjtG/vsu4Tn2tcqCdZtA3pgLoJB+ew==", "license": "MIT", "dependencies": { "@module-federation/runtime-tools": "0.22.0", - "@rspack/binding": "1.7.6", + "@rspack/binding": "1.7.11", "@rspack/lite-tapable": "1.1.0" }, "engines": { @@ -1155,9 +1170,9 @@ } }, "node_modules/@tybys/wasm-util": { - "version": "0.10.2", - "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.2.tgz", - "integrity": "sha512-RoBvJ2X0wuKlWFIjrwffGw1IqZHKQqzIchKaadZZfnNpsAYp2mM0h36JtPCjNDAHGgYez/15uMBpfGwchhiMgg==", + "version": "0.10.3", + "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.3.tgz", + "integrity": "sha512-F3fo1MYrRJYL3zER0OUOmkutjr1Vp23m7OsSgp7nq4SP6OqX6C/56XFIPAl5bt3zaBRjmW7SGz3u/6LwFpYcOg==", "license": "MIT", "optional": true, "dependencies": { @@ -1165,9 +1180,9 @@ } }, "node_modules/@types/dom-mediacapture-transform": { - "version": "0.1.11", - "resolved": "https://registry.npmjs.org/@types/dom-mediacapture-transform/-/dom-mediacapture-transform-0.1.11.tgz", - "integrity": "sha512-Y2p+nGf1bF2XMttBnsVPHUWzRRZzqUoJAKmiP10b5umnO6DDrWI0BrGDJy1pOHoOULVmGSfFNkQrAlC5dcj6nQ==", + "version": "0.1.12", + "resolved": "https://registry.npmjs.org/@types/dom-mediacapture-transform/-/dom-mediacapture-transform-0.1.12.tgz", + "integrity": "sha512-d7/QsLRwF864A5mgIM/YrfiglHoYn7zgCcAoJgW404r+2DwnNr7EBbLnCWpmOMgH8y0te73L1AV6H1bmauaWFw==", "license": "MIT", "dependencies": { "@types/dom-webcodecs": "*" @@ -1212,12 +1227,12 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "25.9.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-25.9.2.tgz", - "integrity": "sha512-G05zqtJhcDLb8uslf5EjCxXg9G1KQxiV8OS0R26IC//Eoyitzqe8z37I7cqvnZlrlSfgocQRfSn/AHBZJJFyGw==", + "version": "26.4.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-26.4.1.tgz", + "integrity": "sha512-k97ENvZWtvA6yqz5/FS6a7duDgOPEeOQOc2iKS/nY6mX6qJUKtLnWzQS+Xj6tXweyj6ZcTAK2Qecetnvi9nCLA==", "license": "MIT", "dependencies": { - "undici-types": ">=7.24.0 <7.24.7" + "undici-types": "~8.3.0" } }, "node_modules/@webassemblyjs/ast": { @@ -1379,9 +1394,9 @@ "license": "Apache-2.0" }, "node_modules/acorn": { - "version": "8.16.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz", - "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==", + "version": "8.18.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.18.0.tgz", + "integrity": "sha512-lGq+9yr1/GuAWaVYIHRjvvySG5/4VfKIvC8EWxStPdcDh/Ka7FG3twP6v4d5BkravUilhIAsG4Qj83t02LWUPQ==", "license": "MIT", "bin": { "acorn": "bin/acorn" @@ -1448,9 +1463,9 @@ } }, "node_modules/ast-types": { - "version": "0.16.1", - "resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.16.1.tgz", - "integrity": "sha512-6t10qk83GOG8p0vKmaCr8eiilZwO171AvbROMtvvNiwrTly62t+7XkA8RdIIVbpMhCASAsxgAzdRSwh6nw/5Dg==", + "version": "0.16.3", + "resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.16.3.tgz", + "integrity": "sha512-FvWoWYfSCM6kRxCSH+MGLHIKKGRL6A6AW7Zek2O32REPQRdg131428uRTKMBYAeRd3XXAaHDS60Wpri7CdKDrA==", "license": "MIT", "dependencies": { "tslib": "^2.0.1" @@ -1460,9 +1475,9 @@ } }, "node_modules/baseline-browser-mapping": { - "version": "2.10.35", - "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.35.tgz", - "integrity": "sha512-honAfLBde0HAFLdNyBEfuuENkF6zR+ozxqxa/2zJKHBe1qzLqyTSeRKpdPEHAP03rlDGyQOPnCSxnVpVqQo9Mg==", + "version": "2.11.21", + "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.11.21.tgz", + "integrity": "sha512-uh8vpY/1/YyFkunIDFH/12p7/7VdPKA1hejMVEbdkEaWnUz0Hesvx5EbiU6XxjyHZIOju+ZMbQJkRh+es3/spQ==", "license": "Apache-2.0", "bin": { "baseline-browser-mapping": "dist/cli.cjs" @@ -1472,9 +1487,9 @@ } }, "node_modules/browserslist": { - "version": "4.28.2", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.2.tgz", - "integrity": "sha512-48xSriZYYg+8qXna9kwqjIVzuQxi+KYWp2+5nCYnYKPTr0LvD89Jqk2Or5ogxz0NUMfIjhh2lIUX/LyX9B4oIg==", + "version": "4.28.9", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.9.tgz", + "integrity": "sha512-EWazOblFYUvlGZcfGhPUPmYh3nikUxBVb+y9MJun5f3hBi812X+8MSQTujLBtgK3cf51fJWbWfOjyeO954d+Eg==", "funding": [ { "type": "opencollective", @@ -1491,11 +1506,11 @@ ], "license": "MIT", "dependencies": { - "baseline-browser-mapping": "^2.10.12", - "caniuse-lite": "^1.0.30001782", - "electron-to-chromium": "^1.5.328", - "node-releases": "^2.0.36", - "update-browserslist-db": "^1.2.3" + "baseline-browser-mapping": "^2.11.20", + "caniuse-lite": "^1.0.30001810", + "electron-to-chromium": "^1.5.420", + "node-releases": "^2.0.54", + "update-browserslist-db": "^1.3.2" }, "bin": { "browserslist": "cli.js" @@ -1511,9 +1526,9 @@ "license": "MIT" }, "node_modules/caniuse-lite": { - "version": "1.0.30001797", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001797.tgz", - "integrity": "sha512-l8xKG+gwAIExZGl9FrF7KUwuOmk6wbEPC9Xoy/RtnWv1XG0Q4LFlagaLpUv3Kiza3W/wm27zy0yWJEieYKAP6w==", + "version": "1.0.30001810", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001810.tgz", + "integrity": "sha512-TITQPUkaz+aVk5GL6NhOdwk1aEaNTSDPsGFWrTuhKGtjTF70jL/Oht2W4c6rXUe5fu7Ie19VIahAXHIIiWWNeg==", "funding": [ { "type": "opencollective", @@ -1595,9 +1610,9 @@ } }, "node_modules/css-loader/node_modules/semver": { - "version": "7.8.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.4.tgz", - "integrity": "sha512-rUCObTnP32Q08R2uuIrt7r9PlEonuTmtuXYcW6s5kjdlj3xbnwe+21yXptAUYcMAABLkYYTtnmzb3w3EDZfueA==", + "version": "7.8.5", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz", + "integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==", "license": "ISC", "bin": { "semver": "bin/semver.js" @@ -1640,15 +1655,15 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.5.371", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.371.tgz", - "integrity": "sha512-e9htk9mAYL6AzmkEhSvVVw7IWGSBJ/Bqdn2eRyRLrj1g6sncN4WbFt5qnILYoCktktr45pyjIrOiRvBThQ808w==", + "version": "1.5.422", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.422.tgz", + "integrity": "sha512-UvA/32XqrLDdZSn7Jllo1AYNcWji/G0d5M0GTViE7KoGBiMunw3a34Sb2KO4ZZyrSEhqsxFoVhWWJshdyfKqJA==", "license": "ISC" }, "node_modules/enhanced-resolve": { - "version": "5.23.0", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.23.0.tgz", - "integrity": "sha512-yJN/BOOLxcOW2aQgeif9mSnaUB8KtvmMMp56oA1kx1CRfBKbhZm2pJ+NBY+3eOboHxix8lfjWpHE0Ei5U8RbSA==", + "version": "5.24.5", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.24.5.tgz", + "integrity": "sha512-L1l8TNvomm6UVW5B253AGxQagSQr+vGwhMlrrfRS2qmhx46AMpMVJKQYLvWYbysTMY8VoicOvzHzoHMbyzB+4A==", "license": "MIT", "dependencies": { "graceful-fs": "^4.2.4", @@ -1668,15 +1683,15 @@ } }, "node_modules/es-module-lexer": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-2.1.0.tgz", - "integrity": "sha512-n27zTYMjYu1aj4MjCWzSP7G9r75utsaoc8m61weK+W8JMBGGQybd43GstCXZ3WNmSFtGT9wi59qQTW6mhTR5LQ==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-2.3.2.tgz", + "integrity": "sha512-poHGpORABojJJucnV9KbOavETW8lBVnphkW77ER5/BQ5Fz7oXSoCNek7IH3vR5nRjdsEz926ibFYX8KtLQmdyw==", "license": "MIT" }, "node_modules/esbuild": { - "version": "0.28.0", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.28.0.tgz", - "integrity": "sha512-sNR9MHpXSUV/XB4zmsFKN+QgVG82Cc7+/aaxJ8Adi8hyOac+EXptIp45QBPaVyX3N70664wRbTcLTOemCAnyqw==", + "version": "0.28.1", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.28.1.tgz", + "integrity": "sha512-HrJrvZv5ayxBzPfwphOoNzkzOIIlifzk0KJrGK2c8R4+LKpMtpYLQeUdjnwjWv/LZlkH2laZk+4w78pi99D4Vw==", "hasInstallScript": true, "license": "MIT", "bin": { @@ -1686,32 +1701,32 @@ "node": ">=18" }, "optionalDependencies": { - "@esbuild/aix-ppc64": "0.28.0", - "@esbuild/android-arm": "0.28.0", - "@esbuild/android-arm64": "0.28.0", - "@esbuild/android-x64": "0.28.0", - "@esbuild/darwin-arm64": "0.28.0", - "@esbuild/darwin-x64": "0.28.0", - "@esbuild/freebsd-arm64": "0.28.0", - "@esbuild/freebsd-x64": "0.28.0", - "@esbuild/linux-arm": "0.28.0", - "@esbuild/linux-arm64": "0.28.0", - "@esbuild/linux-ia32": "0.28.0", - "@esbuild/linux-loong64": "0.28.0", - "@esbuild/linux-mips64el": "0.28.0", - "@esbuild/linux-ppc64": "0.28.0", - "@esbuild/linux-riscv64": "0.28.0", - "@esbuild/linux-s390x": "0.28.0", - "@esbuild/linux-x64": "0.28.0", - "@esbuild/netbsd-arm64": "0.28.0", - "@esbuild/netbsd-x64": "0.28.0", - "@esbuild/openbsd-arm64": "0.28.0", - "@esbuild/openbsd-x64": "0.28.0", - "@esbuild/openharmony-arm64": "0.28.0", - "@esbuild/sunos-x64": "0.28.0", - "@esbuild/win32-arm64": "0.28.0", - "@esbuild/win32-ia32": "0.28.0", - "@esbuild/win32-x64": "0.28.0" + "@esbuild/aix-ppc64": "0.28.1", + "@esbuild/android-arm": "0.28.1", + "@esbuild/android-arm64": "0.28.1", + "@esbuild/android-x64": "0.28.1", + "@esbuild/darwin-arm64": "0.28.1", + "@esbuild/darwin-x64": "0.28.1", + "@esbuild/freebsd-arm64": "0.28.1", + "@esbuild/freebsd-x64": "0.28.1", + "@esbuild/linux-arm": "0.28.1", + "@esbuild/linux-arm64": "0.28.1", + "@esbuild/linux-ia32": "0.28.1", + "@esbuild/linux-loong64": "0.28.1", + "@esbuild/linux-mips64el": "0.28.1", + "@esbuild/linux-ppc64": "0.28.1", + "@esbuild/linux-riscv64": "0.28.1", + "@esbuild/linux-s390x": "0.28.1", + "@esbuild/linux-x64": "0.28.1", + "@esbuild/netbsd-arm64": "0.28.1", + "@esbuild/netbsd-x64": "0.28.1", + "@esbuild/openbsd-arm64": "0.28.1", + "@esbuild/openbsd-x64": "0.28.1", + "@esbuild/openharmony-arm64": "0.28.1", + "@esbuild/sunos-x64": "0.28.1", + "@esbuild/win32-arm64": "0.28.1", + "@esbuild/win32-ia32": "0.28.1", + "@esbuild/win32-x64": "0.28.1" } }, "node_modules/escalade": { @@ -1818,9 +1833,9 @@ "license": "MIT" }, "node_modules/fast-uri": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.2.tgz", - "integrity": "sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==", + "version": "3.1.7", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.7.tgz", + "integrity": "sha512-dOvZVzjdZdz7phd9v6jCbwxrBW3fK6n8Rc0CtdmM4bumzMnxywBYhuph6J819RRw/ku+rLbelwfMunktuzVVHg==", "funding": [ { "type": "github", @@ -2054,9 +2069,9 @@ } }, "node_modules/mediabunny": { - "version": "1.45.0", - "resolved": "https://registry.npmjs.org/mediabunny/-/mediabunny-1.45.0.tgz", - "integrity": "sha512-oK3sMMYbucoF6LUX62L/2M9d+p9ve6KDQgL87kNfhsB0/XmTe9iRLUcgQgg9Gpgvi8Sb96zYfOUL6i17y0bdNg==", + "version": "1.47.0", + "resolved": "https://registry.npmjs.org/mediabunny/-/mediabunny-1.47.0.tgz", + "integrity": "sha512-XQMZAcaKPkJ7hQ/Q2fvBdl3ZazQl2WVxDysUbJWh4PuAnLoerdsQBdPTDWdUdK6hh26LQ8Ue94MLLnmpWvlUYg==", "license": "MPL-2.0", "workspaces": [ ".", @@ -2126,9 +2141,9 @@ "license": "MIT" }, "node_modules/nanoid": { - "version": "3.3.12", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.12.tgz", - "integrity": "sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==", + "version": "3.3.18", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.18.tgz", + "integrity": "sha512-DTg4MJbGMWkfi6VZFdNt2/caMbQy4Ou+Op/hJQvGEWcnVfoA1QA+xzRKAzw9jD6+GVOOeYr/mIcuDSdug6F6+w==", "funding": [ { "type": "github", @@ -2150,9 +2165,9 @@ "license": "MIT" }, "node_modules/node-releases": { - "version": "2.0.47", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.47.tgz", - "integrity": "sha512-Uzmd6LXpouKo8EUK68IjH4+E01w/hXyV3R3g/geCJo+rXLNfh1xucB+LOzYEOQPSiUK3h/xZf0cQGcSsmyL2Og==", + "version": "2.0.54", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.54.tgz", + "integrity": "sha512-YHs7BmmcsdAI5Ozuf8JZo6PT0mv2GIWC9vMfvUC3dp65M8hn7Ux8CPL+2oBI7juNuj9d0ndhTcznq2ODBps9cQ==", "license": "MIT", "engines": { "node": ">=18" @@ -2250,9 +2265,9 @@ } }, "node_modules/postcss": { - "version": "8.5.15", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.15.tgz", - "integrity": "sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==", + "version": "8.5.28", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.28.tgz", + "integrity": "sha512-RRuzqDtt5Y9h3quz5hWhK+TPnsmVs6WwSU6LkJMeY4HstUEDuYTG8UJSdawMRzmzAtV+KEoG8N3Qg2qLy5vM/A==", "funding": [ { "type": "opencollective", @@ -2269,7 +2284,7 @@ ], "license": "MIT", "dependencies": { - "nanoid": "^3.3.12", + "nanoid": "^3.3.18", "picocolors": "^1.1.1", "source-map-js": "^1.2.1" }, @@ -2337,9 +2352,9 @@ } }, "node_modules/postcss-selector-parser": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.2.tgz", - "integrity": "sha512-Wjvt4scRFouioIInHf51IFNP4ltJ2EngJM+cZPGiqbKetBfmP3vpdPV8ID2S6JS6/jdo74N8+aEYH9lQr2C6sA==", + "version": "7.1.6", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.6.tgz", + "integrity": "sha512-7qASPzhKF2l2KLboRZux8CCTRMdGiV08vWmyKzPz22qZ7ZjQBOeY7rNzNoCLSUiftJ7HUq0GERHmxw/t0dCdMw==", "license": "MIT", "dependencies": { "cssesc": "^3.0.0", @@ -2452,9 +2467,9 @@ } }, "node_modules/remotion": { - "version": "4.0.474", - "resolved": "https://registry.npmjs.org/remotion/-/remotion-4.0.474.tgz", - "integrity": "sha512-0dlDJLXlhB8fp/22Qz4Kn7YkFzhs04ymOLolp4TUQeJ+ltuYzt9w+MSuA6HI6NO8Eoc35y6QecXmofEETlMUBg==", + "version": "4.0.479", + "resolved": "https://registry.npmjs.org/remotion/-/remotion-4.0.479.tgz", + "integrity": "sha512-ch+hXW5SsX6CRPIktL2NasOGExHnynnf0FVbq7Pi2UXzGspmbHnirmtCqHqdj+/3lNDYn7qzBriPzh8Z5kkDRA==", "license": "SEE LICENSE IN LICENSE.md", "peerDependencies": { "react": ">=16.8.0", @@ -2647,9 +2662,9 @@ } }, "node_modules/terser": { - "version": "5.48.0", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.48.0.tgz", - "integrity": "sha512-J/9An6vs9Us6wKRriSFXBWdRZapREHqFzdNUKk0pmu804EMR6dr6winwo7e5JDxN4xahxQsuysyYFwlwj4XN/Q==", + "version": "5.51.2", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.51.2.tgz", + "integrity": "sha512-bWnjSNscmuI+GJze6ZupnHP8G/cTcsJF+bXCeQknk2SHQsgbNJnLrqiH9jZ2W4STPVXH2mDKKRX3iwPhc9Cn/Q==", "license": "BSD-2-Clause", "dependencies": { "@jridgewell/source-map": "^0.3.3", @@ -2755,15 +2770,15 @@ "license": "0BSD" }, "node_modules/undici-types": { - "version": "7.24.6", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.24.6.tgz", - "integrity": "sha512-WRNW+sJgj5OBN4/0JpHFqtqzhpbnV0GuB+OozA9gCL7a993SmU+1JBZCzLNxYsbMfIeDL+lTsphD5jN5N+n0zg==", + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-8.3.0.tgz", + "integrity": "sha512-j375ScV60dom+YkPFIfTLcOiPxkN/buHz5GobjLhixFuANaNs3C9l4GmrWqejgXWJ7BbJcFYpTEUkS1Ge8bpZQ==", "license": "MIT" }, "node_modules/update-browserslist-db": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz", - "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==", + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.3.2.tgz", + "integrity": "sha512-UQ+MSxlhRm1bzjhU+DcuXfjFO1FzNtqhK5+9Yvlp90ItDLk5vT932A0rFu619nf7RVS+Y/VeaUW1jaRDqZ8VJw==", "funding": [ { "type": "opencollective", @@ -2797,12 +2812,11 @@ "license": "MIT" }, "node_modules/watchpack": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.5.1.tgz", - "integrity": "sha512-Zn5uXdcFNIA1+1Ei5McRd+iRzfhENPCe7LeABkJtNulSxjma+l7ltNx55BWZkRlwRnpOgHqxnjyaDgJnNXnqzg==", + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.5.2.tgz", + "integrity": "sha512-6i/00NBjP4yGPs+caKSyRfpTF/8Torsu0MOW3mMzIbhgISFder8i7xbqgHlLMwJrdiN8ndBV3UA1/AfzPSr+jg==", "license": "MIT", "dependencies": { - "glob-to-regexp": "^0.4.1", "graceful-fs": "^4.1.2" }, "engines": { @@ -2864,9 +2878,9 @@ } }, "node_modules/webpack-sources": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.5.0.tgz", - "integrity": "sha512-HPuy+uuoTCaaoEoI1LQ3JN9+vrPBvEesnnX1jADHy728cHSMlq4wUc4afYqahq2B1mhQVZxCXOkNTnXltr+2vQ==", + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.5.1.tgz", + "integrity": "sha512-jyuiGJdtvY434z5bUZrjz67v76/ePNvFZTp9Mdz29IlH4+GPsgyGjiv0fKI+M7BdkU6ADjulUcKAd3tUK3WlEw==", "license": "MIT", "engines": { "node": ">=10.13.0" @@ -2899,9 +2913,9 @@ } }, "node_modules/ws": { - "version": "8.20.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.20.1.tgz", - "integrity": "sha512-It4dO0K5v//JtTXuPkfEOaI3uUN87iYPnqo/ZzqCoG3g8uhA66QUMs/SrM0YK7/NAu+r4LMh/9dq2A7k+rHs+w==", + "version": "8.21.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.21.0.tgz", + "integrity": "sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==", "license": "MIT", "engines": { "node": ">=10.0.0" diff --git a/package.json b/package.json index c735540..4b9b317 100644 --- a/package.json +++ b/package.json @@ -48,10 +48,10 @@ "captions": "node apply-captions.mjs" }, "dependencies": { - "@remotion/cli": "^4.0.474", + "@remotion/cli": "4.0.479", "react": "^18.3.1", "react-dom": "^18.3.1", - "remotion": "^4.0.474" + "remotion": "4.0.479" }, "devDependencies": { "playwright": "^1.60.0" diff --git a/promotion/evidence/local-livesync-handoff-20260907/README.md b/promotion/evidence/local-livesync-handoff-20260907/README.md index 5d7bdcb..103f1ee 100644 --- a/promotion/evidence/local-livesync-handoff-20260907/README.md +++ b/promotion/evidence/local-livesync-handoff-20260907/README.md @@ -1,52 +1,53 @@ -# Reviewed LiveSync example and capture-status evidence - -Start with the [developer handoff](../../../HANDOFF.md). A developer can render the preserved two-client example, or deliberately recapture the local demo and recover from a failed capture. This packet supports those scoped jobs; it is not a whole-product readiness certificate. - -The [movie](after-output/readable-livesync.mp4) and [actual palette GIF](after-output/readable-livesync.gif) are the accepted encoded files. Their [independent final review](judgments/E6o_FEATURECLIPSTUDIO_READABILITY_FINAL_JUDGE.md.txt) covers selected controls/results, both clients and the persistent local/fixed-text/in-memory disclosure. Both files fully decoded. Audio listening, every motion frame and human comprehension remain unverified. - -## Read the evidence by claim - -| Claim | Physical payload | -|---|---| -| Normal locked setup and current source check | [Install output](setup/normal-ci.stdout.txt), [Node version](setup/node-version.stdout.txt), [normal check](checks/normal-check.stdout.txt). The install recorded 12 advisories; they remain unresolved. | -| Original false success | [Unknown selector exit](before-status/unknown-selector-command.json), [unavailable demo exit](before-status/unavailable-demo-command.json), [original completion output](before-status/unavailable-demo.stdout.txt). These are historical failures, not passing examples. | -| Corrected selection boundary | [Six selector cases](after-status/02-selection-negatives/selection-semantics.json), including absent/explicit empty versus whitespace/comma semantics. | -| Failed work exits with its cause; explicit recovery succeeds | [Unavailable demo](after-status/04-unavailable/unavailable-command.json), [missing control](after-status/05-missing-control/missing-control-command.json), [successful recapture](after-status/06-recovery/selected-livesync-command.json), [native observation](after-status/native-observation.json), [54 native-buffer/generated/disk bindings](after-status/06-recovery/native-generated-disk-bijection.json). | -| Same native captures, changed presentation | [Labelled prior boundary](scope/change-boundary.png), [state contract](scope/change-boundary.md.txt), [eight selected legacy comparisons](checks/legacy-parity.json). | -| Actual encoded outputs | [Render command](encoding/render-readable-command.json), [documented GIF command](encoding/documented-gif-command.json), [movie probe](encoding/readable-ffprobe.stdout.txt), [GIF probe](encoding/gif-probe.stdout.txt), [movie decode](encoding/readable-decode-command.json), [GIF decode](encoding/gif-decode-command.json). | -| Final source/process closure | [Stage04 summary](encoding/stage04-receipt.json), [stage05 receipt](encoding/stage05-receipt.json), [stage05 closing guard](encoding/stage05-closed.json). Command success itself does not grant visual acceptance. | - -The 54 native PNGs are already part of the repository's `public/wt-collab/LiveSync` cohort. They are not recopied here. The first render reuses those inputs; it is not another native interaction, a synchronization-latency measurement or a durable-state result. - -## Actual before and after pixels - -These pairs use the same output frame and preserved input sequence: - -| Frame | Before | After | -|---|---|---| -| MP4 0 | [Before](before-output/repaired-frame-0.png) | [After](after-output/movie-0.png) | -| MP4 147 | [Before](before-output/repaired-frame-147.png) | [After](after-output/movie-147.png) | -| MP4 294 | [Before](before-output/repaired-frame-294.png) | [After](after-output/movie-294.png) | -| MP4 587 | [Before](before-output/repaired-frame-587.png) | [After](after-output/movie-587.png) | -| Actual GIF 293 | [Before](before-output/gif-frame-293.png) | [After](after-output/gif-293.png) | - -All eight settled steps have MP4/GIF samples: [1](after-output/movie-26.png), [2](after-output/movie-96.png), [3](after-output/movie-156.png), [4](after-output/movie-210.png), [5](after-output/movie-294.png), [6](after-output/movie-372.png), [7](after-output/movie-432.png), [8](after-output/movie-518.png). Their GIF files use the corresponding nominal half-frame numbers. [GIF216](after-output/gif-216.png) retains the longest card's lower border with tight clearance. [Early402](after-output/movie-402.png), [408](after-output/movie-408.png) and [420](after-output/movie-420.png) preserve the disclosed camera travel: not every early stream state is fully visible. The previous card is partly cropped in result focus. Fixed output dimensions do not prove responsive browser behavior. - -The [historical assessment](judgments/E6o_FEATURECLIPSTUDIO_CRITERION_ASSESSMENT.json) stays a distinct prior observation. The [scoped successor](judgments/E6o_FEATURECLIPSTUDIO_READABILITY_CRITERION_ASSESSMENT.json) updates evidence supported by LiveSync's output, retaining 21 partial observations, 23 not run and all full scores null. Its [precise field correction](judgments/final-judge-field-correction.json) explains the final judgment's inherited nested pending-review label; the top-level approval is unchanged. The [reviewer's resolved reading concern](judgments/reviewer-reading-correction.json) is also preserved. - -The default WT-NodeRoom example, recorded dependency advisories, inherited swallowed `waitText` timeout, provider/model paths and production remain held. This scoped approval does not certify those surfaces. - -## Portability and verification - -From the repository root: - -```sh -python promotion/evidence/local-livesync-handoff-20260907/verify.py -python promotion/evidence/local-livesync-handoff-20260907/verify.py --source-root . -``` - -[The manifest](manifest.json) checks strict packet bytes, including logs and inert historical text. [The copy map](copy-map.json) distinguishes exact raw copies from explicit derivatives and binds each to its original hash. Derivatives remove named operator/home path prefixes or redundant recorder fields; they are never labelled exact raw copies. The narrow `.gitattributes` preserves raw packet bytes under Git. - -[Selected source bindings](source-bindings.json) separately record raw working SHA-256/Git blob and the actual Git-filtered canonical identities. Optional source verification permits CRLF→LF only for rows where the native Git filter demonstrated that equivalence; binary and other exact rows stay strict. This is a selected-source check, not a full repository or installed-dependency inventory. The current behavior proof precedes this documentation-only addition; it does not assert a new shared CI run. - -[Omissions](omissions.json) identify hash-bound operator-local groups. Unselected pictures, full DOM/session state, old movies, controller histories, private path/environment inventories, databases and caches are not portable. Hashes do not reconstruct them. Inert historical reports may reference those local originals; use the copy map to find the files actually supplied. The correct historical generated-custody origin is plan01, as recorded in omissions, rather than the missing relative plan03 link. +# Reviewed LiveSync example and capture-status evidence + +Start with the [developer handoff](../../../HANDOFF.md). A developer can render the preserved two-client example, or deliberately recapture the local demo and recover from a failed capture. This packet supports those scoped jobs; it is not a whole-product readiness certificate. + +The [movie](after-output/readable-livesync.mp4) and [actual palette GIF](after-output/readable-livesync.gif) are the accepted encoded files. Their [independent final review](judgments/E6o_FEATURECLIPSTUDIO_READABILITY_FINAL_JUDGE.md.txt) covers selected controls/results, both clients and the persistent local/fixed-text/in-memory disclosure. Both files fully decoded. Audio listening, every motion frame and human comprehension remain unverified. + +## Read the evidence by claim + +| Claim | Physical payload | +|---|---| +| Current locked setup and matched output after the dependency update | [September 7 follow-up](dependency-20260907/README.md): Remotion 4.0.479, installed audit zero, 44 stills and 122 encoded samples matched, full movies/GIF decoded. | +| Original locked setup and source check | [Install output](setup/normal-ci.stdout.txt), [Node version](setup/node-version.stdout.txt), [normal check](checks/normal-check.stdout.txt). These historical logs recorded 12 affected packages. | +| Original false success | [Unknown selector exit](before-status/unknown-selector-command.json), [unavailable demo exit](before-status/unavailable-demo-command.json), [original completion output](before-status/unavailable-demo.stdout.txt). These are historical failures, not passing examples. | +| Corrected selection boundary | [Six selector cases](after-status/02-selection-negatives/selection-semantics.json), including absent/explicit empty versus whitespace/comma semantics. | +| Failed work exits with its cause; explicit recovery succeeds | [Unavailable demo](after-status/04-unavailable/unavailable-command.json), [missing control](after-status/05-missing-control/missing-control-command.json), [successful recapture](after-status/06-recovery/selected-livesync-command.json), [native observation](after-status/native-observation.json), [54 native-buffer/generated/disk bindings](after-status/06-recovery/native-generated-disk-bijection.json). | +| Same native captures, changed presentation | [Labelled prior boundary](scope/change-boundary.png), [state contract](scope/change-boundary.md.txt), [eight selected legacy comparisons](checks/legacy-parity.json). | +| Actual encoded outputs | [Render command](encoding/render-readable-command.json), [documented GIF command](encoding/documented-gif-command.json), [movie probe](encoding/readable-ffprobe.stdout.txt), [GIF probe](encoding/gif-probe.stdout.txt), [movie decode](encoding/readable-decode-command.json), [GIF decode](encoding/gif-decode-command.json). | +| Final source/process closure | [Stage04 summary](encoding/stage04-receipt.json), [stage05 receipt](encoding/stage05-receipt.json), [stage05 closing guard](encoding/stage05-closed.json). Command success itself does not grant visual acceptance. | + +The 54 native PNGs are already part of the repository's `public/wt-collab/LiveSync` cohort. They are not recopied here. The first render reuses those inputs; it is not another native interaction, a synchronization-latency measurement or a durable-state result. + +## Actual before and after pixels + +These pairs use the same output frame and preserved input sequence: + +| Frame | Before | After | +|---|---|---| +| MP4 0 | [Before](before-output/repaired-frame-0.png) | [After](after-output/movie-0.png) | +| MP4 147 | [Before](before-output/repaired-frame-147.png) | [After](after-output/movie-147.png) | +| MP4 294 | [Before](before-output/repaired-frame-294.png) | [After](after-output/movie-294.png) | +| MP4 587 | [Before](before-output/repaired-frame-587.png) | [After](after-output/movie-587.png) | +| Actual GIF 293 | [Before](before-output/gif-frame-293.png) | [After](after-output/gif-293.png) | + +All eight settled steps have MP4/GIF samples: [1](after-output/movie-26.png), [2](after-output/movie-96.png), [3](after-output/movie-156.png), [4](after-output/movie-210.png), [5](after-output/movie-294.png), [6](after-output/movie-372.png), [7](after-output/movie-432.png), [8](after-output/movie-518.png). Their GIF files use the corresponding nominal half-frame numbers. [GIF216](after-output/gif-216.png) retains the longest card's lower border with tight clearance. [Early402](after-output/movie-402.png), [408](after-output/movie-408.png) and [420](after-output/movie-420.png) preserve the disclosed camera travel: not every early stream state is fully visible. The previous card is partly cropped in result focus. Fixed output dimensions do not prove responsive browser behavior. + +The [historical assessment](judgments/E6o_FEATURECLIPSTUDIO_CRITERION_ASSESSMENT.json) stays a distinct prior observation. The [scoped successor](judgments/E6o_FEATURECLIPSTUDIO_READABILITY_CRITERION_ASSESSMENT.json) updates evidence supported by LiveSync's output, retaining 21 partial observations, 23 not run and all full scores null. Its [precise field correction](judgments/final-judge-field-correction.json) explains the final judgment's inherited nested pending-review label; the top-level approval is unchanged. The [reviewer's resolved reading concern](judgments/reviewer-reading-correction.json) is also preserved. + +The default WT-NodeRoom readability, inherited swallowed `waitText` timeout, provider/model paths and production remain held. The [dependency successor](dependency-20260907/README.md) records the dated audit closure and output reproduction separately. This scoped approval does not certify those surfaces. + +## Portability and verification + +From the repository root: + +```sh +python promotion/evidence/local-livesync-handoff-20260907/verify.py +python promotion/evidence/local-livesync-handoff-20260907/verify.py --source-root . +``` + +[The manifest](manifest.json) checks strict packet bytes, including logs and inert historical text. [The copy map](copy-map.json) distinguishes exact raw copies from explicit derivatives and binds each to its original hash. Derivatives remove named operator/home path prefixes or redundant recorder fields; they are never labelled exact raw copies. The narrow `.gitattributes` preserves raw packet bytes under Git. + +[Selected source bindings](source-bindings.json) separately record raw working SHA-256/Git blob and the actual Git-filtered canonical identities. Optional source verification permits CRLF→LF only for rows where the native Git filter demonstrated that equivalence; binary and other exact rows stay strict. This is a selected-source check, not a full repository or installed-dependency inventory. The original behavior proof precedes the historical documentation-only addition. Current bindings now include the exact dependency successor and revised handoff; [prior metadata](dependency-20260907/lineage/source-bindings.json) remains inert lineage. These local results do not assert a new shared CI run. + +[Omissions](omissions.json) identify hash-bound operator-local groups. Unselected pictures, full DOM/session state, old movies, controller histories, private path/environment inventories, databases and caches are not portable. Hashes do not reconstruct them. Inert historical reports may reference those local originals; use the copy map to find the files actually supplied. The correct historical generated-custody origin is plan01, as recorded in omissions, rather than the missing relative plan03 link. diff --git a/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/03-livesync/gif-216.png b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/03-livesync/gif-216.png new file mode 100644 index 0000000..2d545ef Binary files /dev/null and b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/03-livesync/gif-216.png differ diff --git a/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/03-livesync/gif-293.png b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/03-livesync/gif-293.png new file mode 100644 index 0000000..a49d63c Binary files /dev/null and b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/03-livesync/gif-293.png differ diff --git a/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/03-livesync/gif-decode.stderr.txt b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/03-livesync/gif-decode.stderr.txt new file mode 100644 index 0000000..e69de29 diff --git a/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/03-livesync/gif-probe.stdout.txt b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/03-livesync/gif-probe.stdout.txt new file mode 100644 index 0000000..5df1ed7 --- /dev/null +++ b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/03-livesync/gif-probe.stdout.txt @@ -0,0 +1,63 @@ +{ + "streams": [ + { + "index": 0, + "codec_name": "gif", + "codec_long_name": "CompuServe GIF (Graphics Interchange Format)", + "codec_type": "video", + "codec_tag_string": "[0][0][0][0]", + "codec_tag": "0x0000", + "width": 720, + "height": 405, + "coded_width": 720, + "coded_height": 405, + "closed_captions": 0, + "film_grain": 0, + "has_b_frames": 0, + "sample_aspect_ratio": "1:1", + "display_aspect_ratio": "16:9", + "pix_fmt": "bgra", + "level": -99, + "refs": 1, + "r_frame_rate": "15/1", + "avg_frame_rate": "15/1", + "time_base": "1/100", + "start_pts": 0, + "start_time": "0.000000", + "duration_ts": 1959, + "duration": "19.590000", + "nb_frames": "294", + "disposition": { + "default": 0, + "dub": 0, + "original": 0, + "comment": 0, + "lyrics": 0, + "karaoke": 0, + "forced": 0, + "hearing_impaired": 0, + "visual_impaired": 0, + "clean_effects": 0, + "attached_pic": 0, + "timed_thumbnails": 0, + "captions": 0, + "descriptions": 0, + "metadata": 0, + "dependent": 0, + "still_image": 0 + } + } + ], + "format": { + "filename": "\\fcs-dependency-render-01\\03-livesync\\livesync.gif", + "nb_streams": 1, + "nb_programs": 0, + "format_name": "gif", + "format_long_name": "CompuServe Graphics Interchange Format (GIF)", + "start_time": "0.000000", + "duration": "19.590000", + "size": "2772039", + "bit_rate": "1132022", + "probe_score": 100 + } +} diff --git a/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/03-livesync/livesync-decode.stderr.txt b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/03-livesync/livesync-decode.stderr.txt new file mode 100644 index 0000000..e69de29 diff --git a/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/03-livesync/livesync-probe.stdout.txt b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/03-livesync/livesync-probe.stdout.txt new file mode 100644 index 0000000..166c557 --- /dev/null +++ b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/03-livesync/livesync-probe.stdout.txt @@ -0,0 +1,141 @@ +{ + "streams": [ + { + "index": 0, + "codec_name": "h264", + "codec_long_name": "H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10", + "profile": "High", + "codec_type": "video", + "codec_tag_string": "avc1", + "codec_tag": "0x31637661", + "width": 1920, + "height": 1080, + "coded_width": 1920, + "coded_height": 1080, + "closed_captions": 0, + "film_grain": 0, + "has_b_frames": 2, + "sample_aspect_ratio": "1:1", + "display_aspect_ratio": "16:9", + "pix_fmt": "yuvj420p", + "level": 40, + "color_range": "pc", + "color_space": "bt470bg", + "chroma_location": "center", + "field_order": "progressive", + "refs": 1, + "is_avc": "true", + "nal_length_size": "4", + "id": "0x1", + "r_frame_rate": "30/1", + "avg_frame_rate": "30/1", + "time_base": "1/90000", + "start_pts": 0, + "start_time": "0.000000", + "duration_ts": 1764000, + "duration": "19.600000", + "bit_rate": "641591", + "bits_per_raw_sample": "8", + "nb_frames": "588", + "extradata_size": 51, + "disposition": { + "default": 1, + "dub": 0, + "original": 0, + "comment": 0, + "lyrics": 0, + "karaoke": 0, + "forced": 0, + "hearing_impaired": 0, + "visual_impaired": 0, + "clean_effects": 0, + "attached_pic": 0, + "timed_thumbnails": 0, + "captions": 0, + "descriptions": 0, + "metadata": 0, + "dependent": 0, + "still_image": 0 + }, + "tags": { + "language": "und", + "handler_name": "VideoHandler", + "vendor_id": "[0][0][0][0]" + }, + "side_data_list": [ + { + "side_data_type": "ICC Profile" + } + ] + }, + { + "index": 1, + "codec_name": "aac", + "codec_long_name": "AAC (Advanced Audio Coding)", + "profile": "LC", + "codec_type": "audio", + "codec_tag_string": "mp4a", + "codec_tag": "0x6134706d", + "sample_fmt": "fltp", + "sample_rate": "48000", + "channels": 2, + "channel_layout": "stereo", + "bits_per_sample": 0, + "initial_padding": 0, + "id": "0x2", + "r_frame_rate": "0/0", + "avg_frame_rate": "0/0", + "time_base": "1/48000", + "start_pts": 0, + "start_time": "0.000000", + "duration_ts": 943104, + "duration": "19.648000", + "bit_rate": "317375", + "nb_frames": "921", + "extradata_size": 2, + "disposition": { + "default": 1, + "dub": 0, + "original": 0, + "comment": 0, + "lyrics": 0, + "karaoke": 0, + "forced": 0, + "hearing_impaired": 0, + "visual_impaired": 0, + "clean_effects": 0, + "attached_pic": 0, + "timed_thumbnails": 0, + "captions": 0, + "descriptions": 0, + "metadata": 0, + "dependent": 0, + "still_image": 0 + }, + "tags": { + "language": "und", + "handler_name": "SoundHandler", + "vendor_id": "[0][0][0][0]" + } + } + ], + "format": { + "filename": "\\fcs-dependency-render-01\\03-livesync\\livesync.mp4", + "nb_streams": 2, + "nb_programs": 0, + "format_name": "mov,mp4,m4a,3gp,3g2,mj2", + "format_long_name": "QuickTime / MOV", + "start_time": "0.000000", + "duration": "19.648000", + "size": "2374634", + "bit_rate": "966870", + "probe_score": 100, + "tags": { + "major_brand": "isom", + "minor_version": "512", + "compatible_brands": "isomiso2avc1mp41", + "encoder": "Lavf61.7.100", + "comment": "Made with Remotion 4.0.479" + } + } +} diff --git a/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/03-livesync/livesync.gif b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/03-livesync/livesync.gif new file mode 100644 index 0000000..ee3ab3e Binary files /dev/null and b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/03-livesync/livesync.gif differ diff --git a/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/03-livesync/livesync.mp4 b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/03-livesync/livesync.mp4 new file mode 100644 index 0000000..47f3ec5 Binary files /dev/null and b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/03-livesync/livesync.mp4 differ diff --git a/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/03-livesync/media-bindings.json b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/03-livesync/media-bindings.json new file mode 100644 index 0000000..c986173 --- /dev/null +++ b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/03-livesync/media-bindings.json @@ -0,0 +1,13 @@ +{ + "mp4": { + "bytes": 2374634, + "sha256": "0f7415e7ad018d3e0c19f11170ead3c3a6b6adfd2cbbfe18d7e675a821f104c0" + }, + "gif": { + "bytes": 2772039, + "sha256": "406425fade2aaae2b06722a4d279214f43b6b1698f22ee6b9c8b175af9967648" + }, + "movieFrames": 588, + "gifFrames": 294, + "fullyDecoded": true +} diff --git a/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/03-livesync/movie-0.png b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/03-livesync/movie-0.png new file mode 100644 index 0000000..3ebf61c Binary files /dev/null and b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/03-livesync/movie-0.png differ diff --git a/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/03-livesync/movie-432.png b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/03-livesync/movie-432.png new file mode 100644 index 0000000..0b38aa8 Binary files /dev/null and b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/03-livesync/movie-432.png differ diff --git a/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/03-livesync/movie-587.png b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/03-livesync/movie-587.png new file mode 100644 index 0000000..b9c89ae Binary files /dev/null and b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/03-livesync/movie-587.png differ diff --git a/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/04-legacy/legacy-0.png b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/04-legacy/legacy-0.png new file mode 100644 index 0000000..7cde1dd Binary files /dev/null and b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/04-legacy/legacy-0.png differ diff --git a/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/04-legacy/legacy-1141.png b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/04-legacy/legacy-1141.png new file mode 100644 index 0000000..8144dae Binary files /dev/null and b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/04-legacy/legacy-1141.png differ diff --git a/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/04-legacy/legacy-571.png b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/04-legacy/legacy-571.png new file mode 100644 index 0000000..39c933d Binary files /dev/null and b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/04-legacy/legacy-571.png differ diff --git a/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/04-legacy/legacy-decode.stderr.txt b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/04-legacy/legacy-decode.stderr.txt new file mode 100644 index 0000000..e69de29 diff --git a/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/04-legacy/legacy-noderoom.mp4 b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/04-legacy/legacy-noderoom.mp4 new file mode 100644 index 0000000..2a61cd5 Binary files /dev/null and b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/04-legacy/legacy-noderoom.mp4 differ diff --git a/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/04-legacy/legacy-probe.stdout.txt b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/04-legacy/legacy-probe.stdout.txt new file mode 100644 index 0000000..24ab27c --- /dev/null +++ b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/04-legacy/legacy-probe.stdout.txt @@ -0,0 +1,141 @@ +{ + "streams": [ + { + "index": 0, + "codec_name": "h264", + "codec_long_name": "H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10", + "profile": "High", + "codec_type": "video", + "codec_tag_string": "avc1", + "codec_tag": "0x31637661", + "width": 1920, + "height": 1080, + "coded_width": 1920, + "coded_height": 1080, + "closed_captions": 0, + "film_grain": 0, + "has_b_frames": 2, + "sample_aspect_ratio": "1:1", + "display_aspect_ratio": "16:9", + "pix_fmt": "yuvj420p", + "level": 40, + "color_range": "pc", + "color_space": "bt470bg", + "chroma_location": "center", + "field_order": "progressive", + "refs": 1, + "is_avc": "true", + "nal_length_size": "4", + "id": "0x1", + "r_frame_rate": "30/1", + "avg_frame_rate": "30/1", + "time_base": "1/90000", + "start_pts": 0, + "start_time": "0.000000", + "duration_ts": 3426000, + "duration": "38.066667", + "bit_rate": "887338", + "bits_per_raw_sample": "8", + "nb_frames": "1142", + "extradata_size": 51, + "disposition": { + "default": 1, + "dub": 0, + "original": 0, + "comment": 0, + "lyrics": 0, + "karaoke": 0, + "forced": 0, + "hearing_impaired": 0, + "visual_impaired": 0, + "clean_effects": 0, + "attached_pic": 0, + "timed_thumbnails": 0, + "captions": 0, + "descriptions": 0, + "metadata": 0, + "dependent": 0, + "still_image": 0 + }, + "tags": { + "language": "und", + "handler_name": "VideoHandler", + "vendor_id": "[0][0][0][0]" + }, + "side_data_list": [ + { + "side_data_type": "ICC Profile" + } + ] + }, + { + "index": 1, + "codec_name": "aac", + "codec_long_name": "AAC (Advanced Audio Coding)", + "profile": "LC", + "codec_type": "audio", + "codec_tag_string": "mp4a", + "codec_tag": "0x6134706d", + "sample_fmt": "fltp", + "sample_rate": "48000", + "channels": 2, + "channel_layout": "stereo", + "bits_per_sample": 0, + "initial_padding": 0, + "id": "0x2", + "r_frame_rate": "0/0", + "avg_frame_rate": "0/0", + "time_base": "1/48000", + "start_pts": 0, + "start_time": "0.000000", + "duration_ts": 1829888, + "duration": "38.122667", + "bit_rate": "317374", + "nb_frames": "1787", + "extradata_size": 2, + "disposition": { + "default": 1, + "dub": 0, + "original": 0, + "comment": 0, + "lyrics": 0, + "karaoke": 0, + "forced": 0, + "hearing_impaired": 0, + "visual_impaired": 0, + "clean_effects": 0, + "attached_pic": 0, + "timed_thumbnails": 0, + "captions": 0, + "descriptions": 0, + "metadata": 0, + "dependent": 0, + "still_image": 0 + }, + "tags": { + "language": "und", + "handler_name": "SoundHandler", + "vendor_id": "[0][0][0][0]" + } + } + ], + "format": { + "filename": "\\fcs-dependency-render-01\\04-legacy\\legacy-noderoom.mp4", + "nb_streams": 2, + "nb_programs": 0, + "format_name": "mov,mp4,m4a,3gp,3g2,mj2", + "format_long_name": "QuickTime / MOV", + "start_time": "0.000000", + "duration": "38.122667", + "size": "5777972", + "bit_rate": "1212501", + "probe_score": 100, + "tags": { + "major_brand": "isom", + "minor_version": "512", + "compatible_brands": "isomiso2avc1mp41", + "encoder": "Lavf61.7.100", + "comment": "Made with Remotion 4.0.479" + } + } +} diff --git a/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/04-legacy/media-bindings.json b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/04-legacy/media-bindings.json new file mode 100644 index 0000000..9aa9b8e --- /dev/null +++ b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/04-legacy/media-bindings.json @@ -0,0 +1,13 @@ +{ + "mp4": { + "bytes": 5777972, + "sha256": "844778917cb21252c8a1e42583465740e408d75bc729255a9c591d3ac9966515" + }, + "frames": 1142, + "fullyDecoded": true, + "retainedExample": { + "bytes": 5777972, + "sha256": "871e973ff7675dbae31ef6194e8feddaac97fda58cb12e7ce30da74b2d684e3f" + }, + "defaultReadability": "Historical limitations remain; reproduction is not quality certification" +} diff --git a/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/README.md b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/README.md new file mode 100644 index 0000000..b83e660 --- /dev/null +++ b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/README.md @@ -0,0 +1,17 @@ +# Dependency update with preserved output + +A developer installing the example previously received an audit with 12 affected packages. The current lock aligns Remotion at 4.0.479, and its normal installed-tree audit reported zero on September 7, 2026. React 18.3.1, React DOM 18.3.1 and Playwright 1.60.0 stayed unchanged. The observed host was Windows, Node 22.22.2, Chrome Headless Shell 149.0.7790.0, with the existing short-path wrapper. + +Use the [normal handoff commands](../../../../HANDOFF.md). This update rendered the same preserved inputs; it did not recapture a browser interaction or request a model, provider or voice service. + +| Observed result | Evidence | +|---|---| +| Normal clean install, aligned cohort and audit zero | [Install](setup/npm-ci.stdout.txt), [audit](setup/npm-audit.stdout.txt), [versions](setup/remotion-versions.stdout.txt), [installed identities](setup/installed-identities.json) | +| Source check and real Windows path boundary passed | [Check](checks/normal-check.stdout.txt), [boundary](checks/max-path-observed.json), [browser](checks/browser-identity.json). The already dirty operator probe was saved and restored byte-for-byte. | +| 44 preserved stills matched decoded pixels | [Stage summary](stage-summary.json); old-cohort outputs were retained, not rerendered | +| 588-frame 1920×1080/30 fps movie and 294-frame 720×405 GIF fully decoded; 117 sampled frames matched | [New movie](03-livesync/livesync.mp4), [new GIF](03-livesync/livesync.gif), [media identities](03-livesync/media-bindings.json), [movie probe](03-livesync/livesync-probe.stdout.txt), [GIF probe](03-livesync/gif-probe.stdout.txt) | +| Default 1,142-frame example fully decoded; five sampled frames matched | [New default movie](04-legacy/legacy-noderoom.mp4), [probe](04-legacy/legacy-probe.stdout.txt), [media identities](04-legacy/media-bindings.json) | + +Inspect [LiveSync start](03-livesync/movie-0.png), [long card](03-livesync/movie-432.png), [last state](03-livesync/movie-587.png), [actual GIF long card](03-livesync/gif-216.png), and [default midpoint](04-legacy/legacy-571.png). MP4 container hashes changed; matching selected decoded pixels does not assert identical every-frame pixels or audio. The GIF bytes remained exact. Existing default readability, tight LiveSync lower margin, partly cropped previous card, early camera travel, audio listening, continuous-motion and human comprehension limits remain open. Full grades remain null. + +The [copy map](copy-map.json) declares exact raw payloads and explicit path-minimized derivatives. [Stage summary](stage-summary.json) is an authored receipt summary, not a raw controller log. [Omissions](omissions.json) bind the private complete runs without claiming their caches or inventories are supplied. Four previous metadata files under lineage remain exact and historical. The parent verifier binds the whole updated packet and 77 selected current source files. The [independent media judgment](review/RECEIPT.json) approved the finite dependency handoff with the stated pixel and audio limits. Its [native media readback](review/native-media-verification.json) distinguishes frame and container durations. New shared CI remains pending until the updated commit runs there. diff --git a/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/checks/browser-identity.json b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/checks/browser-identity.json new file mode 100644 index 0000000..26246e2 --- /dev/null +++ b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/checks/browser-identity.json @@ -0,0 +1,9 @@ +{ + "path": "\\node_modules\\.remotion\\chrome-headless-shell\\win64\\chrome-headless-shell-win64\\chrome-headless-shell.exe", + "pathLength": 136, + "binding": { + "bytes": 202939392, + "sha256": "ec76dc3e69ffab9daddf0bbe7bf0a9e0a034b2d086741a0ae2ef6358a597537b" + }, + "versionOutput": "Google Chrome for Testing 149.0.7790.0\n" +} diff --git a/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/checks/max-path-observed.json b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/checks/max-path-observed.json new file mode 100644 index 0000000..d10e4b9 --- /dev/null +++ b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/checks/max-path-observed.json @@ -0,0 +1,85 @@ +{ + "probe": "max-path", + "defect": "D1 - on Windows, a checkout deep enough to push Remotion's browser past MAX_PATH fails with ENOENT about a file that is present", + "assertion": "the 260-character boundary is real on this machine; this repository turns hitting it into a message that says MAX_PATH; the handler that prints it passes the command through unchanged, quoting included; and a scan of every runnable tracked file finds no Remotion invocation outside that handler", + "producer": "node probe-max-path.mjs (npm run probe:maxpath)", + "measuredAt": "2026-09-07T13:15:26.035Z", + "node": "v22.22.2", + "platform": "win32", + "maxPath": 260, + "checkoutBudget": 154, + "checkoutLength": 31, + "measurement": { + "skipped": false, + "executable": "node.exe", + "short": { + "length": 72, + "exists": true, + "status": 0, + "error": null + }, + "long": { + "length": 261, + "exists": true, + "status": null, + "error": "ENOENT" + } + }, + "wiring": { + "runnableFilesScanned": 46, + "invocationsOutsideHandler": [] + }, + "checks": [ + { + "name": "boundary: a path under the limit runs", + "pass": true, + "detail": "72 chars -> status 0, error none" + }, + { + "name": "boundary: a path at or over the limit returns ENOENT", + "pass": true, + "detail": "261 chars -> status null, error ENOENT" + }, + { + "name": "boundary: the long path exists anyway", + "pass": true, + "detail": "existsSync said true — if this is false the two halves of the contradiction no longer disagree" + }, + { + "name": "handler: names MAX_PATH for a present file over the limit", + "pass": true, + "detail": "24 lines, names the path: true" + }, + { + "name": "handler: silent for a path under the limit", + "pass": true, + "detail": "a short path is not this defect and must keep Remotion's own message" + }, + { + "name": "handler: silent for a long path that really is absent", + "pass": true, + "detail": "a genuinely missing browser must keep saying ENOENT, which is then the truth" + }, + { + "name": "handler: budget is derived, not written down", + "pass": true, + "detail": "CHECKOUT_BUDGET is 154; 260 - 1 - 105 = 154" + }, + { + "name": "handler: an argument containing a space survives the shell", + "pass": true, + "detail": "path argument is \"\\\"out/my clip.mp4\\\"\" — unquoted, cmd.exe splits it and the render writes out/my.mp4" + }, + { + "name": "handler: an argument containing quotes survives the shell", + "pass": true, + "detail": "--props argument is \"\\\"{\\\\\\\"n\\\\\\\":1}\\\"\" — a JSON blob loses its quotes unless they are escaped" + }, + { + "name": "wiring: nothing outside the handler starts Remotion", + "pass": true, + "detail": "46 runnable files scanned, 0 invocations outside run-remotion.mjs" + } + ], + "verdict": "PASS" +} diff --git a/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/checks/normal-check.stdout.txt b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/checks/normal-check.stdout.txt new file mode 100644 index 0000000..4e71434 --- /dev/null +++ b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/checks/normal-check.stdout.txt @@ -0,0 +1,5 @@ + +> feature-clip-studio@0.1.0 check +> node check.mjs + +[check] parsed 39/39 JavaScript files; 36/36 tour steps and 34/34 prose citations name a line that matches diff --git a/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/copy-map.json b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/copy-map.json new file mode 100644 index 0000000..2f57688 --- /dev/null +++ b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/copy-map.json @@ -0,0 +1,390 @@ +{ + "schema": "fcs-dependency-copy-map/v1", + "origins": "Relative to the private consolidation evidence root; not portable links.", + "files": [ + { + "origin": "fcs-dependency-install-02/npm-ci.stdout.txt", + "originBinding": { + "bytes": 27, + "sha256": "670bea0157c7a8aaf22cab0c52cc064dc89af6a5e6630033835b123dc376db27" + }, + "path": "setup/npm-ci.stdout.txt", + "bytes": 27, + "sha256": "670bea0157c7a8aaf22cab0c52cc064dc89af6a5e6630033835b123dc376db27", + "kind": "exact-raw-copy", + "purpose": "Actual locked install, zero audit and installed identities", + "transformations": [] + }, + { + "origin": "fcs-dependency-install-02/npm-audit.stdout.txt", + "originBinding": { + "bytes": 363, + "sha256": "3132b9e1c1fa9aa1232da5490adda598c4ddca99d1e7eb1bc96664fe582aec6b" + }, + "path": "setup/npm-audit.stdout.txt", + "bytes": 363, + "sha256": "3132b9e1c1fa9aa1232da5490adda598c4ddca99d1e7eb1bc96664fe582aec6b", + "kind": "exact-raw-copy", + "purpose": "Actual locked install, zero audit and installed identities", + "transformations": [] + }, + { + "origin": "fcs-dependency-install-02/remotion-versions.stdout.txt", + "originBinding": { + "bytes": 521, + "sha256": "618402e355986101f58326d2ed0065692875e1af9c1c1eddc9bcfd7de2f42055" + }, + "path": "setup/remotion-versions.stdout.txt", + "bytes": 521, + "sha256": "618402e355986101f58326d2ed0065692875e1af9c1c1eddc9bcfd7de2f42055", + "kind": "exact-raw-copy", + "purpose": "Actual locked install, zero audit and installed identities", + "transformations": [] + }, + { + "origin": "fcs-dependency-install-02/installed-identities.json", + "originBinding": { + "bytes": 1728, + "sha256": "ff5877d00aed0f00f119e1f26f1873acac0c85fae77f194d38781167907168fe" + }, + "path": "setup/installed-identities.json", + "bytes": 1728, + "sha256": "ff5877d00aed0f00f119e1f26f1873acac0c85fae77f194d38781167907168fe", + "kind": "exact-raw-copy", + "purpose": "Actual locked install, zero audit and installed identities", + "transformations": [] + }, + { + "origin": "fcs-dependency-render-01/01-checks/normal-check.stdout.txt", + "originBinding": { + "bytes": 160, + "sha256": "bd6cb30c52eb122651a342069acd32cf94a32ed9ee44fb386fa99239533afefb" + }, + "path": "checks/normal-check.stdout.txt", + "bytes": 160, + "sha256": "bd6cb30c52eb122651a342069acd32cf94a32ed9ee44fb386fa99239533afefb", + "kind": "exact-raw-copy", + "purpose": "Normal source check, Windows boundary and rendering browser", + "transformations": [] + }, + { + "origin": "fcs-dependency-render-01/01-checks/max-path-observed.json", + "originBinding": { + "bytes": 2972, + "sha256": "a4e70e3bc9cae984032630b0e54b168cc41f11457e55561b2005e1d64aaac5f8" + }, + "path": "checks/max-path-observed.json", + "bytes": 2972, + "sha256": "a4e70e3bc9cae984032630b0e54b168cc41f11457e55561b2005e1d64aaac5f8", + "kind": "exact-raw-copy", + "purpose": "Normal source check, Windows boundary and rendering browser", + "transformations": [] + }, + { + "origin": "fcs-dependency-render-01/01-checks/browser-identity.json", + "originBinding": { + "bytes": 379, + "sha256": "d1dbe66f86967da630fea1083bf5591989e6a7015f62ccb756a5610fb67a0db2" + }, + "path": "checks/browser-identity.json", + "bytes": 356, + "sha256": "cb40787e999679510de91f749ec94228cac1410d379e58f8d6fc3bbc28e60dbf", + "kind": "minimized-derivative", + "purpose": "Normal source check, Windows boundary and rendering browser", + "transformations": [ + { + "from": "D:\\\\ProjectRecovery\\\\fcs-20260906", + "to": "" + } + ] + }, + { + "origin": "fcs-dependency-render-01/03-livesync/livesync.mp4", + "originBinding": { + "bytes": 2374634, + "sha256": "0f7415e7ad018d3e0c19f11170ead3c3a6b6adfd2cbbfe18d7e675a821f104c0" + }, + "path": "03-livesync/livesync.mp4", + "bytes": 2374634, + "sha256": "0f7415e7ad018d3e0c19f11170ead3c3a6b6adfd2cbbfe18d7e675a821f104c0", + "kind": "exact-raw-copy", + "purpose": "Actual newly encoded output, full decode and selected pixels", + "transformations": [] + }, + { + "origin": "fcs-dependency-render-01/03-livesync/livesync.gif", + "originBinding": { + "bytes": 2772039, + "sha256": "406425fade2aaae2b06722a4d279214f43b6b1698f22ee6b9c8b175af9967648" + }, + "path": "03-livesync/livesync.gif", + "bytes": 2772039, + "sha256": "406425fade2aaae2b06722a4d279214f43b6b1698f22ee6b9c8b175af9967648", + "kind": "exact-raw-copy", + "purpose": "Actual newly encoded output, full decode and selected pixels", + "transformations": [] + }, + { + "origin": "fcs-dependency-render-01/03-livesync/media-bindings.json", + "originBinding": { + "bytes": 320, + "sha256": "31d4af85839be972316a491c91eebbde2f3d569313db646e718e2c45f431ab3c" + }, + "path": "03-livesync/media-bindings.json", + "bytes": 320, + "sha256": "31d4af85839be972316a491c91eebbde2f3d569313db646e718e2c45f431ab3c", + "kind": "exact-raw-copy", + "purpose": "Actual newly encoded output, full decode and selected pixels", + "transformations": [] + }, + { + "origin": "fcs-dependency-render-01/03-livesync/livesync-probe.stdout.txt", + "originBinding": { + "bytes": 4698, + "sha256": "fde8c9c216635c1eae4b6b01aa3e1675a8b6f752eb294b65cc3fe8cdc6153ef3" + }, + "path": "03-livesync/livesync-probe.stdout.txt", + "bytes": 4659, + "sha256": "34e643fcd9d5c774242e7a24bb433fc0e1684bc24b2b9b96259fbddb870dd13d", + "kind": "minimized-derivative", + "purpose": "Actual newly encoded output, full decode and selected pixels", + "transformations": [ + { + "from": "D:\\\\ProjectRecovery\\\\chatgpt-consolidation-20260907-01", + "to": "" + } + ] + }, + { + "origin": "fcs-dependency-render-01/03-livesync/livesync-decode.stderr.txt", + "originBinding": { + "bytes": 0, + "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" + }, + "path": "03-livesync/livesync-decode.stderr.txt", + "bytes": 0, + "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", + "kind": "exact-raw-copy", + "purpose": "Actual newly encoded output, full decode and selected pixels", + "transformations": [] + }, + { + "origin": "fcs-dependency-render-01/03-livesync/gif-probe.stdout.txt", + "originBinding": { + "bytes": 2078, + "sha256": "cc6ec2576a4b2e37a457895c8de8da631664ff388d3e7fb94f4e09846a693066" + }, + "path": "03-livesync/gif-probe.stdout.txt", + "bytes": 2039, + "sha256": "3ead8bd033cae2fb5e81d42fd73100c434c947b8d3185170b8c20b1d9a724c3f", + "kind": "minimized-derivative", + "purpose": "Actual newly encoded output, full decode and selected pixels", + "transformations": [ + { + "from": "D:\\\\ProjectRecovery\\\\chatgpt-consolidation-20260907-01", + "to": "" + } + ] + }, + { + "origin": "fcs-dependency-render-01/03-livesync/gif-decode.stderr.txt", + "originBinding": { + "bytes": 0, + "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" + }, + "path": "03-livesync/gif-decode.stderr.txt", + "bytes": 0, + "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", + "kind": "exact-raw-copy", + "purpose": "Actual newly encoded output, full decode and selected pixels", + "transformations": [] + }, + { + "origin": "fcs-dependency-render-01/03-livesync/movie-0.png", + "originBinding": { + "bytes": 449030, + "sha256": "181cd4d925a5f1bb1645d75357c04d58e1b816ade5624b8dd614611f81fb1da4" + }, + "path": "03-livesync/movie-0.png", + "bytes": 449030, + "sha256": "181cd4d925a5f1bb1645d75357c04d58e1b816ade5624b8dd614611f81fb1da4", + "kind": "exact-raw-copy", + "purpose": "Actual newly encoded output, full decode and selected pixels", + "transformations": [] + }, + { + "origin": "fcs-dependency-render-01/03-livesync/movie-432.png", + "originBinding": { + "bytes": 553961, + "sha256": "bfb055ea03da0b5aa564d59122bac4ad3198db09a1b964e15ebc9fc14ef06b37" + }, + "path": "03-livesync/movie-432.png", + "bytes": 553961, + "sha256": "bfb055ea03da0b5aa564d59122bac4ad3198db09a1b964e15ebc9fc14ef06b37", + "kind": "exact-raw-copy", + "purpose": "Actual newly encoded output, full decode and selected pixels", + "transformations": [] + }, + { + "origin": "fcs-dependency-render-01/03-livesync/movie-587.png", + "originBinding": { + "bytes": 578774, + "sha256": "105372737a0521a8deab9fca32cb9ba25e40e3845d8e7b20851521c99cd4aae7" + }, + "path": "03-livesync/movie-587.png", + "bytes": 578774, + "sha256": "105372737a0521a8deab9fca32cb9ba25e40e3845d8e7b20851521c99cd4aae7", + "kind": "exact-raw-copy", + "purpose": "Actual newly encoded output, full decode and selected pixels", + "transformations": [] + }, + { + "origin": "fcs-dependency-render-01/03-livesync/gif-216.png", + "originBinding": { + "bytes": 71097, + "sha256": "310cd10b6ceaad026d319473828f5504b4eee23b2e4b35305c6dc428b5759a21" + }, + "path": "03-livesync/gif-216.png", + "bytes": 71097, + "sha256": "310cd10b6ceaad026d319473828f5504b4eee23b2e4b35305c6dc428b5759a21", + "kind": "exact-raw-copy", + "purpose": "Actual newly encoded output, full decode and selected pixels", + "transformations": [] + }, + { + "origin": "fcs-dependency-render-01/03-livesync/gif-293.png", + "originBinding": { + "bytes": 73016, + "sha256": "1203538167ff51942b507d05391142772b0034f9a3423e6971865772d8d03fb3" + }, + "path": "03-livesync/gif-293.png", + "bytes": 73016, + "sha256": "1203538167ff51942b507d05391142772b0034f9a3423e6971865772d8d03fb3", + "kind": "exact-raw-copy", + "purpose": "Actual newly encoded output, full decode and selected pixels", + "transformations": [] + }, + { + "origin": "fcs-dependency-render-01/04-legacy/legacy-noderoom.mp4", + "originBinding": { + "bytes": 5777972, + "sha256": "844778917cb21252c8a1e42583465740e408d75bc729255a9c591d3ac9966515" + }, + "path": "04-legacy/legacy-noderoom.mp4", + "bytes": 5777972, + "sha256": "844778917cb21252c8a1e42583465740e408d75bc729255a9c591d3ac9966515", + "kind": "exact-raw-copy", + "purpose": "Actual newly encoded output, full decode and selected pixels", + "transformations": [] + }, + { + "origin": "fcs-dependency-render-01/04-legacy/media-bindings.json", + "originBinding": { + "bytes": 408, + "sha256": "8c4d07190923308c4d73edef607983a5cbd172d5aa72db89afc8bc09bc6ad18f" + }, + "path": "04-legacy/media-bindings.json", + "bytes": 408, + "sha256": "8c4d07190923308c4d73edef607983a5cbd172d5aa72db89afc8bc09bc6ad18f", + "kind": "exact-raw-copy", + "purpose": "Actual newly encoded output, full decode and selected pixels", + "transformations": [] + }, + { + "origin": "fcs-dependency-render-01/04-legacy/legacy-probe.stdout.txt", + "originBinding": { + "bytes": 4707, + "sha256": "72d1dc7cea0b623e580efaa59a30ad761a88ec4800e2cadaf87c8c2a77c3e8fa" + }, + "path": "04-legacy/legacy-probe.stdout.txt", + "bytes": 4668, + "sha256": "cc3943bad569e114c83b8ff0aada6328b25d540a1da5ebe8fb9991ddb2d8fd73", + "kind": "minimized-derivative", + "purpose": "Actual newly encoded output, full decode and selected pixels", + "transformations": [ + { + "from": "D:\\\\ProjectRecovery\\\\chatgpt-consolidation-20260907-01", + "to": "" + } + ] + }, + { + "origin": "fcs-dependency-render-01/04-legacy/legacy-decode.stderr.txt", + "originBinding": { + "bytes": 0, + "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" + }, + "path": "04-legacy/legacy-decode.stderr.txt", + "bytes": 0, + "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", + "kind": "exact-raw-copy", + "purpose": "Actual newly encoded output, full decode and selected pixels", + "transformations": [] + }, + { + "origin": "fcs-dependency-render-01/04-legacy/legacy-0.png", + "originBinding": { + "bytes": 454687, + "sha256": "6518fd69faca5651dd090759b460aba1281d20f3beb717fec8cd9b214c36e5f3" + }, + "path": "04-legacy/legacy-0.png", + "bytes": 454687, + "sha256": "6518fd69faca5651dd090759b460aba1281d20f3beb717fec8cd9b214c36e5f3", + "kind": "exact-raw-copy", + "purpose": "Actual newly encoded output, full decode and selected pixels", + "transformations": [] + }, + { + "origin": "fcs-dependency-render-01/04-legacy/legacy-571.png", + "originBinding": { + "bytes": 533368, + "sha256": "da3a2553d5d0db53e9de23ca2435d1da2eddb25907cc98ad15aaeb6838fea63d" + }, + "path": "04-legacy/legacy-571.png", + "bytes": 533368, + "sha256": "da3a2553d5d0db53e9de23ca2435d1da2eddb25907cc98ad15aaeb6838fea63d", + "kind": "exact-raw-copy", + "purpose": "Actual newly encoded output, full decode and selected pixels", + "transformations": [] + }, + { + "origin": "fcs-dependency-render-01/04-legacy/legacy-1141.png", + "originBinding": { + "bytes": 702466, + "sha256": "eba351ca9630e7db7ee65617fe36e12c0d418809a89424ca6d3c12d8111b3bb5" + }, + "path": "04-legacy/legacy-1141.png", + "bytes": 702466, + "sha256": "eba351ca9630e7db7ee65617fe36e12c0d418809a89424ca6d3c12d8111b3bb5", + "kind": "exact-raw-copy", + "purpose": "Actual newly encoded output, full decode and selected pixels", + "transformations": [] + }, + { + "origin": "fcs-dependency-media-independent-01/RECEIPT.json", + "originBinding": { + "bytes": 3611, + "sha256": "14de05e8027bc8fcd939df71240caa22d7e78853c3bca57e77426c2d43251556" + }, + "path": "review/RECEIPT.json", + "bytes": 3611, + "sha256": "14de05e8027bc8fcd939df71240caa22d7e78853c3bca57e77426c2d43251556", + "kind": "exact-raw-copy", + "purpose": "Independent finite media judgment and native probe readback", + "transformations": [] + }, + { + "origin": "fcs-dependency-media-independent-01/native-media-verification.json", + "originBinding": { + "bytes": 4652, + "sha256": "ee418f9a0f79e85e424771eb9ad5c8c6dc94071e092e36f89c46410a3ce07dc1" + }, + "path": "review/native-media-verification.json", + "bytes": 4652, + "sha256": "ee418f9a0f79e85e424771eb9ad5c8c6dc94071e092e36f89c46410a3ce07dc1", + "kind": "exact-raw-copy", + "purpose": "Independent finite media judgment and native probe readback", + "transformations": [] + } + ] +} diff --git a/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/lineage/HANDOFF.md b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/lineage/HANDOFF.md new file mode 100644 index 0000000..f42a804 --- /dev/null +++ b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/lineage/HANDOFF.md @@ -0,0 +1,80 @@ +# Run the reviewed local collaboration example + +A developer can use FeatureClipStudio to turn a recorded two-client interaction into a movie and GIF. Start with the preserved LiveSync example: it shows an added card, a fixed-text agent response and the same selected result in both clients. Its title identifies local, in-memory behavior. This example does not establish a cloud service, model response or durable collaboration. + +**Re your request:** make the current tool usable for developer handoff with actual exported proof — the commands below reproduce the scoped example from this checkout. The [evidence index](promotion/evidence/local-livesync-handoff-20260907/README.md) separates the original failures, corrected capture behavior and accepted encoded output. + +## First render + +The observed lane used Windows, Node 22.22.2, the locked Remotion 4.0.474 and Playwright 1.60.0. Use a short checkout path on Windows. Have ffmpeg and ffprobe on PATH; Python 3 is needed only for the evidence verifier. Other host/version combinations were not certified by this run. + +Run from the repository root, choosing fresh output names: + +```sh +npm ci +npm run check +node run-remotion.mjs browser ensure +node run-remotion.mjs render src/index.js WTC-LiveSync out/local-livesync.mp4 --concurrency=2 +ffmpeg -v error -i out/local-livesync.mp4 -vf "fps=15,scale=720:-1:flags=lanczos,split[s0][s1];[s0]palettegen=max_colors=128:stats_mode=diff[p];[s1][p]paletteuse=dither=bayer:bayer_scale=3:diff_mode=rectangle" -loop 0 out/local-livesync.gif +ffprobe -v error -show_streams -show_format -of json out/local-livesync.mp4 +``` + +This uses 54 checked-in captures and authored presentation metadata; it performs no new browser interaction. The [accepted movie](promotion/evidence/local-livesync-handoff-20260907/after-output/readable-livesync.mp4) has 588 video frames, 1920×1080 at 30 fps and 19.600 seconds of video. Its container is 19.648 seconds because of the AAC stream. The [actual GIF](promotion/evidence/local-livesync-handoff-20260907/after-output/readable-livesync.gif) has 294 frames, 720×405 at nominal 15 fps. Both fully decoded without errors. Encoded bytes can differ across environments; the supplied files have exact hashes in the packet. + +The normal source check passed 39 JavaScript parses, 36 tour anchors and 34 prose citations on the reviewed behavior source. This handoff and its evidence index were added afterward; they do not imply another runtime run or shared CI result. + +## Optional: capture the local interaction again + +Recapture deliberately replaces the selected LiveSync frame directory and generated data module. Keep a baseline or backup first. Install the capture browser once: + +```sh +node node_modules/playwright/cli.js install chromium +``` + +Keep the local demo running in a separate terminal: + +```sh +node examples/collab-demo/server.mjs +``` + +The demo listens on port 8930 by default and does not enforce a loopback-only bind. It uses fixed text and in-memory state. In Bash, capture only this example: + +```sh +COLLAB_ONLY=LiveSync node walkthrough.collab.mjs +``` + +In PowerShell, scope that selection to the command and restore the previous value: + +```powershell +$previousCollabOnly = [Environment]::GetEnvironmentVariable('COLLAB_ONLY', 'Process') +try { + $env:COLLAB_ONLY = 'LiveSync' + node walkthrough.collab.mjs + if ($LASTEXITCODE -ne 0) { throw "LiveSync capture failed with exit $LASTEXITCODE" } +} finally { + [Environment]::SetEnvironmentVariable('COLLAB_ONLY', $previousCollabOnly, 'Process') +} +``` + +Then render and export with fresh output names. Stop the demo you started when finished. No provider key, voice pipeline or external product target is required for these commands. + +## Failure and recovery + +Unknown or mixed-unknown selections, whitespace-only values and comma-created empty entries fail before browser/output work. An absent variable or explicit empty string follows the existing refusal to capture all specs without a deliberate broad selection. These two meanings of “empty” are distinct. + +An unavailable demo or exhausted action failure now exits nonzero, preserves diagnostic output and leaves the generated data module unchanged. Attempted selected frame directories can be incomplete, including earlier specs in a multi-spec run; they are not rolled back. Restore the demo/control and explicitly recapture the selected example successfully before rendering it. Existing swallowed `waitText` timeouts remain a limitation, so exit success alone does not prove every desired text assertion. + +## What the evidence supports + +The accepted framing makes the selected control/result and both client labels readable in the actual movie and GIF. The longest card has a tight lower margin. The previous card is partly cropped, and early camera travel does not show every complete stream state. These are disclosed presentation limits, not synchronization latency measurements. Audio was not listened to; no full continuous-motion or human-comprehension grade was granted. + +The default `npm run render:example` still renders historical WT-NodeRoom inputs and retains a separate output-quality hold. LiveSync acceptance does not certify other examples, responsive browser behavior, physical devices, provider behavior or production. The recorded install reported 12 dependency advisories (2 low, 10 high), which remain unresolved. Full criterion and overall grades remain null. + +Verify the packet and its selected current source bindings from the repository root: + +```sh +python promotion/evidence/local-livesync-handoff-20260907/verify.py +python promotion/evidence/local-livesync-handoff-20260907/verify.py --source-root . +``` + +The first command checks exact packet bytes. The optional source check accepts only each row's demonstrated Git checkout newline transformation; it does not rerun capture/render or certify the whole repository. The evidence index records raw versus minimized receipts and which historical artifacts remain operator-local. diff --git a/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/lineage/README.md b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/lineage/README.md new file mode 100644 index 0000000..5d7bdcb --- /dev/null +++ b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/lineage/README.md @@ -0,0 +1,52 @@ +# Reviewed LiveSync example and capture-status evidence + +Start with the [developer handoff](../../../HANDOFF.md). A developer can render the preserved two-client example, or deliberately recapture the local demo and recover from a failed capture. This packet supports those scoped jobs; it is not a whole-product readiness certificate. + +The [movie](after-output/readable-livesync.mp4) and [actual palette GIF](after-output/readable-livesync.gif) are the accepted encoded files. Their [independent final review](judgments/E6o_FEATURECLIPSTUDIO_READABILITY_FINAL_JUDGE.md.txt) covers selected controls/results, both clients and the persistent local/fixed-text/in-memory disclosure. Both files fully decoded. Audio listening, every motion frame and human comprehension remain unverified. + +## Read the evidence by claim + +| Claim | Physical payload | +|---|---| +| Normal locked setup and current source check | [Install output](setup/normal-ci.stdout.txt), [Node version](setup/node-version.stdout.txt), [normal check](checks/normal-check.stdout.txt). The install recorded 12 advisories; they remain unresolved. | +| Original false success | [Unknown selector exit](before-status/unknown-selector-command.json), [unavailable demo exit](before-status/unavailable-demo-command.json), [original completion output](before-status/unavailable-demo.stdout.txt). These are historical failures, not passing examples. | +| Corrected selection boundary | [Six selector cases](after-status/02-selection-negatives/selection-semantics.json), including absent/explicit empty versus whitespace/comma semantics. | +| Failed work exits with its cause; explicit recovery succeeds | [Unavailable demo](after-status/04-unavailable/unavailable-command.json), [missing control](after-status/05-missing-control/missing-control-command.json), [successful recapture](after-status/06-recovery/selected-livesync-command.json), [native observation](after-status/native-observation.json), [54 native-buffer/generated/disk bindings](after-status/06-recovery/native-generated-disk-bijection.json). | +| Same native captures, changed presentation | [Labelled prior boundary](scope/change-boundary.png), [state contract](scope/change-boundary.md.txt), [eight selected legacy comparisons](checks/legacy-parity.json). | +| Actual encoded outputs | [Render command](encoding/render-readable-command.json), [documented GIF command](encoding/documented-gif-command.json), [movie probe](encoding/readable-ffprobe.stdout.txt), [GIF probe](encoding/gif-probe.stdout.txt), [movie decode](encoding/readable-decode-command.json), [GIF decode](encoding/gif-decode-command.json). | +| Final source/process closure | [Stage04 summary](encoding/stage04-receipt.json), [stage05 receipt](encoding/stage05-receipt.json), [stage05 closing guard](encoding/stage05-closed.json). Command success itself does not grant visual acceptance. | + +The 54 native PNGs are already part of the repository's `public/wt-collab/LiveSync` cohort. They are not recopied here. The first render reuses those inputs; it is not another native interaction, a synchronization-latency measurement or a durable-state result. + +## Actual before and after pixels + +These pairs use the same output frame and preserved input sequence: + +| Frame | Before | After | +|---|---|---| +| MP4 0 | [Before](before-output/repaired-frame-0.png) | [After](after-output/movie-0.png) | +| MP4 147 | [Before](before-output/repaired-frame-147.png) | [After](after-output/movie-147.png) | +| MP4 294 | [Before](before-output/repaired-frame-294.png) | [After](after-output/movie-294.png) | +| MP4 587 | [Before](before-output/repaired-frame-587.png) | [After](after-output/movie-587.png) | +| Actual GIF 293 | [Before](before-output/gif-frame-293.png) | [After](after-output/gif-293.png) | + +All eight settled steps have MP4/GIF samples: [1](after-output/movie-26.png), [2](after-output/movie-96.png), [3](after-output/movie-156.png), [4](after-output/movie-210.png), [5](after-output/movie-294.png), [6](after-output/movie-372.png), [7](after-output/movie-432.png), [8](after-output/movie-518.png). Their GIF files use the corresponding nominal half-frame numbers. [GIF216](after-output/gif-216.png) retains the longest card's lower border with tight clearance. [Early402](after-output/movie-402.png), [408](after-output/movie-408.png) and [420](after-output/movie-420.png) preserve the disclosed camera travel: not every early stream state is fully visible. The previous card is partly cropped in result focus. Fixed output dimensions do not prove responsive browser behavior. + +The [historical assessment](judgments/E6o_FEATURECLIPSTUDIO_CRITERION_ASSESSMENT.json) stays a distinct prior observation. The [scoped successor](judgments/E6o_FEATURECLIPSTUDIO_READABILITY_CRITERION_ASSESSMENT.json) updates evidence supported by LiveSync's output, retaining 21 partial observations, 23 not run and all full scores null. Its [precise field correction](judgments/final-judge-field-correction.json) explains the final judgment's inherited nested pending-review label; the top-level approval is unchanged. The [reviewer's resolved reading concern](judgments/reviewer-reading-correction.json) is also preserved. + +The default WT-NodeRoom example, recorded dependency advisories, inherited swallowed `waitText` timeout, provider/model paths and production remain held. This scoped approval does not certify those surfaces. + +## Portability and verification + +From the repository root: + +```sh +python promotion/evidence/local-livesync-handoff-20260907/verify.py +python promotion/evidence/local-livesync-handoff-20260907/verify.py --source-root . +``` + +[The manifest](manifest.json) checks strict packet bytes, including logs and inert historical text. [The copy map](copy-map.json) distinguishes exact raw copies from explicit derivatives and binds each to its original hash. Derivatives remove named operator/home path prefixes or redundant recorder fields; they are never labelled exact raw copies. The narrow `.gitattributes` preserves raw packet bytes under Git. + +[Selected source bindings](source-bindings.json) separately record raw working SHA-256/Git blob and the actual Git-filtered canonical identities. Optional source verification permits CRLF→LF only for rows where the native Git filter demonstrated that equivalence; binary and other exact rows stay strict. This is a selected-source check, not a full repository or installed-dependency inventory. The current behavior proof precedes this documentation-only addition; it does not assert a new shared CI run. + +[Omissions](omissions.json) identify hash-bound operator-local groups. Unselected pictures, full DOM/session state, old movies, controller histories, private path/environment inventories, databases and caches are not portable. Hashes do not reconstruct them. Inert historical reports may reference those local originals; use the copy map to find the files actually supplied. The correct historical generated-custody origin is plan01, as recorded in omissions, rather than the missing relative plan03 link. diff --git a/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/lineage/manifest.json b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/lineage/manifest.json new file mode 100644 index 0000000..2c2be64 --- /dev/null +++ b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/lineage/manifest.json @@ -0,0 +1,696 @@ +{ + "schema": "fcs-selected-evidence-manifest/v1", + "files": [ + { + "path": ".gitattributes", + "bytes": 9, + "sha256": "8b9c3028d6467ff3be7c793141927841d70f47f52d0590677438f488ca154992", + "gitBlob": "625449502ba4b4d7c229c6ccee42e3ec41cc780c" + }, + { + "path": "after-output/gif-0.png", + "bytes": 69971, + "sha256": "7d1a6004259387788d815b049f17e6ba70764389938657f22b8b27b458151ab2", + "gitBlob": "d428de5b95825cdc5d6ccc117b4cc156917a1a08" + }, + { + "path": "after-output/gif-105.png", + "bytes": 51717, + "sha256": "3811256de7e9126e8435952858c78d1bdf4b66db709224f348146acdfe6569ee", + "gitBlob": "1e9d19edd7e652f84352c9742e201e14195e9048" + }, + { + "path": "after-output/gif-13.png", + "bytes": 73397, + "sha256": "a54cd91e516ec85e78a2f0f0ed1e49f54605f05f4c1995b0bd246f146fd16e6b", + "gitBlob": "8da85fa1f4d4ea20a486ad3834ee35080fc070b6" + }, + { + "path": "after-output/gif-147.png", + "bytes": 50905, + "sha256": "83812d5e087eb8cf6ef58c34b01b52b4dd4a222659aa921a8d5096c768e05e22", + "gitBlob": "f6a3d49a3c772c7f6e53a3d3e06120020f394d63" + }, + { + "path": "after-output/gif-186.png", + "bytes": 76240, + "sha256": "603372e3becb11b7b9479df7b892023a624c57c9eee55bf2b81228a57ba97043", + "gitBlob": "d9baace442b7ac85f8dfd89cc2d4daf4fa1feb9a" + }, + { + "path": "after-output/gif-201.png", + "bytes": 72022, + "sha256": "cd0c71876f41ca5664739c8bfb557d36f7d50f7bb8eeceb73f29e7c4256fa861", + "gitBlob": "d05ce6a38276d37ebb48e751a6deb5a92ddf0c06" + }, + { + "path": "after-output/gif-204.png", + "bytes": 75230, + "sha256": "ec3d85c21127980139b9095194e29c4f0dacca356360687493f7320d9a941714", + "gitBlob": "dbe048e51c918561103e9c6e06abd155e7ec3dcd" + }, + { + "path": "after-output/gif-210.png", + "bytes": 64383, + "sha256": "712b70119c50f2bca4dba9d93b9c1af99fab0158ca2dc301d0a3bc27be0d1beb", + "gitBlob": "69c0707897d3fe00851384a37d21a1dca080f22a" + }, + { + "path": "after-output/gif-216.png", + "bytes": 71097, + "sha256": "310cd10b6ceaad026d319473828f5504b4eee23b2e4b35305c6dc428b5759a21", + "gitBlob": "2d545ef39dc2cdc428296361b53ed8472afc49a8" + }, + { + "path": "after-output/gif-259.png", + "bytes": 72989, + "sha256": "f9277d00ea2a411ff80fc7c69de3387c84c9edfb1016a82bae6e6bf924101a5d", + "gitBlob": "5bfc2a0a06f2330b4d55f6bc19d5b7a1494fd130" + }, + { + "path": "after-output/gif-293.png", + "bytes": 73016, + "sha256": "1203538167ff51942b507d05391142772b0034f9a3423e6971865772d8d03fb3", + "gitBlob": "a49d63c66e442261ed04d09a46cf16d665de4e3d" + }, + { + "path": "after-output/gif-48.png", + "bytes": 77084, + "sha256": "0fe14996174cb39f6b6a9a14e44b6a596dc97face9acb28a039e5f3ecadc5457", + "gitBlob": "8c6dc66931e0c8435df0602f5de34b2f67cd1a41" + }, + { + "path": "after-output/gif-78.png", + "bytes": 76323, + "sha256": "ed299db2f33c8261df32ab60842260623b323543a02d9e8364839250a8c332bd", + "gitBlob": "8f6e3b0956e73abcff9a70d6742c473b2e95a5e6" + }, + { + "path": "after-output/movie-0.png", + "bytes": 449030, + "sha256": "181cd4d925a5f1bb1645d75357c04d58e1b816ade5624b8dd614611f81fb1da4", + "gitBlob": "3ebf61cae4e64f727af2cd6c030d5b7d09ef0286" + }, + { + "path": "after-output/movie-147.png", + "bytes": 512543, + "sha256": "a5c8875fced0460989322cf476485e485964ec1b7ace316325f386a22dfb797a", + "gitBlob": "997b4674e5a4e4f54175346ed272eef411ba1d95" + }, + { + "path": "after-output/movie-156.png", + "bytes": 516450, + "sha256": "b9f3ff3791015b83c710feca1bf1644ec98320dd36887cf941b5be2300b08c72", + "gitBlob": "ad2e05c8419b890486ddc1737cd7769af0cc06d7" + }, + { + "path": "after-output/movie-210.png", + "bytes": 304978, + "sha256": "283f6a9a3b4310ed32e7b0eeb420510d6437029666b4338a80ef916bbdec7db6", + "gitBlob": "8b71337871cdee704bdfe013cef7d211d05378fa" + }, + { + "path": "after-output/movie-26.png", + "bytes": 480813, + "sha256": "de3ace6e9d21b81ea7af5c713a000b79c18040b36d733ed7db28468a557e7c45", + "gitBlob": "f24ee568c45f074662de7542a015893b7cdfaafd" + }, + { + "path": "after-output/movie-294.png", + "bytes": 289199, + "sha256": "0c0d46c1c07a4d98fb7eb5c7026b00f67d44572be7a85aa88a2ec5b7360d6b40", + "gitBlob": "a9d059a3720f8a186ddcdc5ff3edc0137c8cabc2" + }, + { + "path": "after-output/movie-372.png", + "bytes": 506643, + "sha256": "2ad49cbc3cb519cffff293ef5a104b773263793c9d4f3356f1ce23e394003d89", + "gitBlob": "8f98a59cae4e8678f8b135ef31f7d6814f3942f7" + }, + { + "path": "after-output/movie-402.png", + "bytes": 467540, + "sha256": "83ac02498b8b713b0cc83460b2d009559cdc8560be8061b4e16ac9e71a3df747", + "gitBlob": "23513ebb7f89d5c7e4b5d422095ee192af8800e9" + }, + { + "path": "after-output/movie-408.png", + "bytes": 493764, + "sha256": "4f135552f905d3a29ea360945dabcb37b395871dcae936275a4adeb9c492cef8", + "gitBlob": "e3bed3f500fa5ec69a8c7c45b3c48f7619857d58" + }, + { + "path": "after-output/movie-420.png", + "bytes": 425302, + "sha256": "c02b3301b5ab2e1c9cf54ca899cc4841ef9fd5d0f7db17c39145bccbf2a1cf6d", + "gitBlob": "2459d2fbdd631f4bb0da308401a7330a4e6256f7" + }, + { + "path": "after-output/movie-432.png", + "bytes": 553961, + "sha256": "bfb055ea03da0b5aa564d59122bac4ad3198db09a1b964e15ebc9fc14ef06b37", + "gitBlob": "0b38aa825f8caadc2be44ececcc39e65453733fc" + }, + { + "path": "after-output/movie-518.png", + "bytes": 578710, + "sha256": "d18a89ec9f72f7fa05810036e4ce48813d380853066180d096f52d014508ee00", + "gitBlob": "75675179a22501ecaba2138ccdf963da90b585d6" + }, + { + "path": "after-output/movie-587.png", + "bytes": 578774, + "sha256": "105372737a0521a8deab9fca32cb9ba25e40e3845d8e7b20851521c99cd4aae7", + "gitBlob": "b9c89ae2a9bcb51a3fc277f599538ddaa2ecdce6" + }, + { + "path": "after-output/movie-96.png", + "bytes": 518760, + "sha256": "4a30488b5e8064adf7e5be51861587637b9ed9cc8c7de8b35f7ed29da24351b0", + "gitBlob": "89bb9ab770486ff92fcbcb7c96d4ae41a43f0c69" + }, + { + "path": "after-output/readable-livesync.gif", + "bytes": 2772039, + "sha256": "406425fade2aaae2b06722a4d279214f43b6b1698f22ee6b9c8b175af9967648", + "gitBlob": "ee3ab3e81e226b1aacfa10b9f519c5f07c16938b" + }, + { + "path": "after-output/readable-livesync.mp4", + "bytes": 2374634, + "sha256": "9fdf8250cfadd6957ae23e68de104b2827d9b64de3857bf3ee1808860698700e", + "gitBlob": "027f0f9dde771eeea59d3c95926b8c9556cc8a9b" + }, + { + "path": "after-status/02-selection-negatives/absent-command.json", + "bytes": 219, + "sha256": "6112757274385c917ceca8da49dddeffc9f0a5b4aa3f7777595b3a1c19bb2f9d", + "gitBlob": "f06de9e23e7b524e24c5d1383e6b40c6e6f38ecc" + }, + { + "path": "after-status/02-selection-negatives/absent.stderr.txt", + "bytes": 275, + "sha256": "ff04f1b1378a71378492d2aa74f326832907481551e4b23aba498fcdbfe4ea11", + "gitBlob": "c9fadcac780cf278c028cf55aa2233963ff5e148" + }, + { + "path": "after-status/02-selection-negatives/comma-command.json", + "bytes": 218, + "sha256": "08df08325cf34063ea6173fbff9fb17c302ce3860cbfe20a7400a003c020b007", + "gitBlob": "dd92e2a15c812192b7e00b6649eb82c3a78bfa7a" + }, + { + "path": "after-status/02-selection-negatives/comma.stderr.txt", + "bytes": 495, + "sha256": "eb019103075c177d12feaa3d08d837f53eeffcba74dee954d4a507342fabf9ac", + "gitBlob": "efb2cdeff1f27b49fd0f39dde7d6633d5a93f602" + }, + { + "path": "after-status/02-selection-negatives/empty-env-command.json", + "bytes": 222, + "sha256": "b9d149879166de1d3f410a2dbfc3e90131a6139845cc16fc515ca0a6469ada46", + "gitBlob": "e1759de3b5419f7552c3f9e28e3433596d00469d" + }, + { + "path": "after-status/02-selection-negatives/empty-env.stderr.txt", + "bytes": 275, + "sha256": "ff04f1b1378a71378492d2aa74f326832907481551e4b23aba498fcdbfe4ea11", + "gitBlob": "c9fadcac780cf278c028cf55aa2233963ff5e148" + }, + { + "path": "after-status/02-selection-negatives/mixed-command.json", + "bytes": 218, + "sha256": "e97f05d33503da464cff4fc2ca94f67c1e4f587a77815e90b9631f65bd841012", + "gitBlob": "1c3746a6255c1f1282bfbae21d9da4805eeb7a9e" + }, + { + "path": "after-status/02-selection-negatives/mixed.stderr.txt", + "bytes": 508, + "sha256": "2713c01ce3ee34fad04c071a41325c06e9467c9249e2d7fc226bf6c12ee779ee", + "gitBlob": "73446675ccd5e1537e55c1328aee9b795e620014" + }, + { + "path": "after-status/02-selection-negatives/selection-semantics.json", + "bytes": 1106, + "sha256": "3568846278b110ab5eba127bc6366d7cc96483fc9a7d96c19a9c1511c4cceee1", + "gitBlob": "935bac32c7e82926bdd8dc64a89b3f2290caa72d" + }, + { + "path": "after-status/02-selection-negatives/unknown-command.json", + "bytes": 220, + "sha256": "80f5eb1edba4a6559ed59c59a803fd5fe09c5be57bd3bd7d92f46b9f0c7faeac", + "gitBlob": "6aa7890b1e61f2c5ec545795c6c791388daba35f" + }, + { + "path": "after-status/02-selection-negatives/unknown.stderr.txt", + "bytes": 508, + "sha256": "2713c01ce3ee34fad04c071a41325c06e9467c9249e2d7fc226bf6c12ee779ee", + "gitBlob": "73446675ccd5e1537e55c1328aee9b795e620014" + }, + { + "path": "after-status/02-selection-negatives/whitespace-command.json", + "bytes": 223, + "sha256": "ad8428a723845ef7a75c23f1df5a5411f888336f6a58ea06fe0c8c3b0b61ee80", + "gitBlob": "6d626c6a7cc0b0f42a3daf368a567c345b267280" + }, + { + "path": "after-status/02-selection-negatives/whitespace.stderr.txt", + "bytes": 491, + "sha256": "8553db10149a86f10c3de1cad04e4a28814ca04d316fd3053bbd58b1df48bb78", + "gitBlob": "a79f93d94027987657a38681671601657b0dd1e9" + }, + { + "path": "after-status/04-unavailable/unavailable-command.json", + "bytes": 225, + "sha256": "d0fa01fea600b544e7a9ecf7c8222c30f86a955b62bfd4d00f62092aae628890", + "gitBlob": "060bc4f849929ec912c92b4c28515a8a32765e97" + }, + { + "path": "after-status/04-unavailable/unavailable.stderr.txt", + "bytes": 584, + "sha256": "95552b1733068b682749538fcae681f620b29d4c018b40d68bbfebc8b2a7100e", + "gitBlob": "a801aec58f36f261016bf4b5d83e7a21220d0bac" + }, + { + "path": "after-status/04-unavailable/unavailable.stdout.txt", + "bytes": 195, + "sha256": "f3210d5e17ef70528e079b868686528d15c99f66e77c6e32f07dbffb43c6f77f", + "gitBlob": "757cbe7d48062c08708c966df135ad9821482b16" + }, + { + "path": "after-status/05-missing-control/missing-control-command.json", + "bytes": 230, + "sha256": "3ff6d902e3ded3e4b65ddae31d8ee15462666b69a6b3814d0bfad0532355ca96", + "gitBlob": "a4aa854f79e1e1e4bb5fad740b87501dd4135e91" + }, + { + "path": "after-status/05-missing-control/missing-control.stderr.txt", + "bytes": 544, + "sha256": "eb048e753761ef99a5fec7d897a5acd37d766e6e7ad6c1b6d24a49a4d86093ec", + "gitBlob": "26b68a983c826d0c69bf6dcbe22e28801995c108" + }, + { + "path": "after-status/05-missing-control/missing-control.stdout.txt", + "bytes": 460, + "sha256": "ffed6bb12aa48f864e393ce286e4f14fd94970e8b473fd87f18c8f3b8307f50b", + "gitBlob": "a26caca257c14215738b06e44c02421e0667cb49" + }, + { + "path": "after-status/06-recovery/native-generated-disk-bijection.json", + "bytes": 8499, + "sha256": "a97cca0bb43d1fa8710ae98f03cbe2cff84fffd48b6363e0421818660bdeb71d", + "gitBlob": "a1f8a93fb9f94ac66388da68cdc6dc7009b57f42" + }, + { + "path": "after-status/06-recovery/selected-livesync-command.json", + "bytes": 420, + "sha256": "ca1f766a481063a2a1829c082891cb9ad8f452b4cf3a6a224d92926eb83f0bc3", + "gitBlob": "429000c41b314ddb18f919605723df3c33a257f6" + }, + { + "path": "after-status/06-recovery/selected-livesync.stderr.txt", + "bytes": 0, + "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", + "gitBlob": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" + }, + { + "path": "after-status/06-recovery/selected-livesync.stdout.txt", + "bytes": 570, + "sha256": "99138eaeb5576d6819730aa42932715c9e213d1114f2fe2bae8729f0281b48a1", + "gitBlob": "553fc2eca90dc2c57a566ef6a5c5f2255e1c166b" + }, + { + "path": "after-status/native-observation.json", + "bytes": 6921, + "sha256": "b47e4b58b281a071358faee6fc1abfa84e92fed8277195f1efcf8d2d844eb21e", + "gitBlob": "065ba72acc88c5bd2c0a20e1f1826417001e6b78" + }, + { + "path": "before-output/gif-frame-293.png", + "bytes": 46486, + "sha256": "27ce1ac241da93b211beb75ee9b777a599226e8d32a480626e29fd5eefa5ae77", + "gitBlob": "79b01dd4d77513bb5f483efbd3a335c4744392fd" + }, + { + "path": "before-output/repaired-frame-0.png", + "bytes": 190598, + "sha256": "8b909c3b819574600c9a6fd5a814bd17c062e542cec7e16dfdb4e268bf707ecc", + "gitBlob": "dca6a5e6b4af722d8ec50a8436fc2dbac0f0693f" + }, + { + "path": "before-output/repaired-frame-147.png", + "bytes": 223729, + "sha256": "f4c6fcdf0cf8a73b3f555a00b5a1f37ae5126dcf06293c054e7cd37d36e30281", + "gitBlob": "81933f8de428b3a7d23c6438ab72abfaa41e8d98" + }, + { + "path": "before-output/repaired-frame-294.png", + "bytes": 209727, + "sha256": "4ba2fca74b9ce400e9f2a05e6cea6519c984cd0870ce28c711569ced75e00839", + "gitBlob": "d0519e4b95e2096c63df4f7f86f2a69e719956c5" + }, + { + "path": "before-output/repaired-frame-587.png", + "bytes": 234102, + "sha256": "c8567729d745e5de081e7e8a6483fb046a4fa712e7c5c48a005fccdb07e3ce79", + "gitBlob": "cc260a990618b1710ecc172b4ddea768f8404965" + }, + { + "path": "before-status/unavailable-demo-command.json", + "bytes": 245, + "sha256": "d106fc54fbee5b5321c3aaf441431504a32ee1de16289a258d48262503f3be27", + "gitBlob": "6f30e37bf3e80cdd3076a26a6390cc90fa64a7e5" + }, + { + "path": "before-status/unavailable-demo.stderr.txt", + "bytes": 0, + "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", + "gitBlob": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" + }, + { + "path": "before-status/unavailable-demo.stdout.txt", + "bytes": 285, + "sha256": "f6db93d8bb1ae45d6acb696c0afc695ce3b3418f1ab82809067f0d17bfffdbeb", + "gitBlob": "e0a4b1424efffb78c13329a742c40c9e4482f51c" + }, + { + "path": "before-status/unknown-selector-command.json", + "bytes": 243, + "sha256": "d59aa53af90f6ded6dc55191199c907bcbd71f64acbd72c0faa4601202efb984", + "gitBlob": "5d7b29e2b02b2c857545e6042f4afad67db042bd" + }, + { + "path": "before-status/unknown-selector.stderr.txt", + "bytes": 0, + "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", + "gitBlob": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" + }, + { + "path": "before-status/unknown-selector.stdout.txt", + "bytes": 108, + "sha256": "db73075647daa78f0c51a2a2f68fad46d41eaec30250b482f606f709e536bfba", + "gitBlob": "f677fd330300da694194a397cbe9d46dc2a9ef0c" + }, + { + "path": "checks/legacy-parity.json", + "bytes": 2777, + "sha256": "1736a8a1bf96b1132b3beba23d0733c7e409083c54fb3ba543c7fd6c1849785c", + "gitBlob": "f53c27f766569bd63e5206ab0aea43e2bb71d0ba" + }, + { + "path": "checks/normal-check-command.json", + "bytes": 275, + "sha256": "3cc47d0741288a4da4e4e8ca68017d0b63e3c3bfbec83b02edd488270ceab742", + "gitBlob": "fadc5b1b3198838e0a4ce8ee1594621ba89ff731" + }, + { + "path": "checks/normal-check.stderr.txt", + "bytes": 0, + "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", + "gitBlob": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" + }, + { + "path": "checks/normal-check.stdout.txt", + "bytes": 160, + "sha256": "bd6cb30c52eb122651a342069acd32cf94a32ed9ee44fb386fa99239533afefb", + "gitBlob": "4e71434e55ecbfd790478fbe2199d063f87aa71c" + }, + { + "path": "copy-map.json", + "bytes": 64576, + "sha256": "c1b45301468919f863db54f9e4466ac6e19c695e1fb777eec96fe3dde4f707c8", + "gitBlob": "8525669cc440368a21db1a2dfc03545f908d2142" + }, + { + "path": "encoding/documented-gif-command.json", + "bytes": 659, + "sha256": "f8d9833aba9a37ebeeb9397e6a380dd575eeab140d42ed812111872996ca14bd", + "gitBlob": "8c8ec77068295db0c74cf98c7ad967e9d351ba0c" + }, + { + "path": "encoding/documented-gif.stderr.txt", + "bytes": 0, + "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", + "gitBlob": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" + }, + { + "path": "encoding/documented-gif.stdout.txt", + "bytes": 0, + "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", + "gitBlob": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" + }, + { + "path": "encoding/gif-decode-command.json", + "bytes": 375, + "sha256": "395b25f5bb52414ae083c2446807a0281433ea0cd2aaaf2b48684656d6085ab3", + "gitBlob": "e567641d613a43fb1e26a14aab0a490a61f6e9f2" + }, + { + "path": "encoding/gif-decode.stderr.txt", + "bytes": 0, + "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", + "gitBlob": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" + }, + { + "path": "encoding/gif-decode.stdout.txt", + "bytes": 0, + "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", + "gitBlob": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" + }, + { + "path": "encoding/gif-probe-command.json", + "bytes": 398, + "sha256": "9a27f234af491a0b929c4a19c6144173e83eecf59dbdeb12cc3a593c8d6b4486", + "gitBlob": "a5f8fbb51ff3bca9b041f6fe7a2049e8ba76d677" + }, + { + "path": "encoding/gif-probe.stderr.txt", + "bytes": 0, + "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", + "gitBlob": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" + }, + { + "path": "encoding/gif-probe.stdout.txt", + "bytes": 2071, + "sha256": "aecf348b482f91d97df7cb52a5c68e57d26ca8c8ffbb7d2e5c9bc14999ad9c38", + "gitBlob": "091b12163c657bb20721208eb9c0b289ddeb2159" + }, + { + "path": "encoding/readable-decode-command.json", + "bytes": 380, + "sha256": "89c7627791507cf220f160b7a30ecbbd34d81ae53435c3cd250492631f7db2b8", + "gitBlob": "6eb9fd568949316ac4e9312fdd4738bc1123a339" + }, + { + "path": "encoding/readable-decode.stderr.txt", + "bytes": 0, + "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", + "gitBlob": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" + }, + { + "path": "encoding/readable-decode.stdout.txt", + "bytes": 0, + "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", + "gitBlob": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" + }, + { + "path": "encoding/readable-ffprobe-command.json", + "bytes": 405, + "sha256": "c1cb42c1c5b5489412c9335a93da56efdea6d386643810288656f772c0292f78", + "gitBlob": "9756a0ca597790c47b912c4b2978039f9791e7c3" + }, + { + "path": "encoding/readable-ffprobe.stderr.txt", + "bytes": 0, + "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", + "gitBlob": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" + }, + { + "path": "encoding/readable-ffprobe.stdout.txt", + "bytes": 4691, + "sha256": "1de72f7b43285da7f9574b6582fb1440e030ea2a60944f40c7407effc5e4c8fe", + "gitBlob": "bc752539046e4c373bab6fe6de85b65e6bc86a32" + }, + { + "path": "encoding/render-readable-command.json", + "bytes": 410, + "sha256": "a561836ee6990bda38e3d38e48d95aec553a77983c8eb39d7043e76cb0f654bb", + "gitBlob": "f8edd7002f6654d30a07c5af7bd738ef5aab53fb" + }, + { + "path": "encoding/render-readable.stderr.txt", + "bytes": 0, + "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", + "gitBlob": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" + }, + { + "path": "encoding/render-readable.stdout.txt", + "bytes": 24526, + "sha256": "1c63c0152442e2baf5ef84bfcf94bc2628bbda911beff26c1d2a2dd56973e1fc", + "gitBlob": "19d28d94b2d8708468ae306dce6bb057f0a7d0d0" + }, + { + "path": "encoding/stage04-closed.json", + "bytes": 118, + "sha256": "17bc5068498b462463adebd3d8f6331da34ae185e43da69271520d365cf614ad", + "gitBlob": "7141eac9c9e23bad46995eff110e95e702c62f39" + }, + { + "path": "encoding/stage04-receipt.json", + "bytes": 23747, + "sha256": "40d9b4e7633222cde48d692f803322e2c220bfa7e532f7d1b5b9055074183056", + "gitBlob": "f90f8b984e84cfa8318bd44d496ed57bcee119c6" + }, + { + "path": "encoding/stage05-closed.json", + "bytes": 118, + "sha256": "17bc5068498b462463adebd3d8f6331da34ae185e43da69271520d365cf614ad", + "gitBlob": "7141eac9c9e23bad46995eff110e95e702c62f39" + }, + { + "path": "encoding/stage05-receipt.json", + "bytes": 164, + "sha256": "38b5dd782102d499bb77624ec6bae6aadcac5591ab18071728e7160d733fa72c", + "gitBlob": "2fa2c9fbf199bc05d482ba5ba34a8163266d8f3f" + }, + { + "path": "judgments/E6o_FEATURECLIPSTUDIO_CAPTURE_STATUS_FINAL_JUDGE.json", + "bytes": 9258, + "sha256": "b40c0069d521d23554dd092811cb4e81046ce894c6875ebdc92162e3ed13b299", + "gitBlob": "a68235540251343065a5c5027523056145f1e79c" + }, + { + "path": "judgments/E6o_FEATURECLIPSTUDIO_CAPTURE_STATUS_FINAL_JUDGE.md.txt", + "bytes": 3192, + "sha256": "927c8638a8691e46512bf6411f6474c7c3d91b55507a6ddf1e209d4ec959ba22", + "gitBlob": "fb94006257a77e79eff79e4ffe57c93b4efe5d2b" + }, + { + "path": "judgments/E6o_FEATURECLIPSTUDIO_CRITERION_ASSESSMENT.json", + "bytes": 47752, + "sha256": "1e9d47b96c0213865628321e04243120451b8ffbbd86be50b54530477a04d49a", + "gitBlob": "2f91dbbd7f7b9bfcdb68c276f0de4e681b518d57" + }, + { + "path": "judgments/E6o_FEATURECLIPSTUDIO_CRITERION_ASSESSMENT.md.txt", + "bytes": 5000, + "sha256": "34ff93d97754f0e66041feeb19c0545dcf3d84e1f356673a3fdd9ff5cdc3a446", + "gitBlob": "7ea20e5f3e2b10d7e5bc0e9297fb9e28ebb68be0" + }, + { + "path": "judgments/E6o_FEATURECLIPSTUDIO_READABILITY_CRITERION_ASSESSMENT.json", + "bytes": 66031, + "sha256": "ae178f351d8a05353d2e8ad4081a4098bc829b41cab2ffbf4b2ab9448495dba0", + "gitBlob": "6602828c29d683909a934dc8918239f25ee533be" + }, + { + "path": "judgments/E6o_FEATURECLIPSTUDIO_READABILITY_CRITERION_ASSESSMENT.md.txt", + "bytes": 3190, + "sha256": "d90269fa28006e1a930ba4a67a415f1a63ef7bceb59b6b915282d3b1d0cbcc26", + "gitBlob": "3348007cfa3b952c9a08e8e59b74d278646148b2" + }, + { + "path": "judgments/E6o_FEATURECLIPSTUDIO_READABILITY_FINAL_JUDGE.json", + "bytes": 3645, + "sha256": "e0177f82b99146a7aef40bb804d3cd1b3ef07ca535fc2ad2695b6ddf6ddc712c", + "gitBlob": "f8310ab6b02226f3bbfaa72e1f48f0bdb0d718d1" + }, + { + "path": "judgments/E6o_FEATURECLIPSTUDIO_READABILITY_FINAL_JUDGE.md.txt", + "bytes": 6199, + "sha256": "ecdaf01085fefdc7777316e0f74ef4b97bf9af02a129764eb100e3b9f5a5352d", + "gitBlob": "0262071302342b05c71c5bd5688f5c96df90befd" + }, + { + "path": "judgments/final-judge-field-correction.json", + "bytes": 889, + "sha256": "491fc358c694d972b1e7bc0b77be8e4e10ce3961a6353a5f22d9cbdbfc3266c3", + "gitBlob": "d6b7dd68bc09f729859a4fab85be131c591b70ca" + }, + { + "path": "judgments/reviewer-reading-correction.json", + "bytes": 18801, + "sha256": "86da1a54c33480e3cc8424c41b31534e92f1c998d92e6fed49c730816468a0d1", + "gitBlob": "62ba674b424405073477d7a5146d79afe0d3a309" + }, + { + "path": "omissions.json", + "bytes": 3590, + "sha256": "d41e78e0431e46e659c5aa9a287cd1386bf9d1dc84f63789713f569ea378280e", + "gitBlob": "8f4edce02ca0eb757aacb6e6bdd403db5f5ffbcb" + }, + { + "path": "README.md", + "bytes": 7045, + "sha256": "032b15ea3aed02e44e9f4211345f86af207caf070310cf0e611ec92ce41d2343", + "gitBlob": "5d7bdcb2c90851d4bb8ef8eba4e396a4520cd2bc" + }, + { + "path": "scope/change-boundary.md.txt", + "bytes": 3717, + "sha256": "cbfe55ab985d59603a6cde6f576bd32ed87f187f60d07345dcc9107940da99b8", + "gitBlob": "ef4de3b963eaec288638dd4bbb745639dcb4cd29" + }, + { + "path": "scope/change-boundary.png", + "bytes": 224067, + "sha256": "f69cea8c46e7ddfef5967388f8eb76346337716a4a7c50dead85a0b6865b9f04", + "gitBlob": "91cfe673a7f86d8477e4bc611e1ba76806942d59" + }, + { + "path": "setup/ffmpeg-version.stdout.txt", + "bytes": 1964, + "sha256": "f4d5c3a47d3592181730b4d37764498c96091f1604066b43ad60db1a480992dd", + "gitBlob": "f4f81e346e59dc9281a1d1286c92c287fda646da" + }, + { + "path": "setup/ffprobe-version.stdout.txt", + "bytes": 1965, + "sha256": "4cac2bf444f8d0c49ba2d8a05a4dd16656b762c24eba79d95a7fe8fc9a672cf9", + "gitBlob": "4732aa78cdf9a6a8843f288ea4e0198735aecdba" + }, + { + "path": "setup/node-version.stdout.txt", + "bytes": 10, + "sha256": "99149e35f76aa1efc846f029c3d2733b3541fe76ac97b74d33883481c0ce8dd9", + "gitBlob": "737cf4c86dc769e96a731304a110cdeedd16651a" + }, + { + "path": "setup/normal-ci-command.json", + "bytes": 258, + "sha256": "c84b3f3625fc2ccd15da4fd1469f635c487a02fce7b9979d9d74104e195308fb", + "gitBlob": "c4bca6f7330c7b80c288993fb1705110579d9ad8" + }, + { + "path": "setup/normal-ci.stderr.txt", + "bytes": 125, + "sha256": "d5075113082a929119680914d84f6aca56a7b331f8d88abbbb82b1cab4e94788", + "gitBlob": "af32c7de5f84454181b7e49ce0ed0cafe0aecb43" + }, + { + "path": "setup/normal-ci.stdout.txt", + "bytes": 230, + "sha256": "21be77b9f71f41300cbb75f576b35c0fcedcafade477b3bb35484f35ce6ca4a2", + "gitBlob": "84bc4f58459929f787d83e215b8c016ce460310c" + }, + { + "path": "setup/npm-version.stdout.txt", + "bytes": 7, + "sha256": "35217e32d288f09fea0fe2b8124665225fc00ac7ea72c312bb523db9950a13c4", + "gitBlob": "51b288c12f97178f5c3b5303af210e65d00e726d" + }, + { + "path": "source-bindings.json", + "bytes": 49582, + "sha256": "0619aa614098c6040f91f381ec0da864b5870a4ba2e9c56daff9978a3405cdd7", + "gitBlob": "821d011785b7023a41d991d2689b1a0f6271140a" + }, + { + "path": "verify.py", + "bytes": 2522, + "sha256": "5c3c9ecb048d9bc610d5c4c04f64c1be67bcace6dfbff905cda999fa0386167a", + "gitBlob": "1baf17a932229bf5f8e7c32836f4def44882bc92" + } + ], + "scope": "Exact selected bytes; this manifest is an inventory, not an authentication signature or runtime result." +} diff --git a/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/lineage/source-bindings.json b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/lineage/source-bindings.json new file mode 100644 index 0000000..821d011 --- /dev/null +++ b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/lineage/source-bindings.json @@ -0,0 +1,1086 @@ +{ + "schema": "fcs-selected-source-bindings/v1", + "scope": "Selected render/capture/demo/check/metadata owners plus54 native PNGs. No whole repository/dependency/private-source inventory.", + "behaviorProofSourceDigest": "9c0556c9d68195277515242415e7afcac8a8e20e790403aec737dc44a21bbd6e", + "documentationSuccessor": "Only HANDOFF and the README link follow that behavior proof; this optional check binds their actual bytes.", + "files": [ + { + "path": "HANDOFF.md", + "rawBytes": 6005, + "rawSHA256": "7047501dcdd81f3a1a05393adeebd7427f4d3520cc4faca7ac8c3b7c9b0a3b97", + "rawGitBlob": "f42a804e4f607e183f05baa29f74bc30b1c1ee9b", + "canonicalBytes": 6005, + "canonicalSHA256": "7047501dcdd81f3a1a05393adeebd7427f4d3520cc4faca7ac8c3b7c9b0a3b97", + "canonicalGitBlob": "f42a804e4f607e183f05baa29f74bc30b1c1ee9b", + "checkoutNormalization": "crlf-to-lf", + "gitFilterProof": { + "actualRawFilteredBlob": "f42a804e4f607e183f05baa29f74bc30b1c1ee9b", + "CRLFVariantFilteredBlob": "f42a804e4f607e183f05baa29f74bc30b1c1ee9b" + } + }, + { + "path": "README.md", + "rawBytes": 66347, + "rawSHA256": "e81100f8559cd6044d94018c759751d099c3658891eb8bc953ee57045994e8c6", + "rawGitBlob": "f124c7123d79ec6b3daad76969193190c67a6cba", + "canonicalBytes": 64947, + "canonicalSHA256": "04271cf9f6121d28605db79136c32fc4f1663007b1807498059801ae6a5f6c8b", + "canonicalGitBlob": "2e8d4c39470ed0f251c5201e38b0ff64db45684a", + "checkoutNormalization": "crlf-to-lf", + "gitFilterProof": { + "actualRawFilteredBlob": "2e8d4c39470ed0f251c5201e38b0ff64db45684a", + "CRLFVariantFilteredBlob": "2e8d4c39470ed0f251c5201e38b0ff64db45684a" + } + }, + { + "path": "check.mjs", + "rawBytes": 8197, + "rawSHA256": "77160dcea1dbe037e3a66c39d0c67ee37dd667193b52b337132037c248a34552", + "rawGitBlob": "b1b43b2a1b5f7d832dd7f746a96e8d676cf20669", + "canonicalBytes": 8048, + "canonicalSHA256": "1d367e00433c594159ac203173a94fce3fce7748e013c0b1da8a3238547c963c", + "canonicalGitBlob": "8d1d14186be3ad833dc5907f528e51170096e6f9", + "checkoutNormalization": "crlf-to-lf", + "gitFilterProof": { + "actualRawFilteredBlob": "8d1d14186be3ad833dc5907f528e51170096e6f9", + "CRLFVariantFilteredBlob": "8d1d14186be3ad833dc5907f528e51170096e6f9" + } + }, + { + "path": "docs/START_HERE.md", + "rawBytes": 25207, + "rawSHA256": "0c9026ff34afeb52d08e764b932c97b5673d0424fffb98f6adb4072be0b84cdf", + "rawGitBlob": "f354f5c4bd6c3729b3a763d666b99bc10bca5aab", + "canonicalBytes": 24730, + "canonicalSHA256": "370d3f5be07961661b177f0fce4bae6908bc6eacb59c7a78e6ea0904ed660e5c", + "canonicalGitBlob": "8b996536a2f2a3b30e729924f3df139c430384aa", + "checkoutNormalization": "crlf-to-lf", + "gitFilterProof": { + "actualRawFilteredBlob": "8b996536a2f2a3b30e729924f3df139c430384aa", + "CRLFVariantFilteredBlob": "8b996536a2f2a3b30e729924f3df139c430384aa" + } + }, + { + "path": "docs/codebase/INTEGRATIONS.md", + "rawBytes": 5769, + "rawSHA256": "d5fe0d5133c11b83c3994f44540fb124d817657182ccb46954b6cb510add81de", + "rawGitBlob": "7a7154e39fd2731a7324d11f3a6581c7eebbb315", + "canonicalBytes": 5659, + "canonicalSHA256": "b1de9a6c37f6bc56d0516daf9cab150cd55f05a3f0e9adaf42e0ace94dda9631", + "canonicalGitBlob": "754b0234899f55bec8b814ac326c78ac871f15e6", + "checkoutNormalization": "crlf-to-lf", + "gitFilterProof": { + "actualRawFilteredBlob": "754b0234899f55bec8b814ac326c78ac871f15e6", + "CRLFVariantFilteredBlob": "754b0234899f55bec8b814ac326c78ac871f15e6" + } + }, + { + "path": "examples/collab-demo/README.md", + "rawBytes": 4808, + "rawSHA256": "141bc7fad03f45e93f21f42fe718d315a0c461891f650ea383cf70ca322a5e01", + "rawGitBlob": "ad44a1f8dc724d85ea6506584d45b253f85d8bb6", + "canonicalBytes": 4716, + "canonicalSHA256": "2fc330ea1be782f7591adde6073ebd037f6488f63d53e5eb4f8c05ec9a4bf536", + "canonicalGitBlob": "3c36648356bd6a1ff4e16fa230d13a574e7ba84c", + "checkoutNormalization": "crlf-to-lf", + "gitFilterProof": { + "actualRawFilteredBlob": "3c36648356bd6a1ff4e16fa230d13a574e7ba84c", + "CRLFVariantFilteredBlob": "3c36648356bd6a1ff4e16fa230d13a574e7ba84c" + } + }, + { + "path": "examples/collab-demo/server.mjs", + "rawBytes": 11499, + "rawSHA256": "aabbc1d58930081a8110847257de5beed7c62f106340da166d5c20448d1d75fc", + "rawGitBlob": "90323d870e8161caac98275098520bde9f16f738", + "canonicalBytes": 11201, + "canonicalSHA256": "f1bc37e9ebd5bdb4537fa8517844c739fe9f2da1f4248cbff6fe17d6d6375d7d", + "canonicalGitBlob": "3de5d48754446497d552f85aec6c0f4b28aca5ad", + "checkoutNormalization": "crlf-to-lf", + "gitFilterProof": { + "actualRawFilteredBlob": "3de5d48754446497d552f85aec6c0f4b28aca5ad", + "CRLFVariantFilteredBlob": "3de5d48754446497d552f85aec6c0f4b28aca5ad" + } + }, + { + "path": "package-lock.json", + "rawBytes": 109685, + "rawSHA256": "0ac5e892a39160a0b625ab319bd2a949188350e238512ebb41a63addb292cfae", + "rawGitBlob": "78d70f39e3420ce48a4b5f29a37446df39dbee73", + "canonicalBytes": 106747, + "canonicalSHA256": "ea3893c70509be630eb2e7abadd9c4cebe609396c216df1a2fbea5e42fcd8284", + "canonicalGitBlob": "e581cc060e5cc326a305e28268785c52b9530e0e", + "checkoutNormalization": "crlf-to-lf", + "gitFilterProof": { + "actualRawFilteredBlob": "e581cc060e5cc326a305e28268785c52b9530e0e", + "CRLFVariantFilteredBlob": "e581cc060e5cc326a305e28268785c52b9530e0e" + } + }, + { + "path": "package.json", + "rawBytes": 2190, + "rawSHA256": "bd5a8a60201b6b7c9bfe7eaa86300969111edc44d81409811b9eb1495b7209f3", + "rawGitBlob": "23c63eabc67d15718935d7f6ebdb2a009d9f94ba", + "canonicalBytes": 2131, + "canonicalSHA256": "e3ea003670c17e0d8cbd0b0163ddedc0ab8f167072c4a2a000295fd97c31ad2a", + "canonicalGitBlob": "c735540f2b24fea1a0c8347b4f01b6018e3412ab", + "checkoutNormalization": "crlf-to-lf", + "gitFilterProof": { + "actualRawFilteredBlob": "c735540f2b24fea1a0c8347b4f01b6018e3412ab", + "CRLFVariantFilteredBlob": "c735540f2b24fea1a0c8347b4f01b6018e3412ab" + } + }, + { + "path": "public/wt-collab/LiveSync/p0_00.png", + "rawBytes": 236192, + "rawSHA256": "3432eebd1336f92b13502f69fe28b176daf260fc83e76b27f17c3bcdad908e4f", + "rawGitBlob": "af23ae3943d8e2abc489d48e7d49fc13b891a876", + "canonicalBytes": 236192, + "canonicalSHA256": "3432eebd1336f92b13502f69fe28b176daf260fc83e76b27f17c3bcdad908e4f", + "canonicalGitBlob": "af23ae3943d8e2abc489d48e7d49fc13b891a876", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "af23ae3943d8e2abc489d48e7d49fc13b891a876", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p0_01.png", + "rawBytes": 241905, + "rawSHA256": "36b6110a24d5ad3192cd1b013bac6f403aa71444b03f96858406cd4b68f4fd47", + "rawGitBlob": "aa95f4fa3155ff1d4333e386f745d9418ce5bef0", + "canonicalBytes": 241905, + "canonicalSHA256": "36b6110a24d5ad3192cd1b013bac6f403aa71444b03f96858406cd4b68f4fd47", + "canonicalGitBlob": "aa95f4fa3155ff1d4333e386f745d9418ce5bef0", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "aa95f4fa3155ff1d4333e386f745d9418ce5bef0", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p0_02.png", + "rawBytes": 241905, + "rawSHA256": "36b6110a24d5ad3192cd1b013bac6f403aa71444b03f96858406cd4b68f4fd47", + "rawGitBlob": "aa95f4fa3155ff1d4333e386f745d9418ce5bef0", + "canonicalBytes": 241905, + "canonicalSHA256": "36b6110a24d5ad3192cd1b013bac6f403aa71444b03f96858406cd4b68f4fd47", + "canonicalGitBlob": "aa95f4fa3155ff1d4333e386f745d9418ce5bef0", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "aa95f4fa3155ff1d4333e386f745d9418ce5bef0", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p0_03_00.png", + "rawBytes": 208511, + "rawSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", + "rawGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "canonicalBytes": 208511, + "canonicalSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", + "canonicalGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p0_03_01.png", + "rawBytes": 208511, + "rawSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", + "rawGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "canonicalBytes": 208511, + "canonicalSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", + "canonicalGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p0_03_02.png", + "rawBytes": 208511, + "rawSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", + "rawGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "canonicalBytes": 208511, + "canonicalSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", + "canonicalGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p0_03_03.png", + "rawBytes": 208511, + "rawSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", + "rawGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "canonicalBytes": 208511, + "canonicalSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", + "canonicalGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p0_03_04.png", + "rawBytes": 208511, + "rawSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", + "rawGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "canonicalBytes": 208511, + "canonicalSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", + "canonicalGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p0_03_05.png", + "rawBytes": 208511, + "rawSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", + "rawGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "canonicalBytes": 208511, + "canonicalSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", + "canonicalGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p0_03_06.png", + "rawBytes": 208511, + "rawSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", + "rawGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "canonicalBytes": 208511, + "canonicalSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", + "canonicalGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p0_03_07.png", + "rawBytes": 208511, + "rawSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", + "rawGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "canonicalBytes": 208511, + "canonicalSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", + "canonicalGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p0_03_08.png", + "rawBytes": 208511, + "rawSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", + "rawGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "canonicalBytes": 208511, + "canonicalSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", + "canonicalGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p0_03_09.png", + "rawBytes": 208511, + "rawSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", + "rawGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "canonicalBytes": 208511, + "canonicalSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", + "canonicalGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p0_04.png", + "rawBytes": 208511, + "rawSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", + "rawGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "canonicalBytes": 208511, + "canonicalSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", + "canonicalGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p0_05.png", + "rawBytes": 208511, + "rawSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", + "rawGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "canonicalBytes": 208511, + "canonicalSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", + "canonicalGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p0_06_00.png", + "rawBytes": 228274, + "rawSHA256": "63cb5423e4de0b02c181e74cd34a76ee256184d3ef1140c5d13468528ad9a7a8", + "rawGitBlob": "80f16b19f544e8ed88b6ddfb440080889fd43c22", + "canonicalBytes": 228274, + "canonicalSHA256": "63cb5423e4de0b02c181e74cd34a76ee256184d3ef1140c5d13468528ad9a7a8", + "canonicalGitBlob": "80f16b19f544e8ed88b6ddfb440080889fd43c22", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "80f16b19f544e8ed88b6ddfb440080889fd43c22", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p0_06_01.png", + "rawBytes": 231072, + "rawSHA256": "bfca72a2c5d1b6ba019d37c4f3c739ff669dcb1f9dcaa733c59c42a732b97018", + "rawGitBlob": "5898dd848f46da29cde4bf5a2029e52fbcc8ffa7", + "canonicalBytes": 231072, + "canonicalSHA256": "bfca72a2c5d1b6ba019d37c4f3c739ff669dcb1f9dcaa733c59c42a732b97018", + "canonicalGitBlob": "5898dd848f46da29cde4bf5a2029e52fbcc8ffa7", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "5898dd848f46da29cde4bf5a2029e52fbcc8ffa7", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p0_06_02.png", + "rawBytes": 245105, + "rawSHA256": "1cbf02ca4de16400614e522d3be3da4b5924526e25d1480de4025b6c676e0d90", + "rawGitBlob": "dadf819e42bfcc3fc8718c8069accd96e1a9c823", + "canonicalBytes": 245105, + "canonicalSHA256": "1cbf02ca4de16400614e522d3be3da4b5924526e25d1480de4025b6c676e0d90", + "canonicalGitBlob": "dadf819e42bfcc3fc8718c8069accd96e1a9c823", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "dadf819e42bfcc3fc8718c8069accd96e1a9c823", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p0_06_03.png", + "rawBytes": 232967, + "rawSHA256": "554eb8436339ba70bbb0883586e5c54dac5e5ae11ff57c6106c985594281847e", + "rawGitBlob": "1b2518cb705e14df13cf2f5c2d46ae0fa68deff0", + "canonicalBytes": 232967, + "canonicalSHA256": "554eb8436339ba70bbb0883586e5c54dac5e5ae11ff57c6106c985594281847e", + "canonicalGitBlob": "1b2518cb705e14df13cf2f5c2d46ae0fa68deff0", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "1b2518cb705e14df13cf2f5c2d46ae0fa68deff0", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p0_06_04.png", + "rawBytes": 234520, + "rawSHA256": "af3ce9f500e30db33e68d48b67748b7d25783d680f0da8f51b9584f09f9f21c2", + "rawGitBlob": "b6f066922e4a3d9e6f53753278dd561b666723cd", + "canonicalBytes": 234520, + "canonicalSHA256": "af3ce9f500e30db33e68d48b67748b7d25783d680f0da8f51b9584f09f9f21c2", + "canonicalGitBlob": "b6f066922e4a3d9e6f53753278dd561b666723cd", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "b6f066922e4a3d9e6f53753278dd561b666723cd", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p0_06_05.png", + "rawBytes": 236605, + "rawSHA256": "4ba3d4f0da970a6ba9c0e9ca7bc67ba9ae9788dba1eee5d06dda8a59470adcab", + "rawGitBlob": "552b95c351ce4b49a1f3dfeea96244e5bf009fb6", + "canonicalBytes": 236605, + "canonicalSHA256": "4ba3d4f0da970a6ba9c0e9ca7bc67ba9ae9788dba1eee5d06dda8a59470adcab", + "canonicalGitBlob": "552b95c351ce4b49a1f3dfeea96244e5bf009fb6", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "552b95c351ce4b49a1f3dfeea96244e5bf009fb6", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p0_06_06.png", + "rawBytes": 236531, + "rawSHA256": "99960a86896834a060c1695458f7a03b98182d14c482c9962698813679a9da0b", + "rawGitBlob": "440232d6f529fac3ca6fab699da4a76a1e90182e", + "canonicalBytes": 236531, + "canonicalSHA256": "99960a86896834a060c1695458f7a03b98182d14c482c9962698813679a9da0b", + "canonicalGitBlob": "440232d6f529fac3ca6fab699da4a76a1e90182e", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "440232d6f529fac3ca6fab699da4a76a1e90182e", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p0_06_07.png", + "rawBytes": 233304, + "rawSHA256": "40a772e63cdeab75031898e15f2c2694e549321800c70b4a86994100e766e3b2", + "rawGitBlob": "59b1c33c386817e143cd787270cf619432fff571", + "canonicalBytes": 233304, + "canonicalSHA256": "40a772e63cdeab75031898e15f2c2694e549321800c70b4a86994100e766e3b2", + "canonicalGitBlob": "59b1c33c386817e143cd787270cf619432fff571", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "59b1c33c386817e143cd787270cf619432fff571", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p0_06_08.png", + "rawBytes": 233304, + "rawSHA256": "40a772e63cdeab75031898e15f2c2694e549321800c70b4a86994100e766e3b2", + "rawGitBlob": "59b1c33c386817e143cd787270cf619432fff571", + "canonicalBytes": 233304, + "canonicalSHA256": "40a772e63cdeab75031898e15f2c2694e549321800c70b4a86994100e766e3b2", + "canonicalGitBlob": "59b1c33c386817e143cd787270cf619432fff571", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "59b1c33c386817e143cd787270cf619432fff571", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p0_06_09.png", + "rawBytes": 233304, + "rawSHA256": "40a772e63cdeab75031898e15f2c2694e549321800c70b4a86994100e766e3b2", + "rawGitBlob": "59b1c33c386817e143cd787270cf619432fff571", + "canonicalBytes": 233304, + "canonicalSHA256": "40a772e63cdeab75031898e15f2c2694e549321800c70b4a86994100e766e3b2", + "canonicalGitBlob": "59b1c33c386817e143cd787270cf619432fff571", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "59b1c33c386817e143cd787270cf619432fff571", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p0_06_10.png", + "rawBytes": 233304, + "rawSHA256": "40a772e63cdeab75031898e15f2c2694e549321800c70b4a86994100e766e3b2", + "rawGitBlob": "59b1c33c386817e143cd787270cf619432fff571", + "canonicalBytes": 233304, + "canonicalSHA256": "40a772e63cdeab75031898e15f2c2694e549321800c70b4a86994100e766e3b2", + "canonicalGitBlob": "59b1c33c386817e143cd787270cf619432fff571", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "59b1c33c386817e143cd787270cf619432fff571", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p0_07.png", + "rawBytes": 233304, + "rawSHA256": "40a772e63cdeab75031898e15f2c2694e549321800c70b4a86994100e766e3b2", + "rawGitBlob": "59b1c33c386817e143cd787270cf619432fff571", + "canonicalBytes": 233304, + "canonicalSHA256": "40a772e63cdeab75031898e15f2c2694e549321800c70b4a86994100e766e3b2", + "canonicalGitBlob": "59b1c33c386817e143cd787270cf619432fff571", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "59b1c33c386817e143cd787270cf619432fff571", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p1_00.png", + "rawBytes": 235816, + "rawSHA256": "30678a7cf6edc046240ceed8995ca7153e6041c8710849b27970801058da147c", + "rawGitBlob": "84113d73e7c2749798d3ad392e7b597a5835b75c", + "canonicalBytes": 235816, + "canonicalSHA256": "30678a7cf6edc046240ceed8995ca7153e6041c8710849b27970801058da147c", + "canonicalGitBlob": "84113d73e7c2749798d3ad392e7b597a5835b75c", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "84113d73e7c2749798d3ad392e7b597a5835b75c", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p1_01.png", + "rawBytes": 235816, + "rawSHA256": "30678a7cf6edc046240ceed8995ca7153e6041c8710849b27970801058da147c", + "rawGitBlob": "84113d73e7c2749798d3ad392e7b597a5835b75c", + "canonicalBytes": 235816, + "canonicalSHA256": "30678a7cf6edc046240ceed8995ca7153e6041c8710849b27970801058da147c", + "canonicalGitBlob": "84113d73e7c2749798d3ad392e7b597a5835b75c", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "84113d73e7c2749798d3ad392e7b597a5835b75c", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p1_02.png", + "rawBytes": 235816, + "rawSHA256": "30678a7cf6edc046240ceed8995ca7153e6041c8710849b27970801058da147c", + "rawGitBlob": "84113d73e7c2749798d3ad392e7b597a5835b75c", + "canonicalBytes": 235816, + "canonicalSHA256": "30678a7cf6edc046240ceed8995ca7153e6041c8710849b27970801058da147c", + "canonicalGitBlob": "84113d73e7c2749798d3ad392e7b597a5835b75c", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "84113d73e7c2749798d3ad392e7b597a5835b75c", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p1_03_00.png", + "rawBytes": 208019, + "rawSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", + "rawGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "canonicalBytes": 208019, + "canonicalSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", + "canonicalGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p1_03_01.png", + "rawBytes": 208019, + "rawSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", + "rawGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "canonicalBytes": 208019, + "canonicalSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", + "canonicalGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p1_03_02.png", + "rawBytes": 208019, + "rawSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", + "rawGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "canonicalBytes": 208019, + "canonicalSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", + "canonicalGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p1_03_03.png", + "rawBytes": 208019, + "rawSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", + "rawGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "canonicalBytes": 208019, + "canonicalSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", + "canonicalGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p1_03_04.png", + "rawBytes": 208019, + "rawSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", + "rawGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "canonicalBytes": 208019, + "canonicalSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", + "canonicalGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p1_03_05.png", + "rawBytes": 208019, + "rawSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", + "rawGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "canonicalBytes": 208019, + "canonicalSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", + "canonicalGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p1_03_06.png", + "rawBytes": 208019, + "rawSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", + "rawGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "canonicalBytes": 208019, + "canonicalSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", + "canonicalGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p1_03_07.png", + "rawBytes": 208019, + "rawSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", + "rawGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "canonicalBytes": 208019, + "canonicalSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", + "canonicalGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p1_03_08.png", + "rawBytes": 208019, + "rawSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", + "rawGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "canonicalBytes": 208019, + "canonicalSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", + "canonicalGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p1_03_09.png", + "rawBytes": 208019, + "rawSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", + "rawGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "canonicalBytes": 208019, + "canonicalSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", + "canonicalGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p1_04.png", + "rawBytes": 208019, + "rawSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", + "rawGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "canonicalBytes": 208019, + "canonicalSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", + "canonicalGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p1_05.png", + "rawBytes": 208019, + "rawSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", + "rawGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "canonicalBytes": 208019, + "canonicalSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", + "canonicalGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p1_06_00.png", + "rawBytes": 223722, + "rawSHA256": "3eef0bf4826fe4fa5befd88bf338bb864cf133ef3025e625a19ba6878116a2f8", + "rawGitBlob": "e7c3e781c3f93a34ef37dd0a0776572b34fc6e41", + "canonicalBytes": 223722, + "canonicalSHA256": "3eef0bf4826fe4fa5befd88bf338bb864cf133ef3025e625a19ba6878116a2f8", + "canonicalGitBlob": "e7c3e781c3f93a34ef37dd0a0776572b34fc6e41", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "e7c3e781c3f93a34ef37dd0a0776572b34fc6e41", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p1_06_01.png", + "rawBytes": 226594, + "rawSHA256": "ca781679f0d36370950e9381a9a91a7168d1c4b9c6b01c01e8f9aee2a24db20b", + "rawGitBlob": "9e061ab99ca7e726c257055f737a2bf86fae7bfe", + "canonicalBytes": 226594, + "canonicalSHA256": "ca781679f0d36370950e9381a9a91a7168d1c4b9c6b01c01e8f9aee2a24db20b", + "canonicalGitBlob": "9e061ab99ca7e726c257055f737a2bf86fae7bfe", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "9e061ab99ca7e726c257055f737a2bf86fae7bfe", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p1_06_02.png", + "rawBytes": 241175, + "rawSHA256": "9aae7ae4ea32cb5f7d980d3631d754a76e72e225fcfb523f6a54f0b4db195d61", + "rawGitBlob": "4cbe0ce61a135a0f256c6b5d606a0bb07cd8abed", + "canonicalBytes": 241175, + "canonicalSHA256": "9aae7ae4ea32cb5f7d980d3631d754a76e72e225fcfb523f6a54f0b4db195d61", + "canonicalGitBlob": "4cbe0ce61a135a0f256c6b5d606a0bb07cd8abed", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "4cbe0ce61a135a0f256c6b5d606a0bb07cd8abed", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p1_06_03.png", + "rawBytes": 228440, + "rawSHA256": "61dcb99b917b497409ac2727e99c85a2656570c4009905007bd9b2c41365b4f4", + "rawGitBlob": "bb7ddd595c528710f6b425da34759c395f1d6476", + "canonicalBytes": 228440, + "canonicalSHA256": "61dcb99b917b497409ac2727e99c85a2656570c4009905007bd9b2c41365b4f4", + "canonicalGitBlob": "bb7ddd595c528710f6b425da34759c395f1d6476", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "bb7ddd595c528710f6b425da34759c395f1d6476", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p1_06_04.png", + "rawBytes": 229941, + "rawSHA256": "5de3011b5712e736b15927f55cdd70fe3b21207881dcd9a49a2cd11175b7f22a", + "rawGitBlob": "e2b38df1c5ad1fe9a29f77f2b4d11cb1d0de2cbc", + "canonicalBytes": 229941, + "canonicalSHA256": "5de3011b5712e736b15927f55cdd70fe3b21207881dcd9a49a2cd11175b7f22a", + "canonicalGitBlob": "e2b38df1c5ad1fe9a29f77f2b4d11cb1d0de2cbc", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "e2b38df1c5ad1fe9a29f77f2b4d11cb1d0de2cbc", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p1_06_05.png", + "rawBytes": 232160, + "rawSHA256": "fb7a77e748784f8e1109603b1100a9fc72251bc97b46e3a642b343b82b30dab5", + "rawGitBlob": "c736b8492dc42c0f7c61f09c287286de4a760ebe", + "canonicalBytes": 232160, + "canonicalSHA256": "fb7a77e748784f8e1109603b1100a9fc72251bc97b46e3a642b343b82b30dab5", + "canonicalGitBlob": "c736b8492dc42c0f7c61f09c287286de4a760ebe", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "c736b8492dc42c0f7c61f09c287286de4a760ebe", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p1_06_06.png", + "rawBytes": 232087, + "rawSHA256": "84698eef610099bb5f964941e1272a44a12796bf8b4c64b4de4ce9ce0f6a609a", + "rawGitBlob": "39dd4d09f3417b9ab8dd94eae2b9522ef8600f2e", + "canonicalBytes": 232087, + "canonicalSHA256": "84698eef610099bb5f964941e1272a44a12796bf8b4c64b4de4ce9ce0f6a609a", + "canonicalGitBlob": "39dd4d09f3417b9ab8dd94eae2b9522ef8600f2e", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "39dd4d09f3417b9ab8dd94eae2b9522ef8600f2e", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p1_06_07.png", + "rawBytes": 232433, + "rawSHA256": "ab6c81aed2aece48c7830fc2c34583e7547293abab36f2486bc969496b706a8e", + "rawGitBlob": "5aeefe7e7ef5435ce3a9ecab5a6ff95c3f246642", + "canonicalBytes": 232433, + "canonicalSHA256": "ab6c81aed2aece48c7830fc2c34583e7547293abab36f2486bc969496b706a8e", + "canonicalGitBlob": "5aeefe7e7ef5435ce3a9ecab5a6ff95c3f246642", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "5aeefe7e7ef5435ce3a9ecab5a6ff95c3f246642", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p1_06_08.png", + "rawBytes": 232433, + "rawSHA256": "ab6c81aed2aece48c7830fc2c34583e7547293abab36f2486bc969496b706a8e", + "rawGitBlob": "5aeefe7e7ef5435ce3a9ecab5a6ff95c3f246642", + "canonicalBytes": 232433, + "canonicalSHA256": "ab6c81aed2aece48c7830fc2c34583e7547293abab36f2486bc969496b706a8e", + "canonicalGitBlob": "5aeefe7e7ef5435ce3a9ecab5a6ff95c3f246642", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "5aeefe7e7ef5435ce3a9ecab5a6ff95c3f246642", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p1_06_09.png", + "rawBytes": 232433, + "rawSHA256": "ab6c81aed2aece48c7830fc2c34583e7547293abab36f2486bc969496b706a8e", + "rawGitBlob": "5aeefe7e7ef5435ce3a9ecab5a6ff95c3f246642", + "canonicalBytes": 232433, + "canonicalSHA256": "ab6c81aed2aece48c7830fc2c34583e7547293abab36f2486bc969496b706a8e", + "canonicalGitBlob": "5aeefe7e7ef5435ce3a9ecab5a6ff95c3f246642", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "5aeefe7e7ef5435ce3a9ecab5a6ff95c3f246642", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p1_06_10.png", + "rawBytes": 232433, + "rawSHA256": "ab6c81aed2aece48c7830fc2c34583e7547293abab36f2486bc969496b706a8e", + "rawGitBlob": "5aeefe7e7ef5435ce3a9ecab5a6ff95c3f246642", + "canonicalBytes": 232433, + "canonicalSHA256": "ab6c81aed2aece48c7830fc2c34583e7547293abab36f2486bc969496b706a8e", + "canonicalGitBlob": "5aeefe7e7ef5435ce3a9ecab5a6ff95c3f246642", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "5aeefe7e7ef5435ce3a9ecab5a6ff95c3f246642", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p1_07.png", + "rawBytes": 232433, + "rawSHA256": "ab6c81aed2aece48c7830fc2c34583e7547293abab36f2486bc969496b706a8e", + "rawGitBlob": "5aeefe7e7ef5435ce3a9ecab5a6ff95c3f246642", + "canonicalBytes": 232433, + "canonicalSHA256": "ab6c81aed2aece48c7830fc2c34583e7547293abab36f2486bc969496b706a8e", + "canonicalGitBlob": "5aeefe7e7ef5435ce3a9ecab5a6ff95c3f246642", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "5aeefe7e7ef5435ce3a9ecab5a6ff95c3f246642", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "run-remotion.mjs", + "rawBytes": 8215, + "rawSHA256": "b4afeb635349079e34e317b7dd58017742d98e6dd4001fe0c40c07d8b2e0032f", + "rawGitBlob": "94a8eb2a182ad78e4ea5dbc10f382c9fd3569c74", + "canonicalBytes": 8063, + "canonicalSHA256": "cc9b8c248f2ab356b9122949b6bef12c91b4c05ccab8632fb9f47c859efe7794", + "canonicalGitBlob": "5a66409bb8165c799700f19326f865a362042cc5", + "checkoutNormalization": "crlf-to-lf", + "gitFilterProof": { + "actualRawFilteredBlob": "5a66409bb8165c799700f19326f865a362042cc5", + "CRLFVariantFilteredBlob": "5a66409bb8165c799700f19326f865a362042cc5" + } + }, + { + "path": "src/RoomOsRoot.jsx", + "rawBytes": 619, + "rawSHA256": "02f29ece3a695003b15e04f8736461f93df9b0762b6ace525c32b045c123fcb7", + "rawGitBlob": "e5ac2aff69c44d4cea8a2c905900dd34383ebfa1", + "canonicalBytes": 598, + "canonicalSHA256": "3cb721df0ff1b1b45b1a7adac7dac4399ab8b9fae66b4b9af776eef049f4921b", + "canonicalGitBlob": "3a115a705d6ac1df00844cd577469b02055d7810", + "checkoutNormalization": "crlf-to-lf", + "gitFilterProof": { + "actualRawFilteredBlob": "3a115a705d6ac1df00844cd577469b02055d7810", + "CRLFVariantFilteredBlob": "3a115a705d6ac1df00844cd577469b02055d7810" + } + }, + { + "path": "src/Root.jsx", + "rawBytes": 1422, + "rawSHA256": "144cf50ab6dccad3fb4c5730fac457ee5af7706934c1dc374d4bed941ee92d5d", + "rawGitBlob": "8caa7ed737eb620c3747ea228b7a82f1be1f0653", + "canonicalBytes": 1383, + "canonicalSHA256": "53a75e2e2600848bec73f41b6127c12f2df9775fc9049f2a9734e9a90b11da6d", + "canonicalGitBlob": "fccf576eedc34dcaab8ba2660acf9e7cd3b5afcf", + "checkoutNormalization": "crlf-to-lf", + "gitFilterProof": { + "actualRawFilteredBlob": "fccf576eedc34dcaab8ba2660acf9e7cd3b5afcf", + "CRLFVariantFilteredBlob": "fccf576eedc34dcaab8ba2660acf9e7cd3b5afcf" + } + }, + { + "path": "src/Walkthrough.jsx", + "rawBytes": 11510, + "rawSHA256": "ad3296780fa839817464cc90014b2551f42150f2b94733a1fd04b538f1e5d66f", + "rawGitBlob": "6fbbdfeecc6c5ea6831b72262b0f8614c1006fce", + "canonicalBytes": 11319, + "canonicalSHA256": "c45b9a99e81288cc43ac0660695bdbc8af9b609883ff0900ec8a6b487f754c20", + "canonicalGitBlob": "d77dc92fe972b44c15bab355e35b0af9f75363e5", + "checkoutNormalization": "crlf-to-lf", + "gitFilterProof": { + "actualRawFilteredBlob": "d77dc92fe972b44c15bab355e35b0af9f75363e5", + "CRLFVariantFilteredBlob": "d77dc92fe972b44c15bab355e35b0af9f75363e5" + } + }, + { + "path": "src/Walkthrough2up.jsx", + "rawBytes": 14528, + "rawSHA256": "5c3915bc6311adf33d90edae2c1aea94ee2f5314197db8a7de563ed86fccd192", + "rawGitBlob": "f828279ceeffa093c579463c23ab78d098fb4c2e", + "canonicalBytes": 14298, + "canonicalSHA256": "72075d84c9e4c6476979992a964566653c163f7e7e1a4d2050489e850afb386c", + "canonicalGitBlob": "9b010ab277975fa1171f0f3aada9875acac5c4ab", + "checkoutNormalization": "crlf-to-lf", + "gitFilterProof": { + "actualRawFilteredBlob": "9b010ab277975fa1171f0f3aada9875acac5c4ab", + "CRLFVariantFilteredBlob": "9b010ab277975fa1171f0f3aada9875acac5c4ab" + } + }, + { + "path": "src/WalkthroughGrid.jsx", + "rawBytes": 24261, + "rawSHA256": "956810a428f8e9f7189dd61abd44b1c9f2cbd0c636b8bcd3e0e0186983abc6c6", + "rawGitBlob": "6f62f6f0bd089b3a3a20c72789051794e349e383", + "canonicalBytes": 23531, + "canonicalSHA256": "f75d7128582b6107c521b7c3419248f6f727117278b6fc458bdfd7fae311b8a6", + "canonicalGitBlob": "a31bc4931d93fc4b1a56bebe4c249016066ba46e", + "checkoutNormalization": "crlf-to-lf", + "gitFilterProof": { + "actualRawFilteredBlob": "a31bc4931d93fc4b1a56bebe4c249016066ba46e", + "CRLFVariantFilteredBlob": "a31bc4931d93fc4b1a56bebe4c249016066ba46e" + } + }, + { + "path": "src/index.js", + "rawBytes": 117, + "rawSHA256": "f4d2074bee3d69c7673a211d9e4ed2764d8ee6accd46d9a96dc83b5ecd0519ae", + "rawGitBlob": "c4103a9c320a6ee787f006ca5be6451489a5edf0", + "canonicalBytes": 113, + "canonicalSHA256": "f179c548bb296a1147118065b0cb98739e2ea8967caeaef9d7999c9f5880010e", + "canonicalGitBlob": "122e3bd55a11531cc66e33c895bda2853e74ea3e", + "checkoutNormalization": "crlf-to-lf", + "gitFilterProof": { + "actualRawFilteredBlob": "122e3bd55a11531cc66e33c895bda2853e74ea3e", + "CRLFVariantFilteredBlob": "122e3bd55a11531cc66e33c895bda2853e74ea3e" + } + }, + { + "path": "src/roomos-index.js", + "rawBytes": 119, + "rawSHA256": "b02d89eec0c68a64f7128c48f3a8cc9abe4b47323ad25cbd74770c83d6480676", + "rawGitBlob": "9991e738d3a4cd8b2994e528fe8df51f83272759", + "canonicalBytes": 115, + "canonicalSHA256": "66847b8415e3faa03805107498446938abcd91709f6606fe6c976877f189a04c", + "canonicalGitBlob": "9ca50e518b3fca98d018f3c0f526622e8ff9071a", + "checkoutNormalization": "crlf-to-lf", + "gitFilterProof": { + "actualRawFilteredBlob": "9ca50e518b3fca98d018f3c0f526622e8ff9071a", + "CRLFVariantFilteredBlob": "9ca50e518b3fca98d018f3c0f526622e8ff9071a" + } + }, + { + "path": "src/walkthrough.collab.data.js", + "rawBytes": 61072, + "rawSHA256": "f6bee0827076bb5d08f77eeea81cc6d0ce427fa165128b6b6c279a513a4a06d4", + "rawGitBlob": "a13318afa4bda9f24e5f050e17bf62eed0c979a6", + "canonicalBytes": 61072, + "canonicalSHA256": "f6bee0827076bb5d08f77eeea81cc6d0ce427fa165128b6b6c279a513a4a06d4", + "canonicalGitBlob": "a13318afa4bda9f24e5f050e17bf62eed0c979a6", + "checkoutNormalization": "crlf-to-lf", + "gitFilterProof": { + "actualRawFilteredBlob": "a13318afa4bda9f24e5f050e17bf62eed0c979a6", + "CRLFVariantFilteredBlob": "a13318afa4bda9f24e5f050e17bf62eed0c979a6" + } + }, + { + "path": "src/walkthrough.data.js", + "rawBytes": 2307, + "rawSHA256": "4bb522982217ff452dea69c44e63706650cc1a3558cb461969222d448430d087", + "rawGitBlob": "1de868e83698e95cc3fc397a8bf3f0cabc59e06a", + "canonicalBytes": 2229, + "canonicalSHA256": "5b33c5566681b1853dc756ae8be0a8d80a5f48e05d7b8e683b67de8fc5899b58", + "canonicalGitBlob": "248e43945eb23c43279ed56b0a7d7a6dc5f8c8e4", + "checkoutNormalization": "crlf-to-lf", + "gitFilterProof": { + "actualRawFilteredBlob": "248e43945eb23c43279ed56b0a7d7a6dc5f8c8e4", + "CRLFVariantFilteredBlob": "248e43945eb23c43279ed56b0a7d7a6dc5f8c8e4" + } + }, + { + "path": "src/walkthrough.roomos.data.js", + "rawBytes": 37481, + "rawSHA256": "f193c1b30464274bcbf1a41daa9c092492f45531d90d63f1cc198602f5060941", + "rawGitBlob": "58552b90490990a44c15961841a67edcd9bf9de5", + "canonicalBytes": 36208, + "canonicalSHA256": "7698d275ab3ab4d21e92848d55a1211b857350b2b5ef23e75c5c6ee0fdcb1863", + "canonicalGitBlob": "f08faa12ca72c956729f538a82affead60deb88b", + "checkoutNormalization": "crlf-to-lf", + "gitFilterProof": { + "actualRawFilteredBlob": "f08faa12ca72c956729f538a82affead60deb88b", + "CRLFVariantFilteredBlob": "f08faa12ca72c956729f538a82affead60deb88b" + } + }, + { + "path": "src/walkthrough.visual.data.js", + "rawBytes": 5748, + "rawSHA256": "0241dae69dad76608edea2ee6ed2664c5236107c0fcc0b527eb4b9803c70cff1", + "rawGitBlob": "d51c7052f173a6e0817d053da5e30b82e4e16a95", + "canonicalBytes": 5539, + "canonicalSHA256": "7df11cf7fba8a772c4a12652516c0feb99dd8b4dca873b7d9b34bdc916d52ff3", + "canonicalGitBlob": "8b80dd527dd2249cada41d9c3c2e6f7da52f6605", + "checkoutNormalization": "crlf-to-lf", + "gitFilterProof": { + "actualRawFilteredBlob": "8b80dd527dd2249cada41d9c3c2e6f7da52f6605", + "CRLFVariantFilteredBlob": "8b80dd527dd2249cada41d9c3c2e6f7da52f6605" + } + }, + { + "path": "walkthrough.collab.mjs", + "rawBytes": 18112, + "rawSHA256": "0bdd6f4180fc83f4f160f20c9dd20b63bc567772f3f6fda3ef7955d86add7e2c", + "rawGitBlob": "7f85e28ef2698bfacaf44c356061f58344dfaf7b", + "canonicalBytes": 17776, + "canonicalSHA256": "61b7ec9519be81cb8fdcc6944d64e88cc7e6dd789a03aa4914e8c9b416e15ef3", + "canonicalGitBlob": "27f9b12ec53aeb4834dbe696c3ed50c333154459", + "checkoutNormalization": "crlf-to-lf", + "gitFilterProof": { + "actualRawFilteredBlob": "27f9b12ec53aeb4834dbe696c3ed50c333154459", + "CRLFVariantFilteredBlob": "27f9b12ec53aeb4834dbe696c3ed50c333154459" + } + }, + { + "path": "walkthrough.collab.specs.mjs", + "rawBytes": 5719, + "rawSHA256": "b35a04076067f484820fb668dec105f871d2036542dabec2c05789d5cb3f3ce4", + "rawGitBlob": "9e981a3863d1cfafe4594612ccd41165d6052265", + "canonicalBytes": 5611, + "canonicalSHA256": "c1f07732c1ef584a673cc9e1b724162e61f8b799ac4f3ef2076ec8ed9b19cc10", + "canonicalGitBlob": "40dc57e18bbeefd35f397ec7521a3209fd0eeed2", + "checkoutNormalization": "crlf-to-lf", + "gitFilterProof": { + "actualRawFilteredBlob": "40dc57e18bbeefd35f397ec7521a3209fd0eeed2", + "CRLFVariantFilteredBlob": "40dc57e18bbeefd35f397ec7521a3209fd0eeed2" + } + } + ] +} diff --git a/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/omissions.json b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/omissions.json new file mode 100644 index 0000000..c3ab7f8 --- /dev/null +++ b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/omissions.json @@ -0,0 +1,35 @@ +{ + "groups": [ + { + "origin": "fcs-dependency-install-02/manifest.json", + "bytes": 4240, + "sha256": "87e23359ab1d9113a135b9e59c2d8602293dd67106200695d505f74fafedc149" + }, + { + "origin": "fcs-dependency-render-01/01-checks/manifest.json", + "bytes": 4254, + "sha256": "e61403a9efd2663f7e2e14b32234e904ca4e64752b5e2174616ae1e41a70c475" + }, + { + "origin": "fcs-dependency-render-01/02-stills/manifest.json", + "bytes": 43423, + "sha256": "ef8ea919436b7f3ed2ecda068a618fb719b6d31209201b607c53d79175651e11" + }, + { + "origin": "fcs-dependency-render-01/03-livesync/manifest.json", + "bytes": 117065, + "sha256": "d93c4b6a5419b85fc590424efb0285adb9866dcd0097de761176a66a7195a3c9" + }, + { + "origin": "fcs-dependency-render-01/04-legacy/manifest.json", + "bytes": 14842, + "sha256": "3c11a0eefcc44d5b8ab5d841a100740fb99a861883cb024e11796b4f96605893" + } + ], + "excluded": [ + "Private paths, environment requests, caches, full source inventories and PID histories", + "Unselected 44 stills and 117 encoded frame comparisons; their bounded native results are summarized, selected actual pixels supplied", + "No new capture, provider/model/voice requests, audio listening or human comprehension test" + ], + "lineage": "The four exact prior metadata files are inert lineage; their manifest describes the prior packet, not this directory." +} diff --git a/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/review/RECEIPT.json b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/review/RECEIPT.json new file mode 100644 index 0000000..7f31986 --- /dev/null +++ b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/review/RECEIPT.json @@ -0,0 +1,48 @@ +{ + "status": "APPROVED_DEPENDENCY_MEDIA_PARITY_FOR_FINITE_HANDOFF_PREPARATION", + "timeUtc": "2026-09-07T13:47:28.939434+00:00", + "request": "Judge actual dependency-updated LiveSync and default legacy media, decoded samples and preservation without rerender.", + "guard": "CLOSED_CANDIDATE_PRIMARY_SOURCE_AND_GIT_UNCHANGED", + "source": { + "candidateHead": "cc5ac9f2683c7318c1040af1d0b44123f0cd8bc1", + "candidateTree": "43c603ae9b6b80e538548a31d4bc88c19365df7d", + "candidateSourceFilesRehashed": 1021, + "primaryHead": "cc5ac9f2683c7318c1040af1d0b44123f0cd8bc1", + "primarySourceFilesRehashed": 1021, + "candidateIndexRefsWorktreesStatusExact": true, + "primaryIndexRefsWorktreesStatusExact": true, + "dirtyOperatorProbes": "Preserved within exact candidate source bindings/status; no source metadata edit was made by reviewer." + }, + "verification": { + "rawPayloadsRehashed": 830, + "nativeCommands": 138, + "savedPNGDecodedComparisons": 122, + "liveSyncMovieSamples": 59, + "liveSyncGIFSamples": 58, + "defaultLegacySamples": 5, + "allComparedRGBAExact": true, + "ownedPIDCreationTimeIdentitiesRechecked": 560, + "sameIdentitiesRemaining": 0 + }, + "media": "native-media-verification.json", + "directlyViewedCurrentPNGs": [ + "03-livesync/movie-432.png", + "03-livesync/movie-587.png", + "03-livesync/gif-216.png", + "03-livesync/gif-293.png", + "04-legacy/legacy-285.png", + "04-legacy/legacy-571.png" + ], + "pixelJudgment": "LiveSync target text, Client A/B labels, local fixed-text/in-memory disclosure and final matching state retain accepted readability. Long-card bottom clearance remains tight but visible, and the neighboring Ana card clips above the chosen focus. Actual palette GIF216/293 remains readable at720x405. Default WT-NodeRoom retains caption-over-content and low-contrast result prose, visibly present at571; equality does not resolve those historical defects.", + "claimBoundary": "LiveSync588 video frames at30fps =19.6s; MP4 container19.648s including AAC. GIF294frames at15fps has19.59s duration. Default1142 video frames give38.066667s; MP4 container38.122667s including AAC. All media decoded with empty error output. GIF bytes match the accepted historical GIF exactly. Both MP4 hashes differ from their retained references despite equal byte sizes; only selected decoded-frame parity is asserted, not whole MP4 byte identity or all-frame pixel equality.", + "decision": "Release the finite dependency HANDOFF/source-binding/evidence update preparation. Actual proposed document/packet bytes, raw-versus-derived publication treatment and staged/committed tree need their own bounded review. No full product/readability upgrade, source transfer, push or deploy is approved by this media judgment.", + "limits": [ + "No renderer, capture, browser, install or suite rerun by reviewer. Pillow decoded saved PNGs; native full decode logs were inspected.", + "Audio streams were not listened to or semantically evaluated. No continuous-motion, timing smoothness, human-perception or performance claim from saved stills.", + "No fresh responsive app proof, provider behavior, waitText contract fix or default-example readability repair. Earlier44 criterion values/full null grades stay unchanged.", + "Dependency audit/install security findings are separately source-bound; no security certification from image equality.", + "Historical captures and reference media remain unchanged; current encoded outputs are new artifacts." + ], + "fullGrades": null, + "findings": [] +} diff --git a/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/review/native-media-verification.json b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/review/native-media-verification.json new file mode 100644 index 0000000..4d75894 --- /dev/null +++ b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/review/native-media-verification.json @@ -0,0 +1,171 @@ +[ + { + "stage": "03-livesync", + "receipt": { + "bytes": 65402, + "sha256": "66c59fbf788e43cd2ca0261ff353b5cb7a4956c17327787db9a25792dd94770a" + }, + "manifest": { + "bytes": 117065, + "sha256": "d93c4b6a5419b85fc590424efb0285adb9866dcd0097de761176a66a7195a3c9" + }, + "rawPayloads": 739, + "nativeCommands": 123, + "allNativeExitZero": true, + "allJobReceiptsValid": true, + "media": { + "mp4": { + "bytes": 2374634, + "sha256": "0f7415e7ad018d3e0c19f11170ead3c3a6b6adfd2cbbfe18d7e675a821f104c0" + }, + "gif": { + "bytes": 2772039, + "sha256": "406425fade2aaae2b06722a4d279214f43b6b1698f22ee6b9c8b175af9967648" + }, + "movieFrames": 588, + "gifFrames": 294, + "fullyDecoded": true + }, + "probes": [ + { + "name": "livesync", + "video": { + "codec_name": "h264", + "width": 1920, + "height": 1080, + "pix_fmt": "yuvj420p", + "r_frame_rate": "30/1", + "avg_frame_rate": "30/1", + "duration": "19.600000", + "nb_frames": "588" + }, + "containerDuration": "19.648000", + "streams": [ + { + "codec_type": "video", + "codec_name": "h264", + "duration": "19.600000" + }, + { + "codec_type": "audio", + "codec_name": "aac", + "duration": "19.648000" + } + ], + "fullDecodeExit": 0, + "fullDecodeErrorBytes": 0 + }, + { + "name": "gif", + "video": { + "codec_name": "gif", + "width": 720, + "height": 405, + "pix_fmt": "bgra", + "r_frame_rate": "15/1", + "avg_frame_rate": "15/1", + "duration": "19.590000", + "nb_frames": "294" + }, + "containerDuration": "19.590000", + "streams": [ + { + "codec_type": "video", + "codec_name": "gif", + "duration": "19.590000" + } + ], + "fullDecodeExit": 0, + "fullDecodeErrorBytes": 0 + } + ], + "samplePairs": 117 + }, + { + "stage": "04-legacy", + "receipt": { + "bytes": 7302, + "sha256": "70882a4d3b51e0bd68d8c1cb16237c4dc198a981c4353b089d60a6dbb3a02ed0" + }, + "manifest": { + "bytes": 14842, + "sha256": "3c11a0eefcc44d5b8ab5d841a100740fb99a861883cb024e11796b4f96605893" + }, + "rawPayloads": 91, + "nativeCommands": 15, + "allNativeExitZero": true, + "allJobReceiptsValid": true, + "media": { + "mp4": { + "bytes": 5777972, + "sha256": "844778917cb21252c8a1e42583465740e408d75bc729255a9c591d3ac9966515" + }, + "frames": 1142, + "fullyDecoded": true, + "retainedExample": { + "bytes": 5777972, + "sha256": "871e973ff7675dbae31ef6194e8feddaac97fda58cb12e7ce30da74b2d684e3f" + }, + "defaultReadability": "Historical limitations remain; reproduction is not quality certification" + }, + "probes": [ + { + "name": "legacy", + "video": { + "codec_name": "h264", + "width": 1920, + "height": 1080, + "pix_fmt": "yuvj420p", + "r_frame_rate": "30/1", + "avg_frame_rate": "30/1", + "duration": "38.066667", + "nb_frames": "1142" + }, + "containerDuration": "38.122667", + "streams": [ + { + "codec_type": "video", + "codec_name": "h264", + "duration": "38.066667" + }, + { + "codec_type": "audio", + "codec_name": "aac", + "duration": "38.122667" + } + ], + "fullDecodeExit": 0, + "fullDecodeErrorBytes": 0 + }, + { + "name": "retained-example", + "video": { + "codec_name": "h264", + "width": 1920, + "height": 1080, + "pix_fmt": "yuvj420p", + "r_frame_rate": "30/1", + "avg_frame_rate": "30/1", + "duration": "38.066667", + "nb_frames": "1142" + }, + "containerDuration": "38.122667", + "streams": [ + { + "codec_type": "video", + "codec_name": "h264", + "duration": "38.066667" + }, + { + "codec_type": "audio", + "codec_name": "aac", + "duration": "38.122667" + } + ], + "fullDecodeExit": 0, + "fullDecodeErrorBytes": 0 + } + ], + "samplePairs": 5 + } +] diff --git a/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/setup/installed-identities.json b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/setup/installed-identities.json new file mode 100644 index 0000000..63109c5 --- /dev/null +++ b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/setup/installed-identities.json @@ -0,0 +1,59 @@ +{ + "direct": { + "@remotion/cli": { + "binding": { + "bytes": 1985, + "sha256": "2d17c67cf8780d607db4f26fc7a2aa38aec0d84aca763113566f53e145cb0893" + }, + "version": "4.0.479" + }, + "remotion": { + "binding": { + "bytes": 2117, + "sha256": "eb13a411270a8ad51de6d878966865051252a509526d4feb703f30a6bf31ff8f" + }, + "version": "4.0.479" + }, + "react": { + "binding": { + "bytes": 999, + "sha256": "d4e68a5c96babb20cad1daafea8b78822eae45b341552cf5418d06a5304fa64c" + }, + "version": "18.3.1" + }, + "react-dom": { + "binding": { + "bytes": 1353, + "sha256": "d2f29e31bd48b833e48cd7bbf41f192e8ee4ff8da249fdbe10d4ac4114b8b12e" + }, + "version": "18.3.1" + }, + "playwright": { + "binding": { + "bytes": 1559, + "sha256": "8be9edc5642a8c761b677e7af8b9937f36c0443a91e14765877716d70034e5bf" + }, + "version": "1.60.0" + } + }, + "cohort": { + "@remotion/bundler": "4.0.479", + "@remotion/canvas-capture": "4.0.479", + "@remotion/cli": "4.0.479", + "@remotion/compositor-win32-x64-msvc": "4.0.479", + "@remotion/licensing": "4.0.479", + "@remotion/media-parser": "4.0.479", + "@remotion/media-utils": "4.0.479", + "@remotion/player": "4.0.479", + "@remotion/renderer": "4.0.479", + "@remotion/streaming": "4.0.479", + "@remotion/studio": "4.0.479", + "@remotion/studio-server": "4.0.479", + "@remotion/studio-shared": "4.0.479", + "@remotion/timeline-utils": "4.0.479", + "@remotion/web-renderer": "4.0.479", + "@remotion/zod-types": "4.0.479" + }, + "auditFindings": 0, + "remotionVersion": "4.0.479" +} diff --git a/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/setup/npm-audit.stdout.txt b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/setup/npm-audit.stdout.txt new file mode 100644 index 0000000..44fbdf0 --- /dev/null +++ b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/setup/npm-audit.stdout.txt @@ -0,0 +1,22 @@ +{ + "auditReportVersion": 2, + "vulnerabilities": {}, + "metadata": { + "vulnerabilities": { + "info": 0, + "low": 0, + "moderate": 0, + "high": 0, + "critical": 0, + "total": 0 + }, + "dependencies": { + "prod": 182, + "dev": 3, + "optional": 49, + "peer": 0, + "peerOptional": 0, + "total": 232 + } + } +} diff --git a/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/setup/npm-ci.stdout.txt b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/setup/npm-ci.stdout.txt new file mode 100644 index 0000000..768811e --- /dev/null +++ b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/setup/npm-ci.stdout.txt @@ -0,0 +1,2 @@ + +added 186 packages in 12s diff --git a/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/setup/remotion-versions.stdout.txt b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/setup/remotion-versions.stdout.txt new file mode 100644 index 0000000..ef48ecb --- /dev/null +++ b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/setup/remotion-versions.stdout.txt @@ -0,0 +1,25 @@ +Node.JS = v22.22.2, OS = win32 + +On version: 4.0.479 +- @remotion/bundler +- @remotion/canvas-capture +- @remotion/cli +- @remotion/compositor-win32-x64-msvc +- remotion +- @remotion/licensing +- @remotion/media-utils +- @remotion/player +- @remotion/renderer +- @remotion/streaming +- @remotion/studio-server +- @remotion/studio-shared +- @remotion/studio +- @remotion/timeline-utils +- @remotion/media-parser +- @remotion/zod-types +- @remotion/web-renderer + +Extra packages: +- zod@4.3.6 + +All packages have the correct version. diff --git a/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/stage-summary.json b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/stage-summary.json new file mode 100644 index 0000000..30817b6 --- /dev/null +++ b/promotion/evidence/local-livesync-handoff-20260907/dependency-20260907/stage-summary.json @@ -0,0 +1,1037 @@ +{ + "schema": "fcs-dependency-evidence/v1", + "kind": "authored-minimized-summary", + "stages": { + "install": { + "origin": "fcs-dependency-install-02/RECEIPT.json", + "originBinding": { + "bytes": 1361, + "sha256": "b2423d1b3c4f0466df43c3a072c2db362aa231571c9ef0145cf64024563d6120" + }, + "status": "PASS_INSTALLED_COHORT_AUDIT_ZERO_RENDER_PENDING", + "commands": [ + { + "name": "npm-ci", + "seconds": 12.843, + "exitCode": 0 + }, + { + "name": "npm-audit", + "seconds": 1.156, + "exitCode": 0 + }, + { + "name": "remotion-versions", + "seconds": 46.89, + "exitCode": 0 + } + ], + "sourceFilesPerCheckout": 1021, + "closureErrors": [] + }, + "checks": { + "origin": "fcs-dependency-render-01/01-checks/RECEIPT.json", + "originBinding": { + "bytes": 1260, + "sha256": "16333d1d520e0c83c4b1cadc9aef5f32a0ee3ee6d8e3db66c74fe3161aa1a8bc" + }, + "status": "PASS_NORMAL_CHECK_MAXPATH_BROWSER_READY", + "commands": [ + { + "name": "normal-check", + "seconds": 2.14, + "exitCode": 0 + }, + { + "name": "maxpath", + "seconds": 3.282, + "exitCode": 0 + }, + { + "name": "browser-ensure", + "seconds": 6.141, + "exitCode": 0 + }, + { + "name": "browser-version", + "seconds": 1.828, + "exitCode": 0 + } + ], + "sourceFilesPerCheckout": 1021, + "closureErrors": [], + "maxPathOriginalRestored": true + }, + "stills": { + "origin": "fcs-dependency-render-01/02-stills/RECEIPT.json", + "originBinding": { + "bytes": 20542, + "sha256": "bb52ec99f51c18654026a21e9a0d1ba78fe0499ced619ca97ed33dba66c559bc" + }, + "status": "PASS_STILLS_AWAITING_PIXEL_REVIEW", + "commands": [ + { + "name": "WTC-NRsolo-0", + "seconds": 29.781, + "exitCode": 0 + }, + { + "name": "WTC-NRsolo-34", + "seconds": 5.968, + "exitCode": 0 + }, + { + "name": "WTC-NRsync-0", + "seconds": 5.969, + "exitCode": 0 + }, + { + "name": "WTC-NRsync-34", + "seconds": 5.953, + "exitCode": 0 + }, + { + "name": "WTC-LiveSync3-0", + "seconds": 5.938, + "exitCode": 0 + }, + { + "name": "WTC-LiveSync3-34", + "seconds": 5.844, + "exitCode": 0 + }, + { + "name": "WTC-TShero-0", + "seconds": 5.718, + "exitCode": 0 + }, + { + "name": "WTC-TShero-34", + "seconds": 5.922, + "exitCode": 0 + }, + { + "name": "LiveSync-0", + "seconds": 5.937, + "exitCode": 0 + }, + { + "name": "scale-0", + "seconds": 1.812, + "exitCode": 0 + }, + { + "name": "LiveSync-4", + "seconds": 5.859, + "exitCode": 0 + }, + { + "name": "scale-4", + "seconds": 0.468, + "exitCode": 0 + }, + { + "name": "LiveSync-26", + "seconds": 6.0, + "exitCode": 0 + }, + { + "name": "scale-26", + "seconds": 0.453, + "exitCode": 0 + }, + { + "name": "LiveSync-96", + "seconds": 5.937, + "exitCode": 0 + }, + { + "name": "scale-96", + "seconds": 0.484, + "exitCode": 0 + }, + { + "name": "LiveSync-156", + "seconds": 5.828, + "exitCode": 0 + }, + { + "name": "scale-156", + "seconds": 0.484, + "exitCode": 0 + }, + { + "name": "LiveSync-184", + "seconds": 5.937, + "exitCode": 0 + }, + { + "name": "scale-184", + "seconds": 0.469, + "exitCode": 0 + }, + { + "name": "LiveSync-200", + "seconds": 5.86, + "exitCode": 0 + }, + { + "name": "scale-200", + "seconds": 0.469, + "exitCode": 0 + }, + { + "name": "LiveSync-210", + "seconds": 5.969, + "exitCode": 0 + }, + { + "name": "scale-210", + "seconds": 0.469, + "exitCode": 0 + }, + { + "name": "LiveSync-294", + "seconds": 5.859, + "exitCode": 0 + }, + { + "name": "scale-294", + "seconds": 0.453, + "exitCode": 0 + }, + { + "name": "LiveSync-372", + "seconds": 5.938, + "exitCode": 0 + }, + { + "name": "scale-372", + "seconds": 0.469, + "exitCode": 0 + }, + { + "name": "LiveSync-402", + "seconds": 6.109, + "exitCode": 0 + }, + { + "name": "scale-402", + "seconds": 0.469, + "exitCode": 0 + }, + { + "name": "LiveSync-408", + "seconds": 6.015, + "exitCode": 0 + }, + { + "name": "scale-408", + "seconds": 0.5, + "exitCode": 0 + }, + { + "name": "LiveSync-418", + "seconds": 6.0, + "exitCode": 0 + }, + { + "name": "scale-418", + "seconds": 0.453, + "exitCode": 0 + }, + { + "name": "LiveSync-428", + "seconds": 5.968, + "exitCode": 0 + }, + { + "name": "scale-428", + "seconds": 0.469, + "exitCode": 0 + }, + { + "name": "LiveSync-432", + "seconds": 5.922, + "exitCode": 0 + }, + { + "name": "scale-432", + "seconds": 0.484, + "exitCode": 0 + }, + { + "name": "LiveSync-491", + "seconds": 6.062, + "exitCode": 0 + }, + { + "name": "scale-491", + "seconds": 0.484, + "exitCode": 0 + }, + { + "name": "LiveSync-518", + "seconds": 6.015, + "exitCode": 0 + }, + { + "name": "scale-518", + "seconds": 0.469, + "exitCode": 0 + }, + { + "name": "LiveSync-587", + "seconds": 5.906, + "exitCode": 0 + }, + { + "name": "scale-587", + "seconds": 0.469, + "exitCode": 0 + } + ], + "sourceFilesPerCheckout": 1021, + "closureErrors": [], + "decodedComparisonsExact": 44, + "comparisonsBinding": { + "bytes": 15023, + "sha256": "c3164e525ea391e034157fec3febbb20b22a86e300db6dd8af4fc3a48cb16023" + } + }, + "livesync": { + "origin": "fcs-dependency-render-01/03-livesync/RECEIPT.json", + "originBinding": { + "bytes": 65402, + "sha256": "66c59fbf788e43cd2ca0261ff353b5cb7a4956c17327787db9a25792dd94770a" + }, + "status": "PASS_ENCODED_DECODED_MEDIA_AWAITING_REVIEW", + "commands": [ + { + "name": "render-livesync", + "seconds": 27.422, + "exitCode": 0 + }, + { + "name": "livesync-probe", + "seconds": 3.484, + "exitCode": 0 + }, + { + "name": "livesync-decode", + "seconds": 0.5, + "exitCode": 0 + }, + { + "name": "documented-gif", + "seconds": 1.86, + "exitCode": 0 + }, + { + "name": "gif-probe", + "seconds": 0.235, + "exitCode": 0 + }, + { + "name": "gif-decode", + "seconds": 0.469, + "exitCode": 0 + }, + { + "name": "movie-0", + "seconds": 0.359, + "exitCode": 0 + }, + { + "name": "movie-4", + "seconds": 0.359, + "exitCode": 0 + }, + { + "name": "movie-6", + "seconds": 0.359, + "exitCode": 0 + }, + { + "name": "movie-16", + "seconds": 0.359, + "exitCode": 0 + }, + { + "name": "movie-26", + "seconds": 0.375, + "exitCode": 0 + }, + { + "name": "movie-69", + "seconds": 0.375, + "exitCode": 0 + }, + { + "name": "movie-70", + "seconds": 0.391, + "exitCode": 0 + }, + { + "name": "movie-76", + "seconds": 0.375, + "exitCode": 0 + }, + { + "name": "movie-86", + "seconds": 0.469, + "exitCode": 0 + }, + { + "name": "movie-96", + "seconds": 0.359, + "exitCode": 0 + }, + { + "name": "movie-129", + "seconds": 0.375, + "exitCode": 0 + }, + { + "name": "movie-130", + "seconds": 0.375, + "exitCode": 0 + }, + { + "name": "movie-136", + "seconds": 0.375, + "exitCode": 0 + }, + { + "name": "movie-146", + "seconds": 0.36, + "exitCode": 0 + }, + { + "name": "movie-147", + "seconds": 0.359, + "exitCode": 0 + }, + { + "name": "movie-156", + "seconds": 0.359, + "exitCode": 0 + }, + { + "name": "movie-183", + "seconds": 0.39, + "exitCode": 0 + }, + { + "name": "movie-184", + "seconds": 0.36, + "exitCode": 0 + }, + { + "name": "movie-190", + "seconds": 0.39, + "exitCode": 0 + }, + { + "name": "movie-196", + "seconds": 0.375, + "exitCode": 0 + }, + { + "name": "movie-200", + "seconds": 0.359, + "exitCode": 0 + }, + { + "name": "movie-202", + "seconds": 0.375, + "exitCode": 0 + }, + { + "name": "movie-208", + "seconds": 0.469, + "exitCode": 0 + }, + { + "name": "movie-210", + "seconds": 0.359, + "exitCode": 0 + }, + { + "name": "movie-214", + "seconds": 0.375, + "exitCode": 0 + }, + { + "name": "movie-220", + "seconds": 0.375, + "exitCode": 0 + }, + { + "name": "movie-226", + "seconds": 0.359, + "exitCode": 0 + }, + { + "name": "movie-232", + "seconds": 0.359, + "exitCode": 0 + }, + { + "name": "movie-238", + "seconds": 0.375, + "exitCode": 0 + }, + { + "name": "movie-267", + "seconds": 0.375, + "exitCode": 0 + }, + { + "name": "movie-268", + "seconds": 0.375, + "exitCode": 0 + }, + { + "name": "movie-274", + "seconds": 0.391, + "exitCode": 0 + }, + { + "name": "movie-284", + "seconds": 0.375, + "exitCode": 0 + }, + { + "name": "movie-294", + "seconds": 0.375, + "exitCode": 0 + }, + { + "name": "movie-345", + "seconds": 0.407, + "exitCode": 0 + }, + { + "name": "movie-346", + "seconds": 0.375, + "exitCode": 0 + }, + { + "name": "movie-352", + "seconds": 0.375, + "exitCode": 0 + }, + { + "name": "movie-362", + "seconds": 0.375, + "exitCode": 0 + }, + { + "name": "movie-372", + "seconds": 0.375, + "exitCode": 0 + }, + { + "name": "movie-401", + "seconds": 0.375, + "exitCode": 0 + }, + { + "name": "movie-402", + "seconds": 0.391, + "exitCode": 0 + }, + { + "name": "movie-408", + "seconds": 0.375, + "exitCode": 0 + }, + { + "name": "movie-414", + "seconds": 0.484, + "exitCode": 0 + }, + { + "name": "movie-418", + "seconds": 0.5, + "exitCode": 0 + }, + { + "name": "movie-420", + "seconds": 0.391, + "exitCode": 0 + }, + { + "name": "movie-426", + "seconds": 0.5, + "exitCode": 0 + }, + { + "name": "movie-428", + "seconds": 0.484, + "exitCode": 0 + }, + { + "name": "movie-432", + "seconds": 0.375, + "exitCode": 0 + }, + { + "name": "movie-437", + "seconds": 0.375, + "exitCode": 0 + }, + { + "name": "movie-443", + "seconds": 0.515, + "exitCode": 0 + }, + { + "name": "movie-449", + "seconds": 0.485, + "exitCode": 0 + }, + { + "name": "movie-455", + "seconds": 0.375, + "exitCode": 0 + }, + { + "name": "movie-461", + "seconds": 0.5, + "exitCode": 0 + }, + { + "name": "movie-491", + "seconds": 0.5, + "exitCode": 0 + }, + { + "name": "movie-492", + "seconds": 0.39, + "exitCode": 0 + }, + { + "name": "movie-498", + "seconds": 0.485, + "exitCode": 0 + }, + { + "name": "movie-508", + "seconds": 0.485, + "exitCode": 0 + }, + { + "name": "movie-518", + "seconds": 0.5, + "exitCode": 0 + }, + { + "name": "movie-587", + "seconds": 0.516, + "exitCode": 0 + }, + { + "name": "gif-0", + "seconds": 0.25, + "exitCode": 0 + }, + { + "name": "gif-2", + "seconds": 0.234, + "exitCode": 0 + }, + { + "name": "gif-3", + "seconds": 0.234, + "exitCode": 0 + }, + { + "name": "gif-8", + "seconds": 0.234, + "exitCode": 0 + }, + { + "name": "gif-13", + "seconds": 0.344, + "exitCode": 0 + }, + { + "name": "gif-34", + "seconds": 0.235, + "exitCode": 0 + }, + { + "name": "gif-35", + "seconds": 0.25, + "exitCode": 0 + }, + { + "name": "gif-38", + "seconds": 0.234, + "exitCode": 0 + }, + { + "name": "gif-43", + "seconds": 0.25, + "exitCode": 0 + }, + { + "name": "gif-48", + "seconds": 0.25, + "exitCode": 0 + }, + { + "name": "gif-64", + "seconds": 0.344, + "exitCode": 0 + }, + { + "name": "gif-65", + "seconds": 0.234, + "exitCode": 0 + }, + { + "name": "gif-68", + "seconds": 0.36, + "exitCode": 0 + }, + { + "name": "gif-73", + "seconds": 0.36, + "exitCode": 0 + }, + { + "name": "gif-78", + "seconds": 0.36, + "exitCode": 0 + }, + { + "name": "gif-91", + "seconds": 0.36, + "exitCode": 0 + }, + { + "name": "gif-92", + "seconds": 0.422, + "exitCode": 0 + }, + { + "name": "gif-95", + "seconds": 0.359, + "exitCode": 0 + }, + { + "name": "gif-98", + "seconds": 0.359, + "exitCode": 0 + }, + { + "name": "gif-100", + "seconds": 0.359, + "exitCode": 0 + }, + { + "name": "gif-101", + "seconds": 0.375, + "exitCode": 0 + }, + { + "name": "gif-104", + "seconds": 0.375, + "exitCode": 0 + }, + { + "name": "gif-105", + "seconds": 0.39, + "exitCode": 0 + }, + { + "name": "gif-107", + "seconds": 0.375, + "exitCode": 0 + }, + { + "name": "gif-110", + "seconds": 0.375, + "exitCode": 0 + }, + { + "name": "gif-113", + "seconds": 0.375, + "exitCode": 0 + }, + { + "name": "gif-116", + "seconds": 0.5, + "exitCode": 0 + }, + { + "name": "gif-119", + "seconds": 0.375, + "exitCode": 0 + }, + { + "name": "gif-133", + "seconds": 0.359, + "exitCode": 0 + }, + { + "name": "gif-134", + "seconds": 0.359, + "exitCode": 0 + }, + { + "name": "gif-137", + "seconds": 0.468, + "exitCode": 0 + }, + { + "name": "gif-142", + "seconds": 0.375, + "exitCode": 0 + }, + { + "name": "gif-147", + "seconds": 0.359, + "exitCode": 0 + }, + { + "name": "gif-172", + "seconds": 0.359, + "exitCode": 0 + }, + { + "name": "gif-173", + "seconds": 0.36, + "exitCode": 0 + }, + { + "name": "gif-176", + "seconds": 0.375, + "exitCode": 0 + }, + { + "name": "gif-181", + "seconds": 0.359, + "exitCode": 0 + }, + { + "name": "gif-186", + "seconds": 0.375, + "exitCode": 0 + }, + { + "name": "gif-200", + "seconds": 0.5, + "exitCode": 0 + }, + { + "name": "gif-201", + "seconds": 0.359, + "exitCode": 0 + }, + { + "name": "gif-204", + "seconds": 0.36, + "exitCode": 0 + }, + { + "name": "gif-207", + "seconds": 0.359, + "exitCode": 0 + }, + { + "name": "gif-209", + "seconds": 0.359, + "exitCode": 0 + }, + { + "name": "gif-210", + "seconds": 0.36, + "exitCode": 0 + }, + { + "name": "gif-213", + "seconds": 0.375, + "exitCode": 0 + }, + { + "name": "gif-214", + "seconds": 0.359, + "exitCode": 0 + }, + { + "name": "gif-216", + "seconds": 0.359, + "exitCode": 0 + }, + { + "name": "gif-218", + "seconds": 0.359, + "exitCode": 0 + }, + { + "name": "gif-221", + "seconds": 0.359, + "exitCode": 0 + }, + { + "name": "gif-224", + "seconds": 0.375, + "exitCode": 0 + }, + { + "name": "gif-227", + "seconds": 0.36, + "exitCode": 0 + }, + { + "name": "gif-230", + "seconds": 0.453, + "exitCode": 0 + }, + { + "name": "gif-245", + "seconds": 0.39, + "exitCode": 0 + }, + { + "name": "gif-246", + "seconds": 0.344, + "exitCode": 0 + }, + { + "name": "gif-249", + "seconds": 0.375, + "exitCode": 0 + }, + { + "name": "gif-254", + "seconds": 0.359, + "exitCode": 0 + }, + { + "name": "gif-259", + "seconds": 0.484, + "exitCode": 0 + }, + { + "name": "gif-293", + "seconds": 0.469, + "exitCode": 0 + } + ], + "sourceFilesPerCheckout": 1021, + "closureErrors": [], + "pixelComparisons": 117, + "decodedComparisonsExact": 117, + "comparisonsBinding": { + "bytes": 74114, + "sha256": "8200d6a7797e38e9925ae0223e9d474d2178a49d6933c041699dc219e1bbecac" + } + }, + "legacy": { + "origin": "fcs-dependency-render-01/04-legacy/RECEIPT.json", + "originBinding": { + "bytes": 7302, + "sha256": "70882a4d3b51e0bd68d8c1cb16237c4dc198a981c4353b089d60a6dbb3a02ed0" + }, + "status": "PASS_ENCODED_DECODED_MEDIA_AWAITING_REVIEW", + "commands": [ + { + "name": "render-legacy", + "seconds": 48.531, + "exitCode": 0 + }, + { + "name": "legacy-probe", + "seconds": 0.234, + "exitCode": 0 + }, + { + "name": "legacy-decode", + "seconds": 0.641, + "exitCode": 0 + }, + { + "name": "retained-example-probe", + "seconds": 0.235, + "exitCode": 0 + }, + { + "name": "retained-example-decode", + "seconds": 0.625, + "exitCode": 0 + }, + { + "name": "retained-0", + "seconds": 0.343, + "exitCode": 0 + }, + { + "name": "legacy-0", + "seconds": 0.359, + "exitCode": 0 + }, + { + "name": "retained-4", + "seconds": 0.344, + "exitCode": 0 + }, + { + "name": "legacy-4", + "seconds": 0.344, + "exitCode": 0 + }, + { + "name": "retained-285", + "seconds": 0.375, + "exitCode": 0 + }, + { + "name": "legacy-285", + "seconds": 0.375, + "exitCode": 0 + }, + { + "name": "retained-571", + "seconds": 0.485, + "exitCode": 0 + }, + { + "name": "legacy-571", + "seconds": 0.484, + "exitCode": 0 + }, + { + "name": "retained-1141", + "seconds": 0.609, + "exitCode": 0 + }, + { + "name": "legacy-1141", + "seconds": 0.641, + "exitCode": 0 + } + ], + "sourceFilesPerCheckout": 1021, + "closureErrors": [], + "pixelComparisons": 5, + "decodedComparisonsExact": 5, + "comparisonsBinding": { + "bytes": 2864, + "sha256": "e54160aea1dce5ed057b233aefc7bfaf5225e433193f4d887dcf8862bb34cf5e" + } + } + }, + "audit": { + "reportedAffectedPackagesBefore": 12, + "reportedAffectedPackagesAfter": 0, + "timeBound": true, + "notAnExploitabilityOrFullSecurityAssessment": true + }, + "fullGrade": null, + "originalControllerAndCommandArgumentsRemainOperatorLocal": true +} diff --git a/promotion/evidence/local-livesync-handoff-20260907/manifest.json b/promotion/evidence/local-livesync-handoff-20260907/manifest.json index 2c2be64..5016839 100644 --- a/promotion/evidence/local-livesync-handoff-20260907/manifest.json +++ b/promotion/evidence/local-livesync-handoff-20260907/manifest.json @@ -1,696 +1,912 @@ -{ - "schema": "fcs-selected-evidence-manifest/v1", - "files": [ - { - "path": ".gitattributes", - "bytes": 9, - "sha256": "8b9c3028d6467ff3be7c793141927841d70f47f52d0590677438f488ca154992", - "gitBlob": "625449502ba4b4d7c229c6ccee42e3ec41cc780c" - }, - { - "path": "after-output/gif-0.png", - "bytes": 69971, - "sha256": "7d1a6004259387788d815b049f17e6ba70764389938657f22b8b27b458151ab2", - "gitBlob": "d428de5b95825cdc5d6ccc117b4cc156917a1a08" - }, - { - "path": "after-output/gif-105.png", - "bytes": 51717, - "sha256": "3811256de7e9126e8435952858c78d1bdf4b66db709224f348146acdfe6569ee", - "gitBlob": "1e9d19edd7e652f84352c9742e201e14195e9048" - }, - { - "path": "after-output/gif-13.png", - "bytes": 73397, - "sha256": "a54cd91e516ec85e78a2f0f0ed1e49f54605f05f4c1995b0bd246f146fd16e6b", - "gitBlob": "8da85fa1f4d4ea20a486ad3834ee35080fc070b6" - }, - { - "path": "after-output/gif-147.png", - "bytes": 50905, - "sha256": "83812d5e087eb8cf6ef58c34b01b52b4dd4a222659aa921a8d5096c768e05e22", - "gitBlob": "f6a3d49a3c772c7f6e53a3d3e06120020f394d63" - }, - { - "path": "after-output/gif-186.png", - "bytes": 76240, - "sha256": "603372e3becb11b7b9479df7b892023a624c57c9eee55bf2b81228a57ba97043", - "gitBlob": "d9baace442b7ac85f8dfd89cc2d4daf4fa1feb9a" - }, - { - "path": "after-output/gif-201.png", - "bytes": 72022, - "sha256": "cd0c71876f41ca5664739c8bfb557d36f7d50f7bb8eeceb73f29e7c4256fa861", - "gitBlob": "d05ce6a38276d37ebb48e751a6deb5a92ddf0c06" - }, - { - "path": "after-output/gif-204.png", - "bytes": 75230, - "sha256": "ec3d85c21127980139b9095194e29c4f0dacca356360687493f7320d9a941714", - "gitBlob": "dbe048e51c918561103e9c6e06abd155e7ec3dcd" - }, - { - "path": "after-output/gif-210.png", - "bytes": 64383, - "sha256": "712b70119c50f2bca4dba9d93b9c1af99fab0158ca2dc301d0a3bc27be0d1beb", - "gitBlob": "69c0707897d3fe00851384a37d21a1dca080f22a" - }, - { - "path": "after-output/gif-216.png", - "bytes": 71097, - "sha256": "310cd10b6ceaad026d319473828f5504b4eee23b2e4b35305c6dc428b5759a21", - "gitBlob": "2d545ef39dc2cdc428296361b53ed8472afc49a8" - }, - { - "path": "after-output/gif-259.png", - "bytes": 72989, - "sha256": "f9277d00ea2a411ff80fc7c69de3387c84c9edfb1016a82bae6e6bf924101a5d", - "gitBlob": "5bfc2a0a06f2330b4d55f6bc19d5b7a1494fd130" - }, - { - "path": "after-output/gif-293.png", - "bytes": 73016, - "sha256": "1203538167ff51942b507d05391142772b0034f9a3423e6971865772d8d03fb3", - "gitBlob": "a49d63c66e442261ed04d09a46cf16d665de4e3d" - }, - { - "path": "after-output/gif-48.png", - "bytes": 77084, - "sha256": "0fe14996174cb39f6b6a9a14e44b6a596dc97face9acb28a039e5f3ecadc5457", - "gitBlob": "8c6dc66931e0c8435df0602f5de34b2f67cd1a41" - }, - { - "path": "after-output/gif-78.png", - "bytes": 76323, - "sha256": "ed299db2f33c8261df32ab60842260623b323543a02d9e8364839250a8c332bd", - "gitBlob": "8f6e3b0956e73abcff9a70d6742c473b2e95a5e6" - }, - { - "path": "after-output/movie-0.png", - "bytes": 449030, - "sha256": "181cd4d925a5f1bb1645d75357c04d58e1b816ade5624b8dd614611f81fb1da4", - "gitBlob": "3ebf61cae4e64f727af2cd6c030d5b7d09ef0286" - }, - { - "path": "after-output/movie-147.png", - "bytes": 512543, - "sha256": "a5c8875fced0460989322cf476485e485964ec1b7ace316325f386a22dfb797a", - "gitBlob": "997b4674e5a4e4f54175346ed272eef411ba1d95" - }, - { - "path": "after-output/movie-156.png", - "bytes": 516450, - "sha256": "b9f3ff3791015b83c710feca1bf1644ec98320dd36887cf941b5be2300b08c72", - "gitBlob": "ad2e05c8419b890486ddc1737cd7769af0cc06d7" - }, - { - "path": "after-output/movie-210.png", - "bytes": 304978, - "sha256": "283f6a9a3b4310ed32e7b0eeb420510d6437029666b4338a80ef916bbdec7db6", - "gitBlob": "8b71337871cdee704bdfe013cef7d211d05378fa" - }, - { - "path": "after-output/movie-26.png", - "bytes": 480813, - "sha256": "de3ace6e9d21b81ea7af5c713a000b79c18040b36d733ed7db28468a557e7c45", - "gitBlob": "f24ee568c45f074662de7542a015893b7cdfaafd" - }, - { - "path": "after-output/movie-294.png", - "bytes": 289199, - "sha256": "0c0d46c1c07a4d98fb7eb5c7026b00f67d44572be7a85aa88a2ec5b7360d6b40", - "gitBlob": "a9d059a3720f8a186ddcdc5ff3edc0137c8cabc2" - }, - { - "path": "after-output/movie-372.png", - "bytes": 506643, - "sha256": "2ad49cbc3cb519cffff293ef5a104b773263793c9d4f3356f1ce23e394003d89", - "gitBlob": "8f98a59cae4e8678f8b135ef31f7d6814f3942f7" - }, - { - "path": "after-output/movie-402.png", - "bytes": 467540, - "sha256": "83ac02498b8b713b0cc83460b2d009559cdc8560be8061b4e16ac9e71a3df747", - "gitBlob": "23513ebb7f89d5c7e4b5d422095ee192af8800e9" - }, - { - "path": "after-output/movie-408.png", - "bytes": 493764, - "sha256": "4f135552f905d3a29ea360945dabcb37b395871dcae936275a4adeb9c492cef8", - "gitBlob": "e3bed3f500fa5ec69a8c7c45b3c48f7619857d58" - }, - { - "path": "after-output/movie-420.png", - "bytes": 425302, - "sha256": "c02b3301b5ab2e1c9cf54ca899cc4841ef9fd5d0f7db17c39145bccbf2a1cf6d", - "gitBlob": "2459d2fbdd631f4bb0da308401a7330a4e6256f7" - }, - { - "path": "after-output/movie-432.png", - "bytes": 553961, - "sha256": "bfb055ea03da0b5aa564d59122bac4ad3198db09a1b964e15ebc9fc14ef06b37", - "gitBlob": "0b38aa825f8caadc2be44ececcc39e65453733fc" - }, - { - "path": "after-output/movie-518.png", - "bytes": 578710, - "sha256": "d18a89ec9f72f7fa05810036e4ce48813d380853066180d096f52d014508ee00", - "gitBlob": "75675179a22501ecaba2138ccdf963da90b585d6" - }, - { - "path": "after-output/movie-587.png", - "bytes": 578774, - "sha256": "105372737a0521a8deab9fca32cb9ba25e40e3845d8e7b20851521c99cd4aae7", - "gitBlob": "b9c89ae2a9bcb51a3fc277f599538ddaa2ecdce6" - }, - { - "path": "after-output/movie-96.png", - "bytes": 518760, - "sha256": "4a30488b5e8064adf7e5be51861587637b9ed9cc8c7de8b35f7ed29da24351b0", - "gitBlob": "89bb9ab770486ff92fcbcb7c96d4ae41a43f0c69" - }, - { - "path": "after-output/readable-livesync.gif", - "bytes": 2772039, - "sha256": "406425fade2aaae2b06722a4d279214f43b6b1698f22ee6b9c8b175af9967648", - "gitBlob": "ee3ab3e81e226b1aacfa10b9f519c5f07c16938b" - }, - { - "path": "after-output/readable-livesync.mp4", - "bytes": 2374634, - "sha256": "9fdf8250cfadd6957ae23e68de104b2827d9b64de3857bf3ee1808860698700e", - "gitBlob": "027f0f9dde771eeea59d3c95926b8c9556cc8a9b" - }, - { - "path": "after-status/02-selection-negatives/absent-command.json", - "bytes": 219, - "sha256": "6112757274385c917ceca8da49dddeffc9f0a5b4aa3f7777595b3a1c19bb2f9d", - "gitBlob": "f06de9e23e7b524e24c5d1383e6b40c6e6f38ecc" - }, - { - "path": "after-status/02-selection-negatives/absent.stderr.txt", - "bytes": 275, - "sha256": "ff04f1b1378a71378492d2aa74f326832907481551e4b23aba498fcdbfe4ea11", - "gitBlob": "c9fadcac780cf278c028cf55aa2233963ff5e148" - }, - { - "path": "after-status/02-selection-negatives/comma-command.json", - "bytes": 218, - "sha256": "08df08325cf34063ea6173fbff9fb17c302ce3860cbfe20a7400a003c020b007", - "gitBlob": "dd92e2a15c812192b7e00b6649eb82c3a78bfa7a" - }, - { - "path": "after-status/02-selection-negatives/comma.stderr.txt", - "bytes": 495, - "sha256": "eb019103075c177d12feaa3d08d837f53eeffcba74dee954d4a507342fabf9ac", - "gitBlob": "efb2cdeff1f27b49fd0f39dde7d6633d5a93f602" - }, - { - "path": "after-status/02-selection-negatives/empty-env-command.json", - "bytes": 222, - "sha256": "b9d149879166de1d3f410a2dbfc3e90131a6139845cc16fc515ca0a6469ada46", - "gitBlob": "e1759de3b5419f7552c3f9e28e3433596d00469d" - }, - { - "path": "after-status/02-selection-negatives/empty-env.stderr.txt", - "bytes": 275, - "sha256": "ff04f1b1378a71378492d2aa74f326832907481551e4b23aba498fcdbfe4ea11", - "gitBlob": "c9fadcac780cf278c028cf55aa2233963ff5e148" - }, - { - "path": "after-status/02-selection-negatives/mixed-command.json", - "bytes": 218, - "sha256": "e97f05d33503da464cff4fc2ca94f67c1e4f587a77815e90b9631f65bd841012", - "gitBlob": "1c3746a6255c1f1282bfbae21d9da4805eeb7a9e" - }, - { - "path": "after-status/02-selection-negatives/mixed.stderr.txt", - "bytes": 508, - "sha256": "2713c01ce3ee34fad04c071a41325c06e9467c9249e2d7fc226bf6c12ee779ee", - "gitBlob": "73446675ccd5e1537e55c1328aee9b795e620014" - }, - { - "path": "after-status/02-selection-negatives/selection-semantics.json", - "bytes": 1106, - "sha256": "3568846278b110ab5eba127bc6366d7cc96483fc9a7d96c19a9c1511c4cceee1", - "gitBlob": "935bac32c7e82926bdd8dc64a89b3f2290caa72d" - }, - { - "path": "after-status/02-selection-negatives/unknown-command.json", - "bytes": 220, - "sha256": "80f5eb1edba4a6559ed59c59a803fd5fe09c5be57bd3bd7d92f46b9f0c7faeac", - "gitBlob": "6aa7890b1e61f2c5ec545795c6c791388daba35f" - }, - { - "path": "after-status/02-selection-negatives/unknown.stderr.txt", - "bytes": 508, - "sha256": "2713c01ce3ee34fad04c071a41325c06e9467c9249e2d7fc226bf6c12ee779ee", - "gitBlob": "73446675ccd5e1537e55c1328aee9b795e620014" - }, - { - "path": "after-status/02-selection-negatives/whitespace-command.json", - "bytes": 223, - "sha256": "ad8428a723845ef7a75c23f1df5a5411f888336f6a58ea06fe0c8c3b0b61ee80", - "gitBlob": "6d626c6a7cc0b0f42a3daf368a567c345b267280" - }, - { - "path": "after-status/02-selection-negatives/whitespace.stderr.txt", - "bytes": 491, - "sha256": "8553db10149a86f10c3de1cad04e4a28814ca04d316fd3053bbd58b1df48bb78", - "gitBlob": "a79f93d94027987657a38681671601657b0dd1e9" - }, - { - "path": "after-status/04-unavailable/unavailable-command.json", - "bytes": 225, - "sha256": "d0fa01fea600b544e7a9ecf7c8222c30f86a955b62bfd4d00f62092aae628890", - "gitBlob": "060bc4f849929ec912c92b4c28515a8a32765e97" - }, - { - "path": "after-status/04-unavailable/unavailable.stderr.txt", - "bytes": 584, - "sha256": "95552b1733068b682749538fcae681f620b29d4c018b40d68bbfebc8b2a7100e", - "gitBlob": "a801aec58f36f261016bf4b5d83e7a21220d0bac" - }, - { - "path": "after-status/04-unavailable/unavailable.stdout.txt", - "bytes": 195, - "sha256": "f3210d5e17ef70528e079b868686528d15c99f66e77c6e32f07dbffb43c6f77f", - "gitBlob": "757cbe7d48062c08708c966df135ad9821482b16" - }, - { - "path": "after-status/05-missing-control/missing-control-command.json", - "bytes": 230, - "sha256": "3ff6d902e3ded3e4b65ddae31d8ee15462666b69a6b3814d0bfad0532355ca96", - "gitBlob": "a4aa854f79e1e1e4bb5fad740b87501dd4135e91" - }, - { - "path": "after-status/05-missing-control/missing-control.stderr.txt", - "bytes": 544, - "sha256": "eb048e753761ef99a5fec7d897a5acd37d766e6e7ad6c1b6d24a49a4d86093ec", - "gitBlob": "26b68a983c826d0c69bf6dcbe22e28801995c108" - }, - { - "path": "after-status/05-missing-control/missing-control.stdout.txt", - "bytes": 460, - "sha256": "ffed6bb12aa48f864e393ce286e4f14fd94970e8b473fd87f18c8f3b8307f50b", - "gitBlob": "a26caca257c14215738b06e44c02421e0667cb49" - }, - { - "path": "after-status/06-recovery/native-generated-disk-bijection.json", - "bytes": 8499, - "sha256": "a97cca0bb43d1fa8710ae98f03cbe2cff84fffd48b6363e0421818660bdeb71d", - "gitBlob": "a1f8a93fb9f94ac66388da68cdc6dc7009b57f42" - }, - { - "path": "after-status/06-recovery/selected-livesync-command.json", - "bytes": 420, - "sha256": "ca1f766a481063a2a1829c082891cb9ad8f452b4cf3a6a224d92926eb83f0bc3", - "gitBlob": "429000c41b314ddb18f919605723df3c33a257f6" - }, - { - "path": "after-status/06-recovery/selected-livesync.stderr.txt", - "bytes": 0, - "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", - "gitBlob": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" - }, - { - "path": "after-status/06-recovery/selected-livesync.stdout.txt", - "bytes": 570, - "sha256": "99138eaeb5576d6819730aa42932715c9e213d1114f2fe2bae8729f0281b48a1", - "gitBlob": "553fc2eca90dc2c57a566ef6a5c5f2255e1c166b" - }, - { - "path": "after-status/native-observation.json", - "bytes": 6921, - "sha256": "b47e4b58b281a071358faee6fc1abfa84e92fed8277195f1efcf8d2d844eb21e", - "gitBlob": "065ba72acc88c5bd2c0a20e1f1826417001e6b78" - }, - { - "path": "before-output/gif-frame-293.png", - "bytes": 46486, - "sha256": "27ce1ac241da93b211beb75ee9b777a599226e8d32a480626e29fd5eefa5ae77", - "gitBlob": "79b01dd4d77513bb5f483efbd3a335c4744392fd" - }, - { - "path": "before-output/repaired-frame-0.png", - "bytes": 190598, - "sha256": "8b909c3b819574600c9a6fd5a814bd17c062e542cec7e16dfdb4e268bf707ecc", - "gitBlob": "dca6a5e6b4af722d8ec50a8436fc2dbac0f0693f" - }, - { - "path": "before-output/repaired-frame-147.png", - "bytes": 223729, - "sha256": "f4c6fcdf0cf8a73b3f555a00b5a1f37ae5126dcf06293c054e7cd37d36e30281", - "gitBlob": "81933f8de428b3a7d23c6438ab72abfaa41e8d98" - }, - { - "path": "before-output/repaired-frame-294.png", - "bytes": 209727, - "sha256": "4ba2fca74b9ce400e9f2a05e6cea6519c984cd0870ce28c711569ced75e00839", - "gitBlob": "d0519e4b95e2096c63df4f7f86f2a69e719956c5" - }, - { - "path": "before-output/repaired-frame-587.png", - "bytes": 234102, - "sha256": "c8567729d745e5de081e7e8a6483fb046a4fa712e7c5c48a005fccdb07e3ce79", - "gitBlob": "cc260a990618b1710ecc172b4ddea768f8404965" - }, - { - "path": "before-status/unavailable-demo-command.json", - "bytes": 245, - "sha256": "d106fc54fbee5b5321c3aaf441431504a32ee1de16289a258d48262503f3be27", - "gitBlob": "6f30e37bf3e80cdd3076a26a6390cc90fa64a7e5" - }, - { - "path": "before-status/unavailable-demo.stderr.txt", - "bytes": 0, - "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", - "gitBlob": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" - }, - { - "path": "before-status/unavailable-demo.stdout.txt", - "bytes": 285, - "sha256": "f6db93d8bb1ae45d6acb696c0afc695ce3b3418f1ab82809067f0d17bfffdbeb", - "gitBlob": "e0a4b1424efffb78c13329a742c40c9e4482f51c" - }, - { - "path": "before-status/unknown-selector-command.json", - "bytes": 243, - "sha256": "d59aa53af90f6ded6dc55191199c907bcbd71f64acbd72c0faa4601202efb984", - "gitBlob": "5d7b29e2b02b2c857545e6042f4afad67db042bd" - }, - { - "path": "before-status/unknown-selector.stderr.txt", - "bytes": 0, - "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", - "gitBlob": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" - }, - { - "path": "before-status/unknown-selector.stdout.txt", - "bytes": 108, - "sha256": "db73075647daa78f0c51a2a2f68fad46d41eaec30250b482f606f709e536bfba", - "gitBlob": "f677fd330300da694194a397cbe9d46dc2a9ef0c" - }, - { - "path": "checks/legacy-parity.json", - "bytes": 2777, - "sha256": "1736a8a1bf96b1132b3beba23d0733c7e409083c54fb3ba543c7fd6c1849785c", - "gitBlob": "f53c27f766569bd63e5206ab0aea43e2bb71d0ba" - }, - { - "path": "checks/normal-check-command.json", - "bytes": 275, - "sha256": "3cc47d0741288a4da4e4e8ca68017d0b63e3c3bfbec83b02edd488270ceab742", - "gitBlob": "fadc5b1b3198838e0a4ce8ee1594621ba89ff731" - }, - { - "path": "checks/normal-check.stderr.txt", - "bytes": 0, - "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", - "gitBlob": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" - }, - { - "path": "checks/normal-check.stdout.txt", - "bytes": 160, - "sha256": "bd6cb30c52eb122651a342069acd32cf94a32ed9ee44fb386fa99239533afefb", - "gitBlob": "4e71434e55ecbfd790478fbe2199d063f87aa71c" - }, - { - "path": "copy-map.json", - "bytes": 64576, - "sha256": "c1b45301468919f863db54f9e4466ac6e19c695e1fb777eec96fe3dde4f707c8", - "gitBlob": "8525669cc440368a21db1a2dfc03545f908d2142" - }, - { - "path": "encoding/documented-gif-command.json", - "bytes": 659, - "sha256": "f8d9833aba9a37ebeeb9397e6a380dd575eeab140d42ed812111872996ca14bd", - "gitBlob": "8c8ec77068295db0c74cf98c7ad967e9d351ba0c" - }, - { - "path": "encoding/documented-gif.stderr.txt", - "bytes": 0, - "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", - "gitBlob": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" - }, - { - "path": "encoding/documented-gif.stdout.txt", - "bytes": 0, - "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", - "gitBlob": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" - }, - { - "path": "encoding/gif-decode-command.json", - "bytes": 375, - "sha256": "395b25f5bb52414ae083c2446807a0281433ea0cd2aaaf2b48684656d6085ab3", - "gitBlob": "e567641d613a43fb1e26a14aab0a490a61f6e9f2" - }, - { - "path": "encoding/gif-decode.stderr.txt", - "bytes": 0, - "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", - "gitBlob": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" - }, - { - "path": "encoding/gif-decode.stdout.txt", - "bytes": 0, - "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", - "gitBlob": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" - }, - { - "path": "encoding/gif-probe-command.json", - "bytes": 398, - "sha256": "9a27f234af491a0b929c4a19c6144173e83eecf59dbdeb12cc3a593c8d6b4486", - "gitBlob": "a5f8fbb51ff3bca9b041f6fe7a2049e8ba76d677" - }, - { - "path": "encoding/gif-probe.stderr.txt", - "bytes": 0, - "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", - "gitBlob": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" - }, - { - "path": "encoding/gif-probe.stdout.txt", - "bytes": 2071, - "sha256": "aecf348b482f91d97df7cb52a5c68e57d26ca8c8ffbb7d2e5c9bc14999ad9c38", - "gitBlob": "091b12163c657bb20721208eb9c0b289ddeb2159" - }, - { - "path": "encoding/readable-decode-command.json", - "bytes": 380, - "sha256": "89c7627791507cf220f160b7a30ecbbd34d81ae53435c3cd250492631f7db2b8", - "gitBlob": "6eb9fd568949316ac4e9312fdd4738bc1123a339" - }, - { - "path": "encoding/readable-decode.stderr.txt", - "bytes": 0, - "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", - "gitBlob": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" - }, - { - "path": "encoding/readable-decode.stdout.txt", - "bytes": 0, - "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", - "gitBlob": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" - }, - { - "path": "encoding/readable-ffprobe-command.json", - "bytes": 405, - "sha256": "c1cb42c1c5b5489412c9335a93da56efdea6d386643810288656f772c0292f78", - "gitBlob": "9756a0ca597790c47b912c4b2978039f9791e7c3" - }, - { - "path": "encoding/readable-ffprobe.stderr.txt", - "bytes": 0, - "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", - "gitBlob": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" - }, - { - "path": "encoding/readable-ffprobe.stdout.txt", - "bytes": 4691, - "sha256": "1de72f7b43285da7f9574b6582fb1440e030ea2a60944f40c7407effc5e4c8fe", - "gitBlob": "bc752539046e4c373bab6fe6de85b65e6bc86a32" - }, - { - "path": "encoding/render-readable-command.json", - "bytes": 410, - "sha256": "a561836ee6990bda38e3d38e48d95aec553a77983c8eb39d7043e76cb0f654bb", - "gitBlob": "f8edd7002f6654d30a07c5af7bd738ef5aab53fb" - }, - { - "path": "encoding/render-readable.stderr.txt", - "bytes": 0, - "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", - "gitBlob": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" - }, - { - "path": "encoding/render-readable.stdout.txt", - "bytes": 24526, - "sha256": "1c63c0152442e2baf5ef84bfcf94bc2628bbda911beff26c1d2a2dd56973e1fc", - "gitBlob": "19d28d94b2d8708468ae306dce6bb057f0a7d0d0" - }, - { - "path": "encoding/stage04-closed.json", - "bytes": 118, - "sha256": "17bc5068498b462463adebd3d8f6331da34ae185e43da69271520d365cf614ad", - "gitBlob": "7141eac9c9e23bad46995eff110e95e702c62f39" - }, - { - "path": "encoding/stage04-receipt.json", - "bytes": 23747, - "sha256": "40d9b4e7633222cde48d692f803322e2c220bfa7e532f7d1b5b9055074183056", - "gitBlob": "f90f8b984e84cfa8318bd44d496ed57bcee119c6" - }, - { - "path": "encoding/stage05-closed.json", - "bytes": 118, - "sha256": "17bc5068498b462463adebd3d8f6331da34ae185e43da69271520d365cf614ad", - "gitBlob": "7141eac9c9e23bad46995eff110e95e702c62f39" - }, - { - "path": "encoding/stage05-receipt.json", - "bytes": 164, - "sha256": "38b5dd782102d499bb77624ec6bae6aadcac5591ab18071728e7160d733fa72c", - "gitBlob": "2fa2c9fbf199bc05d482ba5ba34a8163266d8f3f" - }, - { - "path": "judgments/E6o_FEATURECLIPSTUDIO_CAPTURE_STATUS_FINAL_JUDGE.json", - "bytes": 9258, - "sha256": "b40c0069d521d23554dd092811cb4e81046ce894c6875ebdc92162e3ed13b299", - "gitBlob": "a68235540251343065a5c5027523056145f1e79c" - }, - { - "path": "judgments/E6o_FEATURECLIPSTUDIO_CAPTURE_STATUS_FINAL_JUDGE.md.txt", - "bytes": 3192, - "sha256": "927c8638a8691e46512bf6411f6474c7c3d91b55507a6ddf1e209d4ec959ba22", - "gitBlob": "fb94006257a77e79eff79e4ffe57c93b4efe5d2b" - }, - { - "path": "judgments/E6o_FEATURECLIPSTUDIO_CRITERION_ASSESSMENT.json", - "bytes": 47752, - "sha256": "1e9d47b96c0213865628321e04243120451b8ffbbd86be50b54530477a04d49a", - "gitBlob": "2f91dbbd7f7b9bfcdb68c276f0de4e681b518d57" - }, - { - "path": "judgments/E6o_FEATURECLIPSTUDIO_CRITERION_ASSESSMENT.md.txt", - "bytes": 5000, - "sha256": "34ff93d97754f0e66041feeb19c0545dcf3d84e1f356673a3fdd9ff5cdc3a446", - "gitBlob": "7ea20e5f3e2b10d7e5bc0e9297fb9e28ebb68be0" - }, - { - "path": "judgments/E6o_FEATURECLIPSTUDIO_READABILITY_CRITERION_ASSESSMENT.json", - "bytes": 66031, - "sha256": "ae178f351d8a05353d2e8ad4081a4098bc829b41cab2ffbf4b2ab9448495dba0", - "gitBlob": "6602828c29d683909a934dc8918239f25ee533be" - }, - { - "path": "judgments/E6o_FEATURECLIPSTUDIO_READABILITY_CRITERION_ASSESSMENT.md.txt", - "bytes": 3190, - "sha256": "d90269fa28006e1a930ba4a67a415f1a63ef7bceb59b6b915282d3b1d0cbcc26", - "gitBlob": "3348007cfa3b952c9a08e8e59b74d278646148b2" - }, - { - "path": "judgments/E6o_FEATURECLIPSTUDIO_READABILITY_FINAL_JUDGE.json", - "bytes": 3645, - "sha256": "e0177f82b99146a7aef40bb804d3cd1b3ef07ca535fc2ad2695b6ddf6ddc712c", - "gitBlob": "f8310ab6b02226f3bbfaa72e1f48f0bdb0d718d1" - }, - { - "path": "judgments/E6o_FEATURECLIPSTUDIO_READABILITY_FINAL_JUDGE.md.txt", - "bytes": 6199, - "sha256": "ecdaf01085fefdc7777316e0f74ef4b97bf9af02a129764eb100e3b9f5a5352d", - "gitBlob": "0262071302342b05c71c5bd5688f5c96df90befd" - }, - { - "path": "judgments/final-judge-field-correction.json", - "bytes": 889, - "sha256": "491fc358c694d972b1e7bc0b77be8e4e10ce3961a6353a5f22d9cbdbfc3266c3", - "gitBlob": "d6b7dd68bc09f729859a4fab85be131c591b70ca" - }, - { - "path": "judgments/reviewer-reading-correction.json", - "bytes": 18801, - "sha256": "86da1a54c33480e3cc8424c41b31534e92f1c998d92e6fed49c730816468a0d1", - "gitBlob": "62ba674b424405073477d7a5146d79afe0d3a309" - }, - { - "path": "omissions.json", - "bytes": 3590, - "sha256": "d41e78e0431e46e659c5aa9a287cd1386bf9d1dc84f63789713f569ea378280e", - "gitBlob": "8f4edce02ca0eb757aacb6e6bdd403db5f5ffbcb" - }, - { - "path": "README.md", - "bytes": 7045, - "sha256": "032b15ea3aed02e44e9f4211345f86af207caf070310cf0e611ec92ce41d2343", - "gitBlob": "5d7bdcb2c90851d4bb8ef8eba4e396a4520cd2bc" - }, - { - "path": "scope/change-boundary.md.txt", - "bytes": 3717, - "sha256": "cbfe55ab985d59603a6cde6f576bd32ed87f187f60d07345dcc9107940da99b8", - "gitBlob": "ef4de3b963eaec288638dd4bbb745639dcb4cd29" - }, - { - "path": "scope/change-boundary.png", - "bytes": 224067, - "sha256": "f69cea8c46e7ddfef5967388f8eb76346337716a4a7c50dead85a0b6865b9f04", - "gitBlob": "91cfe673a7f86d8477e4bc611e1ba76806942d59" - }, - { - "path": "setup/ffmpeg-version.stdout.txt", - "bytes": 1964, - "sha256": "f4d5c3a47d3592181730b4d37764498c96091f1604066b43ad60db1a480992dd", - "gitBlob": "f4f81e346e59dc9281a1d1286c92c287fda646da" - }, - { - "path": "setup/ffprobe-version.stdout.txt", - "bytes": 1965, - "sha256": "4cac2bf444f8d0c49ba2d8a05a4dd16656b762c24eba79d95a7fe8fc9a672cf9", - "gitBlob": "4732aa78cdf9a6a8843f288ea4e0198735aecdba" - }, - { - "path": "setup/node-version.stdout.txt", - "bytes": 10, - "sha256": "99149e35f76aa1efc846f029c3d2733b3541fe76ac97b74d33883481c0ce8dd9", - "gitBlob": "737cf4c86dc769e96a731304a110cdeedd16651a" - }, - { - "path": "setup/normal-ci-command.json", - "bytes": 258, - "sha256": "c84b3f3625fc2ccd15da4fd1469f635c487a02fce7b9979d9d74104e195308fb", - "gitBlob": "c4bca6f7330c7b80c288993fb1705110579d9ad8" - }, - { - "path": "setup/normal-ci.stderr.txt", - "bytes": 125, - "sha256": "d5075113082a929119680914d84f6aca56a7b331f8d88abbbb82b1cab4e94788", - "gitBlob": "af32c7de5f84454181b7e49ce0ed0cafe0aecb43" - }, - { - "path": "setup/normal-ci.stdout.txt", - "bytes": 230, - "sha256": "21be77b9f71f41300cbb75f576b35c0fcedcafade477b3bb35484f35ce6ca4a2", - "gitBlob": "84bc4f58459929f787d83e215b8c016ce460310c" - }, - { - "path": "setup/npm-version.stdout.txt", - "bytes": 7, - "sha256": "35217e32d288f09fea0fe2b8124665225fc00ac7ea72c312bb523db9950a13c4", - "gitBlob": "51b288c12f97178f5c3b5303af210e65d00e726d" - }, - { - "path": "source-bindings.json", - "bytes": 49582, - "sha256": "0619aa614098c6040f91f381ec0da864b5870a4ba2e9c56daff9978a3405cdd7", - "gitBlob": "821d011785b7023a41d991d2689b1a0f6271140a" - }, - { - "path": "verify.py", - "bytes": 2522, - "sha256": "5c3c9ecb048d9bc610d5c4c04f64c1be67bcace6dfbff905cda999fa0386167a", - "gitBlob": "1baf17a932229bf5f8e7c32836f4def44882bc92" - } - ], - "scope": "Exact selected bytes; this manifest is an inventory, not an authentication signature or runtime result." -} +{ + "schema": "fcs-selected-evidence-manifest/v1", + "files": [ + { + "path": ".gitattributes", + "bytes": 9, + "sha256": "8b9c3028d6467ff3be7c793141927841d70f47f52d0590677438f488ca154992", + "gitBlob": "625449502ba4b4d7c229c6ccee42e3ec41cc780c" + }, + { + "path": "after-output/gif-0.png", + "bytes": 69971, + "sha256": "7d1a6004259387788d815b049f17e6ba70764389938657f22b8b27b458151ab2", + "gitBlob": "d428de5b95825cdc5d6ccc117b4cc156917a1a08" + }, + { + "path": "after-output/gif-105.png", + "bytes": 51717, + "sha256": "3811256de7e9126e8435952858c78d1bdf4b66db709224f348146acdfe6569ee", + "gitBlob": "1e9d19edd7e652f84352c9742e201e14195e9048" + }, + { + "path": "after-output/gif-13.png", + "bytes": 73397, + "sha256": "a54cd91e516ec85e78a2f0f0ed1e49f54605f05f4c1995b0bd246f146fd16e6b", + "gitBlob": "8da85fa1f4d4ea20a486ad3834ee35080fc070b6" + }, + { + "path": "after-output/gif-147.png", + "bytes": 50905, + "sha256": "83812d5e087eb8cf6ef58c34b01b52b4dd4a222659aa921a8d5096c768e05e22", + "gitBlob": "f6a3d49a3c772c7f6e53a3d3e06120020f394d63" + }, + { + "path": "after-output/gif-186.png", + "bytes": 76240, + "sha256": "603372e3becb11b7b9479df7b892023a624c57c9eee55bf2b81228a57ba97043", + "gitBlob": "d9baace442b7ac85f8dfd89cc2d4daf4fa1feb9a" + }, + { + "path": "after-output/gif-201.png", + "bytes": 72022, + "sha256": "cd0c71876f41ca5664739c8bfb557d36f7d50f7bb8eeceb73f29e7c4256fa861", + "gitBlob": "d05ce6a38276d37ebb48e751a6deb5a92ddf0c06" + }, + { + "path": "after-output/gif-204.png", + "bytes": 75230, + "sha256": "ec3d85c21127980139b9095194e29c4f0dacca356360687493f7320d9a941714", + "gitBlob": "dbe048e51c918561103e9c6e06abd155e7ec3dcd" + }, + { + "path": "after-output/gif-210.png", + "bytes": 64383, + "sha256": "712b70119c50f2bca4dba9d93b9c1af99fab0158ca2dc301d0a3bc27be0d1beb", + "gitBlob": "69c0707897d3fe00851384a37d21a1dca080f22a" + }, + { + "path": "after-output/gif-216.png", + "bytes": 71097, + "sha256": "310cd10b6ceaad026d319473828f5504b4eee23b2e4b35305c6dc428b5759a21", + "gitBlob": "2d545ef39dc2cdc428296361b53ed8472afc49a8" + }, + { + "path": "after-output/gif-259.png", + "bytes": 72989, + "sha256": "f9277d00ea2a411ff80fc7c69de3387c84c9edfb1016a82bae6e6bf924101a5d", + "gitBlob": "5bfc2a0a06f2330b4d55f6bc19d5b7a1494fd130" + }, + { + "path": "after-output/gif-293.png", + "bytes": 73016, + "sha256": "1203538167ff51942b507d05391142772b0034f9a3423e6971865772d8d03fb3", + "gitBlob": "a49d63c66e442261ed04d09a46cf16d665de4e3d" + }, + { + "path": "after-output/gif-48.png", + "bytes": 77084, + "sha256": "0fe14996174cb39f6b6a9a14e44b6a596dc97face9acb28a039e5f3ecadc5457", + "gitBlob": "8c6dc66931e0c8435df0602f5de34b2f67cd1a41" + }, + { + "path": "after-output/gif-78.png", + "bytes": 76323, + "sha256": "ed299db2f33c8261df32ab60842260623b323543a02d9e8364839250a8c332bd", + "gitBlob": "8f6e3b0956e73abcff9a70d6742c473b2e95a5e6" + }, + { + "path": "after-output/movie-0.png", + "bytes": 449030, + "sha256": "181cd4d925a5f1bb1645d75357c04d58e1b816ade5624b8dd614611f81fb1da4", + "gitBlob": "3ebf61cae4e64f727af2cd6c030d5b7d09ef0286" + }, + { + "path": "after-output/movie-147.png", + "bytes": 512543, + "sha256": "a5c8875fced0460989322cf476485e485964ec1b7ace316325f386a22dfb797a", + "gitBlob": "997b4674e5a4e4f54175346ed272eef411ba1d95" + }, + { + "path": "after-output/movie-156.png", + "bytes": 516450, + "sha256": "b9f3ff3791015b83c710feca1bf1644ec98320dd36887cf941b5be2300b08c72", + "gitBlob": "ad2e05c8419b890486ddc1737cd7769af0cc06d7" + }, + { + "path": "after-output/movie-210.png", + "bytes": 304978, + "sha256": "283f6a9a3b4310ed32e7b0eeb420510d6437029666b4338a80ef916bbdec7db6", + "gitBlob": "8b71337871cdee704bdfe013cef7d211d05378fa" + }, + { + "path": "after-output/movie-26.png", + "bytes": 480813, + "sha256": "de3ace6e9d21b81ea7af5c713a000b79c18040b36d733ed7db28468a557e7c45", + "gitBlob": "f24ee568c45f074662de7542a015893b7cdfaafd" + }, + { + "path": "after-output/movie-294.png", + "bytes": 289199, + "sha256": "0c0d46c1c07a4d98fb7eb5c7026b00f67d44572be7a85aa88a2ec5b7360d6b40", + "gitBlob": "a9d059a3720f8a186ddcdc5ff3edc0137c8cabc2" + }, + { + "path": "after-output/movie-372.png", + "bytes": 506643, + "sha256": "2ad49cbc3cb519cffff293ef5a104b773263793c9d4f3356f1ce23e394003d89", + "gitBlob": "8f98a59cae4e8678f8b135ef31f7d6814f3942f7" + }, + { + "path": "after-output/movie-402.png", + "bytes": 467540, + "sha256": "83ac02498b8b713b0cc83460b2d009559cdc8560be8061b4e16ac9e71a3df747", + "gitBlob": "23513ebb7f89d5c7e4b5d422095ee192af8800e9" + }, + { + "path": "after-output/movie-408.png", + "bytes": 493764, + "sha256": "4f135552f905d3a29ea360945dabcb37b395871dcae936275a4adeb9c492cef8", + "gitBlob": "e3bed3f500fa5ec69a8c7c45b3c48f7619857d58" + }, + { + "path": "after-output/movie-420.png", + "bytes": 425302, + "sha256": "c02b3301b5ab2e1c9cf54ca899cc4841ef9fd5d0f7db17c39145bccbf2a1cf6d", + "gitBlob": "2459d2fbdd631f4bb0da308401a7330a4e6256f7" + }, + { + "path": "after-output/movie-432.png", + "bytes": 553961, + "sha256": "bfb055ea03da0b5aa564d59122bac4ad3198db09a1b964e15ebc9fc14ef06b37", + "gitBlob": "0b38aa825f8caadc2be44ececcc39e65453733fc" + }, + { + "path": "after-output/movie-518.png", + "bytes": 578710, + "sha256": "d18a89ec9f72f7fa05810036e4ce48813d380853066180d096f52d014508ee00", + "gitBlob": "75675179a22501ecaba2138ccdf963da90b585d6" + }, + { + "path": "after-output/movie-587.png", + "bytes": 578774, + "sha256": "105372737a0521a8deab9fca32cb9ba25e40e3845d8e7b20851521c99cd4aae7", + "gitBlob": "b9c89ae2a9bcb51a3fc277f599538ddaa2ecdce6" + }, + { + "path": "after-output/movie-96.png", + "bytes": 518760, + "sha256": "4a30488b5e8064adf7e5be51861587637b9ed9cc8c7de8b35f7ed29da24351b0", + "gitBlob": "89bb9ab770486ff92fcbcb7c96d4ae41a43f0c69" + }, + { + "path": "after-output/readable-livesync.gif", + "bytes": 2772039, + "sha256": "406425fade2aaae2b06722a4d279214f43b6b1698f22ee6b9c8b175af9967648", + "gitBlob": "ee3ab3e81e226b1aacfa10b9f519c5f07c16938b" + }, + { + "path": "after-output/readable-livesync.mp4", + "bytes": 2374634, + "sha256": "9fdf8250cfadd6957ae23e68de104b2827d9b64de3857bf3ee1808860698700e", + "gitBlob": "027f0f9dde771eeea59d3c95926b8c9556cc8a9b" + }, + { + "path": "after-status/02-selection-negatives/absent-command.json", + "bytes": 219, + "sha256": "6112757274385c917ceca8da49dddeffc9f0a5b4aa3f7777595b3a1c19bb2f9d", + "gitBlob": "f06de9e23e7b524e24c5d1383e6b40c6e6f38ecc" + }, + { + "path": "after-status/02-selection-negatives/absent.stderr.txt", + "bytes": 275, + "sha256": "ff04f1b1378a71378492d2aa74f326832907481551e4b23aba498fcdbfe4ea11", + "gitBlob": "c9fadcac780cf278c028cf55aa2233963ff5e148" + }, + { + "path": "after-status/02-selection-negatives/comma-command.json", + "bytes": 218, + "sha256": "08df08325cf34063ea6173fbff9fb17c302ce3860cbfe20a7400a003c020b007", + "gitBlob": "dd92e2a15c812192b7e00b6649eb82c3a78bfa7a" + }, + { + "path": "after-status/02-selection-negatives/comma.stderr.txt", + "bytes": 495, + "sha256": "eb019103075c177d12feaa3d08d837f53eeffcba74dee954d4a507342fabf9ac", + "gitBlob": "efb2cdeff1f27b49fd0f39dde7d6633d5a93f602" + }, + { + "path": "after-status/02-selection-negatives/empty-env-command.json", + "bytes": 222, + "sha256": "b9d149879166de1d3f410a2dbfc3e90131a6139845cc16fc515ca0a6469ada46", + "gitBlob": "e1759de3b5419f7552c3f9e28e3433596d00469d" + }, + { + "path": "after-status/02-selection-negatives/empty-env.stderr.txt", + "bytes": 275, + "sha256": "ff04f1b1378a71378492d2aa74f326832907481551e4b23aba498fcdbfe4ea11", + "gitBlob": "c9fadcac780cf278c028cf55aa2233963ff5e148" + }, + { + "path": "after-status/02-selection-negatives/mixed-command.json", + "bytes": 218, + "sha256": "e97f05d33503da464cff4fc2ca94f67c1e4f587a77815e90b9631f65bd841012", + "gitBlob": "1c3746a6255c1f1282bfbae21d9da4805eeb7a9e" + }, + { + "path": "after-status/02-selection-negatives/mixed.stderr.txt", + "bytes": 508, + "sha256": "2713c01ce3ee34fad04c071a41325c06e9467c9249e2d7fc226bf6c12ee779ee", + "gitBlob": "73446675ccd5e1537e55c1328aee9b795e620014" + }, + { + "path": "after-status/02-selection-negatives/selection-semantics.json", + "bytes": 1106, + "sha256": "3568846278b110ab5eba127bc6366d7cc96483fc9a7d96c19a9c1511c4cceee1", + "gitBlob": "935bac32c7e82926bdd8dc64a89b3f2290caa72d" + }, + { + "path": "after-status/02-selection-negatives/unknown-command.json", + "bytes": 220, + "sha256": "80f5eb1edba4a6559ed59c59a803fd5fe09c5be57bd3bd7d92f46b9f0c7faeac", + "gitBlob": "6aa7890b1e61f2c5ec545795c6c791388daba35f" + }, + { + "path": "after-status/02-selection-negatives/unknown.stderr.txt", + "bytes": 508, + "sha256": "2713c01ce3ee34fad04c071a41325c06e9467c9249e2d7fc226bf6c12ee779ee", + "gitBlob": "73446675ccd5e1537e55c1328aee9b795e620014" + }, + { + "path": "after-status/02-selection-negatives/whitespace-command.json", + "bytes": 223, + "sha256": "ad8428a723845ef7a75c23f1df5a5411f888336f6a58ea06fe0c8c3b0b61ee80", + "gitBlob": "6d626c6a7cc0b0f42a3daf368a567c345b267280" + }, + { + "path": "after-status/02-selection-negatives/whitespace.stderr.txt", + "bytes": 491, + "sha256": "8553db10149a86f10c3de1cad04e4a28814ca04d316fd3053bbd58b1df48bb78", + "gitBlob": "a79f93d94027987657a38681671601657b0dd1e9" + }, + { + "path": "after-status/04-unavailable/unavailable-command.json", + "bytes": 225, + "sha256": "d0fa01fea600b544e7a9ecf7c8222c30f86a955b62bfd4d00f62092aae628890", + "gitBlob": "060bc4f849929ec912c92b4c28515a8a32765e97" + }, + { + "path": "after-status/04-unavailable/unavailable.stderr.txt", + "bytes": 584, + "sha256": "95552b1733068b682749538fcae681f620b29d4c018b40d68bbfebc8b2a7100e", + "gitBlob": "a801aec58f36f261016bf4b5d83e7a21220d0bac" + }, + { + "path": "after-status/04-unavailable/unavailable.stdout.txt", + "bytes": 195, + "sha256": "f3210d5e17ef70528e079b868686528d15c99f66e77c6e32f07dbffb43c6f77f", + "gitBlob": "757cbe7d48062c08708c966df135ad9821482b16" + }, + { + "path": "after-status/05-missing-control/missing-control-command.json", + "bytes": 230, + "sha256": "3ff6d902e3ded3e4b65ddae31d8ee15462666b69a6b3814d0bfad0532355ca96", + "gitBlob": "a4aa854f79e1e1e4bb5fad740b87501dd4135e91" + }, + { + "path": "after-status/05-missing-control/missing-control.stderr.txt", + "bytes": 544, + "sha256": "eb048e753761ef99a5fec7d897a5acd37d766e6e7ad6c1b6d24a49a4d86093ec", + "gitBlob": "26b68a983c826d0c69bf6dcbe22e28801995c108" + }, + { + "path": "after-status/05-missing-control/missing-control.stdout.txt", + "bytes": 460, + "sha256": "ffed6bb12aa48f864e393ce286e4f14fd94970e8b473fd87f18c8f3b8307f50b", + "gitBlob": "a26caca257c14215738b06e44c02421e0667cb49" + }, + { + "path": "after-status/06-recovery/native-generated-disk-bijection.json", + "bytes": 8499, + "sha256": "a97cca0bb43d1fa8710ae98f03cbe2cff84fffd48b6363e0421818660bdeb71d", + "gitBlob": "a1f8a93fb9f94ac66388da68cdc6dc7009b57f42" + }, + { + "path": "after-status/06-recovery/selected-livesync-command.json", + "bytes": 420, + "sha256": "ca1f766a481063a2a1829c082891cb9ad8f452b4cf3a6a224d92926eb83f0bc3", + "gitBlob": "429000c41b314ddb18f919605723df3c33a257f6" + }, + { + "path": "after-status/06-recovery/selected-livesync.stderr.txt", + "bytes": 0, + "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", + "gitBlob": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" + }, + { + "path": "after-status/06-recovery/selected-livesync.stdout.txt", + "bytes": 570, + "sha256": "99138eaeb5576d6819730aa42932715c9e213d1114f2fe2bae8729f0281b48a1", + "gitBlob": "553fc2eca90dc2c57a566ef6a5c5f2255e1c166b" + }, + { + "path": "after-status/native-observation.json", + "bytes": 6921, + "sha256": "b47e4b58b281a071358faee6fc1abfa84e92fed8277195f1efcf8d2d844eb21e", + "gitBlob": "065ba72acc88c5bd2c0a20e1f1826417001e6b78" + }, + { + "path": "before-output/gif-frame-293.png", + "bytes": 46486, + "sha256": "27ce1ac241da93b211beb75ee9b777a599226e8d32a480626e29fd5eefa5ae77", + "gitBlob": "79b01dd4d77513bb5f483efbd3a335c4744392fd" + }, + { + "path": "before-output/repaired-frame-0.png", + "bytes": 190598, + "sha256": "8b909c3b819574600c9a6fd5a814bd17c062e542cec7e16dfdb4e268bf707ecc", + "gitBlob": "dca6a5e6b4af722d8ec50a8436fc2dbac0f0693f" + }, + { + "path": "before-output/repaired-frame-147.png", + "bytes": 223729, + "sha256": "f4c6fcdf0cf8a73b3f555a00b5a1f37ae5126dcf06293c054e7cd37d36e30281", + "gitBlob": "81933f8de428b3a7d23c6438ab72abfaa41e8d98" + }, + { + "path": "before-output/repaired-frame-294.png", + "bytes": 209727, + "sha256": "4ba2fca74b9ce400e9f2a05e6cea6519c984cd0870ce28c711569ced75e00839", + "gitBlob": "d0519e4b95e2096c63df4f7f86f2a69e719956c5" + }, + { + "path": "before-output/repaired-frame-587.png", + "bytes": 234102, + "sha256": "c8567729d745e5de081e7e8a6483fb046a4fa712e7c5c48a005fccdb07e3ce79", + "gitBlob": "cc260a990618b1710ecc172b4ddea768f8404965" + }, + { + "path": "before-status/unavailable-demo-command.json", + "bytes": 245, + "sha256": "d106fc54fbee5b5321c3aaf441431504a32ee1de16289a258d48262503f3be27", + "gitBlob": "6f30e37bf3e80cdd3076a26a6390cc90fa64a7e5" + }, + { + "path": "before-status/unavailable-demo.stderr.txt", + "bytes": 0, + "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", + "gitBlob": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" + }, + { + "path": "before-status/unavailable-demo.stdout.txt", + "bytes": 285, + "sha256": "f6db93d8bb1ae45d6acb696c0afc695ce3b3418f1ab82809067f0d17bfffdbeb", + "gitBlob": "e0a4b1424efffb78c13329a742c40c9e4482f51c" + }, + { + "path": "before-status/unknown-selector-command.json", + "bytes": 243, + "sha256": "d59aa53af90f6ded6dc55191199c907bcbd71f64acbd72c0faa4601202efb984", + "gitBlob": "5d7b29e2b02b2c857545e6042f4afad67db042bd" + }, + { + "path": "before-status/unknown-selector.stderr.txt", + "bytes": 0, + "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", + "gitBlob": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" + }, + { + "path": "before-status/unknown-selector.stdout.txt", + "bytes": 108, + "sha256": "db73075647daa78f0c51a2a2f68fad46d41eaec30250b482f606f709e536bfba", + "gitBlob": "f677fd330300da694194a397cbe9d46dc2a9ef0c" + }, + { + "path": "checks/legacy-parity.json", + "bytes": 2777, + "sha256": "1736a8a1bf96b1132b3beba23d0733c7e409083c54fb3ba543c7fd6c1849785c", + "gitBlob": "f53c27f766569bd63e5206ab0aea43e2bb71d0ba" + }, + { + "path": "checks/normal-check-command.json", + "bytes": 275, + "sha256": "3cc47d0741288a4da4e4e8ca68017d0b63e3c3bfbec83b02edd488270ceab742", + "gitBlob": "fadc5b1b3198838e0a4ce8ee1594621ba89ff731" + }, + { + "path": "checks/normal-check.stderr.txt", + "bytes": 0, + "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", + "gitBlob": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" + }, + { + "path": "checks/normal-check.stdout.txt", + "bytes": 160, + "sha256": "bd6cb30c52eb122651a342069acd32cf94a32ed9ee44fb386fa99239533afefb", + "gitBlob": "4e71434e55ecbfd790478fbe2199d063f87aa71c" + }, + { + "path": "copy-map.json", + "bytes": 64576, + "sha256": "c1b45301468919f863db54f9e4466ac6e19c695e1fb777eec96fe3dde4f707c8", + "gitBlob": "8525669cc440368a21db1a2dfc03545f908d2142" + }, + { + "path": "dependency-20260907/03-livesync/gif-216.png", + "bytes": 71097, + "sha256": "310cd10b6ceaad026d319473828f5504b4eee23b2e4b35305c6dc428b5759a21", + "gitBlob": "2d545ef39dc2cdc428296361b53ed8472afc49a8" + }, + { + "path": "dependency-20260907/03-livesync/gif-293.png", + "bytes": 73016, + "sha256": "1203538167ff51942b507d05391142772b0034f9a3423e6971865772d8d03fb3", + "gitBlob": "a49d63c66e442261ed04d09a46cf16d665de4e3d" + }, + { + "path": "dependency-20260907/03-livesync/gif-decode.stderr.txt", + "bytes": 0, + "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", + "gitBlob": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" + }, + { + "path": "dependency-20260907/03-livesync/gif-probe.stdout.txt", + "bytes": 2039, + "sha256": "3ead8bd033cae2fb5e81d42fd73100c434c947b8d3185170b8c20b1d9a724c3f", + "gitBlob": "5df1ed73500fae94318fa68f4c74a900de8a48e5" + }, + { + "path": "dependency-20260907/03-livesync/livesync-decode.stderr.txt", + "bytes": 0, + "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", + "gitBlob": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" + }, + { + "path": "dependency-20260907/03-livesync/livesync-probe.stdout.txt", + "bytes": 4659, + "sha256": "34e643fcd9d5c774242e7a24bb433fc0e1684bc24b2b9b96259fbddb870dd13d", + "gitBlob": "166c557e9a58731b528057b07ae16cacd0def9ad" + }, + { + "path": "dependency-20260907/03-livesync/livesync.gif", + "bytes": 2772039, + "sha256": "406425fade2aaae2b06722a4d279214f43b6b1698f22ee6b9c8b175af9967648", + "gitBlob": "ee3ab3e81e226b1aacfa10b9f519c5f07c16938b" + }, + { + "path": "dependency-20260907/03-livesync/livesync.mp4", + "bytes": 2374634, + "sha256": "0f7415e7ad018d3e0c19f11170ead3c3a6b6adfd2cbbfe18d7e675a821f104c0", + "gitBlob": "47f3ec5d6b4289c5bd4b1b1c925d396c4bd1b406" + }, + { + "path": "dependency-20260907/03-livesync/media-bindings.json", + "bytes": 320, + "sha256": "31d4af85839be972316a491c91eebbde2f3d569313db646e718e2c45f431ab3c", + "gitBlob": "c98617320b21392bbe2c096e7f1b7b918431faf0" + }, + { + "path": "dependency-20260907/03-livesync/movie-0.png", + "bytes": 449030, + "sha256": "181cd4d925a5f1bb1645d75357c04d58e1b816ade5624b8dd614611f81fb1da4", + "gitBlob": "3ebf61cae4e64f727af2cd6c030d5b7d09ef0286" + }, + { + "path": "dependency-20260907/03-livesync/movie-432.png", + "bytes": 553961, + "sha256": "bfb055ea03da0b5aa564d59122bac4ad3198db09a1b964e15ebc9fc14ef06b37", + "gitBlob": "0b38aa825f8caadc2be44ececcc39e65453733fc" + }, + { + "path": "dependency-20260907/03-livesync/movie-587.png", + "bytes": 578774, + "sha256": "105372737a0521a8deab9fca32cb9ba25e40e3845d8e7b20851521c99cd4aae7", + "gitBlob": "b9c89ae2a9bcb51a3fc277f599538ddaa2ecdce6" + }, + { + "path": "dependency-20260907/04-legacy/legacy-0.png", + "bytes": 454687, + "sha256": "6518fd69faca5651dd090759b460aba1281d20f3beb717fec8cd9b214c36e5f3", + "gitBlob": "7cde1ddce2ed012bfbbbd7f637d6c83a3f2a6316" + }, + { + "path": "dependency-20260907/04-legacy/legacy-1141.png", + "bytes": 702466, + "sha256": "eba351ca9630e7db7ee65617fe36e12c0d418809a89424ca6d3c12d8111b3bb5", + "gitBlob": "8144daefb0ef2a6f86c5cb5f450ec63139a5aa22" + }, + { + "path": "dependency-20260907/04-legacy/legacy-571.png", + "bytes": 533368, + "sha256": "da3a2553d5d0db53e9de23ca2435d1da2eddb25907cc98ad15aaeb6838fea63d", + "gitBlob": "39c933d274a9cfcea6be90b4aff12284171c53b3" + }, + { + "path": "dependency-20260907/04-legacy/legacy-decode.stderr.txt", + "bytes": 0, + "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", + "gitBlob": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" + }, + { + "path": "dependency-20260907/04-legacy/legacy-noderoom.mp4", + "bytes": 5777972, + "sha256": "844778917cb21252c8a1e42583465740e408d75bc729255a9c591d3ac9966515", + "gitBlob": "2a61cd5417d06fe042578a49aea6da3069cd148e" + }, + { + "path": "dependency-20260907/04-legacy/legacy-probe.stdout.txt", + "bytes": 4668, + "sha256": "cc3943bad569e114c83b8ff0aada6328b25d540a1da5ebe8fb9991ddb2d8fd73", + "gitBlob": "24ab27c11e9084f0117f55cc5b055105da40ea2f" + }, + { + "path": "dependency-20260907/04-legacy/media-bindings.json", + "bytes": 408, + "sha256": "8c4d07190923308c4d73edef607983a5cbd172d5aa72db89afc8bc09bc6ad18f", + "gitBlob": "9aa9b8e7e5ebb261aa9da9c187230e914932a77b" + }, + { + "path": "dependency-20260907/checks/browser-identity.json", + "bytes": 356, + "sha256": "cb40787e999679510de91f749ec94228cac1410d379e58f8d6fc3bbc28e60dbf", + "gitBlob": "26246e2cba12b429f7f0af1b324571bec3decac6" + }, + { + "path": "dependency-20260907/checks/max-path-observed.json", + "bytes": 2972, + "sha256": "a4e70e3bc9cae984032630b0e54b168cc41f11457e55561b2005e1d64aaac5f8", + "gitBlob": "d10e4b9bc866fdd1ea64c4d8a15d43c961bd6901" + }, + { + "path": "dependency-20260907/checks/normal-check.stdout.txt", + "bytes": 160, + "sha256": "bd6cb30c52eb122651a342069acd32cf94a32ed9ee44fb386fa99239533afefb", + "gitBlob": "4e71434e55ecbfd790478fbe2199d063f87aa71c" + }, + { + "path": "dependency-20260907/copy-map.json", + "bytes": 15673, + "sha256": "5234ef6060705cee5da3e05dca9717717a0b82503794217b123702be8ebeba0e", + "gitBlob": "2f576886d0ede0cc9d6e537aedaf2df4e655a6e3" + }, + { + "path": "dependency-20260907/lineage/HANDOFF.md", + "bytes": 6005, + "sha256": "7047501dcdd81f3a1a05393adeebd7427f4d3520cc4faca7ac8c3b7c9b0a3b97", + "gitBlob": "f42a804e4f607e183f05baa29f74bc30b1c1ee9b" + }, + { + "path": "dependency-20260907/lineage/manifest.json", + "bytes": 26933, + "sha256": "266850d5881fb4654199ee50466d6755422fa77e7b2ca89419a00e81486eea7a", + "gitBlob": "2c2be642c8427a324176c48fdbae7afc5cfaab5c" + }, + { + "path": "dependency-20260907/lineage/README.md", + "bytes": 7045, + "sha256": "032b15ea3aed02e44e9f4211345f86af207caf070310cf0e611ec92ce41d2343", + "gitBlob": "5d7bdcb2c90851d4bb8ef8eba4e396a4520cd2bc" + }, + { + "path": "dependency-20260907/lineage/source-bindings.json", + "bytes": 49582, + "sha256": "0619aa614098c6040f91f381ec0da864b5870a4ba2e9c56daff9978a3405cdd7", + "gitBlob": "821d011785b7023a41d991d2689b1a0f6271140a" + }, + { + "path": "dependency-20260907/omissions.json", + "bytes": 1464, + "sha256": "66e8a33427b3631951ad1332a0414022ef354db25045248df5297ffff1c65239", + "gitBlob": "c3ab7f8489f56a7838c2651d58ae57d8b8c85008" + }, + { + "path": "dependency-20260907/README.md", + "bytes": 3261, + "sha256": "804ca25dbc3975bcf6d166b7b802b80913675cf765d80bc76cffdfcc67dd113f", + "gitBlob": "b83e660aefa725208cafa15bba1ab1a0f5dbf893" + }, + { + "path": "dependency-20260907/review/native-media-verification.json", + "bytes": 4652, + "sha256": "ee418f9a0f79e85e424771eb9ad5c8c6dc94071e092e36f89c46410a3ce07dc1", + "gitBlob": "4d75894241238b959c0617b6a6ea8c9d82108a28" + }, + { + "path": "dependency-20260907/review/RECEIPT.json", + "bytes": 3611, + "sha256": "14de05e8027bc8fcd939df71240caa22d7e78853c3bca57e77426c2d43251556", + "gitBlob": "7f31986cc0078a803fa51176077ec9b36b5dc43e" + }, + { + "path": "dependency-20260907/setup/installed-identities.json", + "bytes": 1728, + "sha256": "ff5877d00aed0f00f119e1f26f1873acac0c85fae77f194d38781167907168fe", + "gitBlob": "63109c5fcb4b72879409840c6067612957dc21b4" + }, + { + "path": "dependency-20260907/setup/npm-audit.stdout.txt", + "bytes": 363, + "sha256": "3132b9e1c1fa9aa1232da5490adda598c4ddca99d1e7eb1bc96664fe582aec6b", + "gitBlob": "44fbdf09f997109ee2b2424d69d57e2daddcabb5" + }, + { + "path": "dependency-20260907/setup/npm-ci.stdout.txt", + "bytes": 27, + "sha256": "670bea0157c7a8aaf22cab0c52cc064dc89af6a5e6630033835b123dc376db27", + "gitBlob": "768811e4101508376413f0f14b72d3eff7492a29" + }, + { + "path": "dependency-20260907/setup/remotion-versions.stdout.txt", + "bytes": 521, + "sha256": "618402e355986101f58326d2ed0065692875e1af9c1c1eddc9bcfd7de2f42055", + "gitBlob": "ef48ecbcdaafdfa03cdce0d1245cdb9b30fb349a" + }, + { + "path": "dependency-20260907/stage-summary.json", + "bytes": 23614, + "sha256": "ea9f1ed7dca07dcfd676791d1c2cee34505bf83ba8753e19409cfabefb5c4e29", + "gitBlob": "30817b64b984be9df4eeea02391c8d78540d53a0" + }, + { + "path": "encoding/documented-gif-command.json", + "bytes": 659, + "sha256": "f8d9833aba9a37ebeeb9397e6a380dd575eeab140d42ed812111872996ca14bd", + "gitBlob": "8c8ec77068295db0c74cf98c7ad967e9d351ba0c" + }, + { + "path": "encoding/documented-gif.stderr.txt", + "bytes": 0, + "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", + "gitBlob": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" + }, + { + "path": "encoding/documented-gif.stdout.txt", + "bytes": 0, + "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", + "gitBlob": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" + }, + { + "path": "encoding/gif-decode-command.json", + "bytes": 375, + "sha256": "395b25f5bb52414ae083c2446807a0281433ea0cd2aaaf2b48684656d6085ab3", + "gitBlob": "e567641d613a43fb1e26a14aab0a490a61f6e9f2" + }, + { + "path": "encoding/gif-decode.stderr.txt", + "bytes": 0, + "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", + "gitBlob": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" + }, + { + "path": "encoding/gif-decode.stdout.txt", + "bytes": 0, + "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", + "gitBlob": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" + }, + { + "path": "encoding/gif-probe-command.json", + "bytes": 398, + "sha256": "9a27f234af491a0b929c4a19c6144173e83eecf59dbdeb12cc3a593c8d6b4486", + "gitBlob": "a5f8fbb51ff3bca9b041f6fe7a2049e8ba76d677" + }, + { + "path": "encoding/gif-probe.stderr.txt", + "bytes": 0, + "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", + "gitBlob": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" + }, + { + "path": "encoding/gif-probe.stdout.txt", + "bytes": 2071, + "sha256": "aecf348b482f91d97df7cb52a5c68e57d26ca8c8ffbb7d2e5c9bc14999ad9c38", + "gitBlob": "091b12163c657bb20721208eb9c0b289ddeb2159" + }, + { + "path": "encoding/readable-decode-command.json", + "bytes": 380, + "sha256": "89c7627791507cf220f160b7a30ecbbd34d81ae53435c3cd250492631f7db2b8", + "gitBlob": "6eb9fd568949316ac4e9312fdd4738bc1123a339" + }, + { + "path": "encoding/readable-decode.stderr.txt", + "bytes": 0, + "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", + "gitBlob": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" + }, + { + "path": "encoding/readable-decode.stdout.txt", + "bytes": 0, + "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", + "gitBlob": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" + }, + { + "path": "encoding/readable-ffprobe-command.json", + "bytes": 405, + "sha256": "c1cb42c1c5b5489412c9335a93da56efdea6d386643810288656f772c0292f78", + "gitBlob": "9756a0ca597790c47b912c4b2978039f9791e7c3" + }, + { + "path": "encoding/readable-ffprobe.stderr.txt", + "bytes": 0, + "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", + "gitBlob": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" + }, + { + "path": "encoding/readable-ffprobe.stdout.txt", + "bytes": 4691, + "sha256": "1de72f7b43285da7f9574b6582fb1440e030ea2a60944f40c7407effc5e4c8fe", + "gitBlob": "bc752539046e4c373bab6fe6de85b65e6bc86a32" + }, + { + "path": "encoding/render-readable-command.json", + "bytes": 410, + "sha256": "a561836ee6990bda38e3d38e48d95aec553a77983c8eb39d7043e76cb0f654bb", + "gitBlob": "f8edd7002f6654d30a07c5af7bd738ef5aab53fb" + }, + { + "path": "encoding/render-readable.stderr.txt", + "bytes": 0, + "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", + "gitBlob": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" + }, + { + "path": "encoding/render-readable.stdout.txt", + "bytes": 24526, + "sha256": "1c63c0152442e2baf5ef84bfcf94bc2628bbda911beff26c1d2a2dd56973e1fc", + "gitBlob": "19d28d94b2d8708468ae306dce6bb057f0a7d0d0" + }, + { + "path": "encoding/stage04-closed.json", + "bytes": 118, + "sha256": "17bc5068498b462463adebd3d8f6331da34ae185e43da69271520d365cf614ad", + "gitBlob": "7141eac9c9e23bad46995eff110e95e702c62f39" + }, + { + "path": "encoding/stage04-receipt.json", + "bytes": 23747, + "sha256": "40d9b4e7633222cde48d692f803322e2c220bfa7e532f7d1b5b9055074183056", + "gitBlob": "f90f8b984e84cfa8318bd44d496ed57bcee119c6" + }, + { + "path": "encoding/stage05-closed.json", + "bytes": 118, + "sha256": "17bc5068498b462463adebd3d8f6331da34ae185e43da69271520d365cf614ad", + "gitBlob": "7141eac9c9e23bad46995eff110e95e702c62f39" + }, + { + "path": "encoding/stage05-receipt.json", + "bytes": 164, + "sha256": "38b5dd782102d499bb77624ec6bae6aadcac5591ab18071728e7160d733fa72c", + "gitBlob": "2fa2c9fbf199bc05d482ba5ba34a8163266d8f3f" + }, + { + "path": "judgments/E6o_FEATURECLIPSTUDIO_CAPTURE_STATUS_FINAL_JUDGE.json", + "bytes": 9258, + "sha256": "b40c0069d521d23554dd092811cb4e81046ce894c6875ebdc92162e3ed13b299", + "gitBlob": "a68235540251343065a5c5027523056145f1e79c" + }, + { + "path": "judgments/E6o_FEATURECLIPSTUDIO_CAPTURE_STATUS_FINAL_JUDGE.md.txt", + "bytes": 3192, + "sha256": "927c8638a8691e46512bf6411f6474c7c3d91b55507a6ddf1e209d4ec959ba22", + "gitBlob": "fb94006257a77e79eff79e4ffe57c93b4efe5d2b" + }, + { + "path": "judgments/E6o_FEATURECLIPSTUDIO_CRITERION_ASSESSMENT.json", + "bytes": 47752, + "sha256": "1e9d47b96c0213865628321e04243120451b8ffbbd86be50b54530477a04d49a", + "gitBlob": "2f91dbbd7f7b9bfcdb68c276f0de4e681b518d57" + }, + { + "path": "judgments/E6o_FEATURECLIPSTUDIO_CRITERION_ASSESSMENT.md.txt", + "bytes": 5000, + "sha256": "34ff93d97754f0e66041feeb19c0545dcf3d84e1f356673a3fdd9ff5cdc3a446", + "gitBlob": "7ea20e5f3e2b10d7e5bc0e9297fb9e28ebb68be0" + }, + { + "path": "judgments/E6o_FEATURECLIPSTUDIO_READABILITY_CRITERION_ASSESSMENT.json", + "bytes": 66031, + "sha256": "ae178f351d8a05353d2e8ad4081a4098bc829b41cab2ffbf4b2ab9448495dba0", + "gitBlob": "6602828c29d683909a934dc8918239f25ee533be" + }, + { + "path": "judgments/E6o_FEATURECLIPSTUDIO_READABILITY_CRITERION_ASSESSMENT.md.txt", + "bytes": 3190, + "sha256": "d90269fa28006e1a930ba4a67a415f1a63ef7bceb59b6b915282d3b1d0cbcc26", + "gitBlob": "3348007cfa3b952c9a08e8e59b74d278646148b2" + }, + { + "path": "judgments/E6o_FEATURECLIPSTUDIO_READABILITY_FINAL_JUDGE.json", + "bytes": 3645, + "sha256": "e0177f82b99146a7aef40bb804d3cd1b3ef07ca535fc2ad2695b6ddf6ddc712c", + "gitBlob": "f8310ab6b02226f3bbfaa72e1f48f0bdb0d718d1" + }, + { + "path": "judgments/E6o_FEATURECLIPSTUDIO_READABILITY_FINAL_JUDGE.md.txt", + "bytes": 6199, + "sha256": "ecdaf01085fefdc7777316e0f74ef4b97bf9af02a129764eb100e3b9f5a5352d", + "gitBlob": "0262071302342b05c71c5bd5688f5c96df90befd" + }, + { + "path": "judgments/final-judge-field-correction.json", + "bytes": 889, + "sha256": "491fc358c694d972b1e7bc0b77be8e4e10ce3961a6353a5f22d9cbdbfc3266c3", + "gitBlob": "d6b7dd68bc09f729859a4fab85be131c591b70ca" + }, + { + "path": "judgments/reviewer-reading-correction.json", + "bytes": 18801, + "sha256": "86da1a54c33480e3cc8424c41b31534e92f1c998d92e6fed49c730816468a0d1", + "gitBlob": "62ba674b424405073477d7a5146d79afe0d3a309" + }, + { + "path": "omissions.json", + "bytes": 3590, + "sha256": "d41e78e0431e46e659c5aa9a287cd1386bf9d1dc84f63789713f569ea378280e", + "gitBlob": "8f4edce02ca0eb757aacb6e6bdd403db5f5ffbcb" + }, + { + "path": "README.md", + "bytes": 7618, + "sha256": "37fef74e7c60d7951d5a6827332708e1eb086f0c0dcbe1384fb2658dadce5ee3", + "gitBlob": "103f1ee5b93a29278d38d7951f72f15ffc9241c5" + }, + { + "path": "scope/change-boundary.md.txt", + "bytes": 3717, + "sha256": "cbfe55ab985d59603a6cde6f576bd32ed87f187f60d07345dcc9107940da99b8", + "gitBlob": "ef4de3b963eaec288638dd4bbb745639dcb4cd29" + }, + { + "path": "scope/change-boundary.png", + "bytes": 224067, + "sha256": "f69cea8c46e7ddfef5967388f8eb76346337716a4a7c50dead85a0b6865b9f04", + "gitBlob": "91cfe673a7f86d8477e4bc611e1ba76806942d59" + }, + { + "path": "setup/ffmpeg-version.stdout.txt", + "bytes": 1964, + "sha256": "f4d5c3a47d3592181730b4d37764498c96091f1604066b43ad60db1a480992dd", + "gitBlob": "f4f81e346e59dc9281a1d1286c92c287fda646da" + }, + { + "path": "setup/ffprobe-version.stdout.txt", + "bytes": 1965, + "sha256": "4cac2bf444f8d0c49ba2d8a05a4dd16656b762c24eba79d95a7fe8fc9a672cf9", + "gitBlob": "4732aa78cdf9a6a8843f288ea4e0198735aecdba" + }, + { + "path": "setup/node-version.stdout.txt", + "bytes": 10, + "sha256": "99149e35f76aa1efc846f029c3d2733b3541fe76ac97b74d33883481c0ce8dd9", + "gitBlob": "737cf4c86dc769e96a731304a110cdeedd16651a" + }, + { + "path": "setup/normal-ci-command.json", + "bytes": 258, + "sha256": "c84b3f3625fc2ccd15da4fd1469f635c487a02fce7b9979d9d74104e195308fb", + "gitBlob": "c4bca6f7330c7b80c288993fb1705110579d9ad8" + }, + { + "path": "setup/normal-ci.stderr.txt", + "bytes": 125, + "sha256": "d5075113082a929119680914d84f6aca56a7b331f8d88abbbb82b1cab4e94788", + "gitBlob": "af32c7de5f84454181b7e49ce0ed0cafe0aecb43" + }, + { + "path": "setup/normal-ci.stdout.txt", + "bytes": 230, + "sha256": "21be77b9f71f41300cbb75f576b35c0fcedcafade477b3bb35484f35ce6ca4a2", + "gitBlob": "84bc4f58459929f787d83e215b8c016ce460310c" + }, + { + "path": "setup/npm-version.stdout.txt", + "bytes": 7, + "sha256": "35217e32d288f09fea0fe2b8124665225fc00ac7ea72c312bb523db9950a13c4", + "gitBlob": "51b288c12f97178f5c3b5303af210e65d00e726d" + }, + { + "path": "source-bindings.json", + "bytes": 50858, + "sha256": "0fc72fc7390d52e6c8721a5bc9212ebacb83774ae30f481c1b057cf083c55a18", + "gitBlob": "3cee9ec34dae966c8b5d9cb6adc8a1926f5856e9" + }, + { + "path": "verify.py", + "bytes": 2522, + "sha256": "5c3c9ecb048d9bc610d5c4c04f64c1be67bcace6dfbff905cda999fa0386167a", + "gitBlob": "1baf17a932229bf5f8e7c32836f4def44882bc92" + } + ], + "scope": "Exact selected bytes; this manifest is an inventory, not an authentication signature or runtime result." +} diff --git a/promotion/evidence/local-livesync-handoff-20260907/source-bindings.json b/promotion/evidence/local-livesync-handoff-20260907/source-bindings.json index 821d011..3cee9ec 100644 --- a/promotion/evidence/local-livesync-handoff-20260907/source-bindings.json +++ b/promotion/evidence/local-livesync-handoff-20260907/source-bindings.json @@ -1,1086 +1,1086 @@ -{ - "schema": "fcs-selected-source-bindings/v1", - "scope": "Selected render/capture/demo/check/metadata owners plus54 native PNGs. No whole repository/dependency/private-source inventory.", - "behaviorProofSourceDigest": "9c0556c9d68195277515242415e7afcac8a8e20e790403aec737dc44a21bbd6e", - "documentationSuccessor": "Only HANDOFF and the README link follow that behavior proof; this optional check binds their actual bytes.", - "files": [ - { - "path": "HANDOFF.md", - "rawBytes": 6005, - "rawSHA256": "7047501dcdd81f3a1a05393adeebd7427f4d3520cc4faca7ac8c3b7c9b0a3b97", - "rawGitBlob": "f42a804e4f607e183f05baa29f74bc30b1c1ee9b", - "canonicalBytes": 6005, - "canonicalSHA256": "7047501dcdd81f3a1a05393adeebd7427f4d3520cc4faca7ac8c3b7c9b0a3b97", - "canonicalGitBlob": "f42a804e4f607e183f05baa29f74bc30b1c1ee9b", - "checkoutNormalization": "crlf-to-lf", - "gitFilterProof": { - "actualRawFilteredBlob": "f42a804e4f607e183f05baa29f74bc30b1c1ee9b", - "CRLFVariantFilteredBlob": "f42a804e4f607e183f05baa29f74bc30b1c1ee9b" - } - }, - { - "path": "README.md", - "rawBytes": 66347, - "rawSHA256": "e81100f8559cd6044d94018c759751d099c3658891eb8bc953ee57045994e8c6", - "rawGitBlob": "f124c7123d79ec6b3daad76969193190c67a6cba", - "canonicalBytes": 64947, - "canonicalSHA256": "04271cf9f6121d28605db79136c32fc4f1663007b1807498059801ae6a5f6c8b", - "canonicalGitBlob": "2e8d4c39470ed0f251c5201e38b0ff64db45684a", - "checkoutNormalization": "crlf-to-lf", - "gitFilterProof": { - "actualRawFilteredBlob": "2e8d4c39470ed0f251c5201e38b0ff64db45684a", - "CRLFVariantFilteredBlob": "2e8d4c39470ed0f251c5201e38b0ff64db45684a" - } - }, - { - "path": "check.mjs", - "rawBytes": 8197, - "rawSHA256": "77160dcea1dbe037e3a66c39d0c67ee37dd667193b52b337132037c248a34552", - "rawGitBlob": "b1b43b2a1b5f7d832dd7f746a96e8d676cf20669", - "canonicalBytes": 8048, - "canonicalSHA256": "1d367e00433c594159ac203173a94fce3fce7748e013c0b1da8a3238547c963c", - "canonicalGitBlob": "8d1d14186be3ad833dc5907f528e51170096e6f9", - "checkoutNormalization": "crlf-to-lf", - "gitFilterProof": { - "actualRawFilteredBlob": "8d1d14186be3ad833dc5907f528e51170096e6f9", - "CRLFVariantFilteredBlob": "8d1d14186be3ad833dc5907f528e51170096e6f9" - } - }, - { - "path": "docs/START_HERE.md", - "rawBytes": 25207, - "rawSHA256": "0c9026ff34afeb52d08e764b932c97b5673d0424fffb98f6adb4072be0b84cdf", - "rawGitBlob": "f354f5c4bd6c3729b3a763d666b99bc10bca5aab", - "canonicalBytes": 24730, - "canonicalSHA256": "370d3f5be07961661b177f0fce4bae6908bc6eacb59c7a78e6ea0904ed660e5c", - "canonicalGitBlob": "8b996536a2f2a3b30e729924f3df139c430384aa", - "checkoutNormalization": "crlf-to-lf", - "gitFilterProof": { - "actualRawFilteredBlob": "8b996536a2f2a3b30e729924f3df139c430384aa", - "CRLFVariantFilteredBlob": "8b996536a2f2a3b30e729924f3df139c430384aa" - } - }, - { - "path": "docs/codebase/INTEGRATIONS.md", - "rawBytes": 5769, - "rawSHA256": "d5fe0d5133c11b83c3994f44540fb124d817657182ccb46954b6cb510add81de", - "rawGitBlob": "7a7154e39fd2731a7324d11f3a6581c7eebbb315", - "canonicalBytes": 5659, - "canonicalSHA256": "b1de9a6c37f6bc56d0516daf9cab150cd55f05a3f0e9adaf42e0ace94dda9631", - "canonicalGitBlob": "754b0234899f55bec8b814ac326c78ac871f15e6", - "checkoutNormalization": "crlf-to-lf", - "gitFilterProof": { - "actualRawFilteredBlob": "754b0234899f55bec8b814ac326c78ac871f15e6", - "CRLFVariantFilteredBlob": "754b0234899f55bec8b814ac326c78ac871f15e6" - } - }, - { - "path": "examples/collab-demo/README.md", - "rawBytes": 4808, - "rawSHA256": "141bc7fad03f45e93f21f42fe718d315a0c461891f650ea383cf70ca322a5e01", - "rawGitBlob": "ad44a1f8dc724d85ea6506584d45b253f85d8bb6", - "canonicalBytes": 4716, - "canonicalSHA256": "2fc330ea1be782f7591adde6073ebd037f6488f63d53e5eb4f8c05ec9a4bf536", - "canonicalGitBlob": "3c36648356bd6a1ff4e16fa230d13a574e7ba84c", - "checkoutNormalization": "crlf-to-lf", - "gitFilterProof": { - "actualRawFilteredBlob": "3c36648356bd6a1ff4e16fa230d13a574e7ba84c", - "CRLFVariantFilteredBlob": "3c36648356bd6a1ff4e16fa230d13a574e7ba84c" - } - }, - { - "path": "examples/collab-demo/server.mjs", - "rawBytes": 11499, - "rawSHA256": "aabbc1d58930081a8110847257de5beed7c62f106340da166d5c20448d1d75fc", - "rawGitBlob": "90323d870e8161caac98275098520bde9f16f738", - "canonicalBytes": 11201, - "canonicalSHA256": "f1bc37e9ebd5bdb4537fa8517844c739fe9f2da1f4248cbff6fe17d6d6375d7d", - "canonicalGitBlob": "3de5d48754446497d552f85aec6c0f4b28aca5ad", - "checkoutNormalization": "crlf-to-lf", - "gitFilterProof": { - "actualRawFilteredBlob": "3de5d48754446497d552f85aec6c0f4b28aca5ad", - "CRLFVariantFilteredBlob": "3de5d48754446497d552f85aec6c0f4b28aca5ad" - } - }, - { - "path": "package-lock.json", - "rawBytes": 109685, - "rawSHA256": "0ac5e892a39160a0b625ab319bd2a949188350e238512ebb41a63addb292cfae", - "rawGitBlob": "78d70f39e3420ce48a4b5f29a37446df39dbee73", - "canonicalBytes": 106747, - "canonicalSHA256": "ea3893c70509be630eb2e7abadd9c4cebe609396c216df1a2fbea5e42fcd8284", - "canonicalGitBlob": "e581cc060e5cc326a305e28268785c52b9530e0e", - "checkoutNormalization": "crlf-to-lf", - "gitFilterProof": { - "actualRawFilteredBlob": "e581cc060e5cc326a305e28268785c52b9530e0e", - "CRLFVariantFilteredBlob": "e581cc060e5cc326a305e28268785c52b9530e0e" - } - }, - { - "path": "package.json", - "rawBytes": 2190, - "rawSHA256": "bd5a8a60201b6b7c9bfe7eaa86300969111edc44d81409811b9eb1495b7209f3", - "rawGitBlob": "23c63eabc67d15718935d7f6ebdb2a009d9f94ba", - "canonicalBytes": 2131, - "canonicalSHA256": "e3ea003670c17e0d8cbd0b0163ddedc0ab8f167072c4a2a000295fd97c31ad2a", - "canonicalGitBlob": "c735540f2b24fea1a0c8347b4f01b6018e3412ab", - "checkoutNormalization": "crlf-to-lf", - "gitFilterProof": { - "actualRawFilteredBlob": "c735540f2b24fea1a0c8347b4f01b6018e3412ab", - "CRLFVariantFilteredBlob": "c735540f2b24fea1a0c8347b4f01b6018e3412ab" - } - }, - { - "path": "public/wt-collab/LiveSync/p0_00.png", - "rawBytes": 236192, - "rawSHA256": "3432eebd1336f92b13502f69fe28b176daf260fc83e76b27f17c3bcdad908e4f", - "rawGitBlob": "af23ae3943d8e2abc489d48e7d49fc13b891a876", - "canonicalBytes": 236192, - "canonicalSHA256": "3432eebd1336f92b13502f69fe28b176daf260fc83e76b27f17c3bcdad908e4f", - "canonicalGitBlob": "af23ae3943d8e2abc489d48e7d49fc13b891a876", - "checkoutNormalization": "exact", - "gitFilterProof": { - "actualRawFilteredBlob": "af23ae3943d8e2abc489d48e7d49fc13b891a876", - "CRLFVariantFilteredBlob": null - } - }, - { - "path": "public/wt-collab/LiveSync/p0_01.png", - "rawBytes": 241905, - "rawSHA256": "36b6110a24d5ad3192cd1b013bac6f403aa71444b03f96858406cd4b68f4fd47", - "rawGitBlob": "aa95f4fa3155ff1d4333e386f745d9418ce5bef0", - "canonicalBytes": 241905, - "canonicalSHA256": "36b6110a24d5ad3192cd1b013bac6f403aa71444b03f96858406cd4b68f4fd47", - "canonicalGitBlob": "aa95f4fa3155ff1d4333e386f745d9418ce5bef0", - "checkoutNormalization": "exact", - "gitFilterProof": { - "actualRawFilteredBlob": "aa95f4fa3155ff1d4333e386f745d9418ce5bef0", - "CRLFVariantFilteredBlob": null - } - }, - { - "path": "public/wt-collab/LiveSync/p0_02.png", - "rawBytes": 241905, - "rawSHA256": "36b6110a24d5ad3192cd1b013bac6f403aa71444b03f96858406cd4b68f4fd47", - "rawGitBlob": "aa95f4fa3155ff1d4333e386f745d9418ce5bef0", - "canonicalBytes": 241905, - "canonicalSHA256": "36b6110a24d5ad3192cd1b013bac6f403aa71444b03f96858406cd4b68f4fd47", - "canonicalGitBlob": "aa95f4fa3155ff1d4333e386f745d9418ce5bef0", - "checkoutNormalization": "exact", - "gitFilterProof": { - "actualRawFilteredBlob": "aa95f4fa3155ff1d4333e386f745d9418ce5bef0", - "CRLFVariantFilteredBlob": null - } - }, - { - "path": "public/wt-collab/LiveSync/p0_03_00.png", - "rawBytes": 208511, - "rawSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", - "rawGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", - "canonicalBytes": 208511, - "canonicalSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", - "canonicalGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", - "checkoutNormalization": "exact", - "gitFilterProof": { - "actualRawFilteredBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", - "CRLFVariantFilteredBlob": null - } - }, - { - "path": "public/wt-collab/LiveSync/p0_03_01.png", - "rawBytes": 208511, - "rawSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", - "rawGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", - "canonicalBytes": 208511, - "canonicalSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", - "canonicalGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", - "checkoutNormalization": "exact", - "gitFilterProof": { - "actualRawFilteredBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", - "CRLFVariantFilteredBlob": null - } - }, - { - "path": "public/wt-collab/LiveSync/p0_03_02.png", - "rawBytes": 208511, - "rawSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", - "rawGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", - "canonicalBytes": 208511, - "canonicalSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", - "canonicalGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", - "checkoutNormalization": "exact", - "gitFilterProof": { - "actualRawFilteredBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", - "CRLFVariantFilteredBlob": null - } - }, - { - "path": "public/wt-collab/LiveSync/p0_03_03.png", - "rawBytes": 208511, - "rawSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", - "rawGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", - "canonicalBytes": 208511, - "canonicalSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", - "canonicalGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", - "checkoutNormalization": "exact", - "gitFilterProof": { - "actualRawFilteredBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", - "CRLFVariantFilteredBlob": null - } - }, - { - "path": "public/wt-collab/LiveSync/p0_03_04.png", - "rawBytes": 208511, - "rawSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", - "rawGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", - "canonicalBytes": 208511, - "canonicalSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", - "canonicalGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", - "checkoutNormalization": "exact", - "gitFilterProof": { - "actualRawFilteredBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", - "CRLFVariantFilteredBlob": null - } - }, - { - "path": "public/wt-collab/LiveSync/p0_03_05.png", - "rawBytes": 208511, - "rawSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", - "rawGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", - "canonicalBytes": 208511, - "canonicalSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", - "canonicalGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", - "checkoutNormalization": "exact", - "gitFilterProof": { - "actualRawFilteredBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", - "CRLFVariantFilteredBlob": null - } - }, - { - "path": "public/wt-collab/LiveSync/p0_03_06.png", - "rawBytes": 208511, - "rawSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", - "rawGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", - "canonicalBytes": 208511, - "canonicalSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", - "canonicalGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", - "checkoutNormalization": "exact", - "gitFilterProof": { - "actualRawFilteredBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", - "CRLFVariantFilteredBlob": null - } - }, - { - "path": "public/wt-collab/LiveSync/p0_03_07.png", - "rawBytes": 208511, - "rawSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", - "rawGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", - "canonicalBytes": 208511, - "canonicalSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", - "canonicalGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", - "checkoutNormalization": "exact", - "gitFilterProof": { - "actualRawFilteredBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", - "CRLFVariantFilteredBlob": null - } - }, - { - "path": "public/wt-collab/LiveSync/p0_03_08.png", - "rawBytes": 208511, - "rawSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", - "rawGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", - "canonicalBytes": 208511, - "canonicalSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", - "canonicalGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", - "checkoutNormalization": "exact", - "gitFilterProof": { - "actualRawFilteredBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", - "CRLFVariantFilteredBlob": null - } - }, - { - "path": "public/wt-collab/LiveSync/p0_03_09.png", - "rawBytes": 208511, - "rawSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", - "rawGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", - "canonicalBytes": 208511, - "canonicalSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", - "canonicalGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", - "checkoutNormalization": "exact", - "gitFilterProof": { - "actualRawFilteredBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", - "CRLFVariantFilteredBlob": null - } - }, - { - "path": "public/wt-collab/LiveSync/p0_04.png", - "rawBytes": 208511, - "rawSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", - "rawGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", - "canonicalBytes": 208511, - "canonicalSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", - "canonicalGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", - "checkoutNormalization": "exact", - "gitFilterProof": { - "actualRawFilteredBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", - "CRLFVariantFilteredBlob": null - } - }, - { - "path": "public/wt-collab/LiveSync/p0_05.png", - "rawBytes": 208511, - "rawSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", - "rawGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", - "canonicalBytes": 208511, - "canonicalSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", - "canonicalGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", - "checkoutNormalization": "exact", - "gitFilterProof": { - "actualRawFilteredBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", - "CRLFVariantFilteredBlob": null - } - }, - { - "path": "public/wt-collab/LiveSync/p0_06_00.png", - "rawBytes": 228274, - "rawSHA256": "63cb5423e4de0b02c181e74cd34a76ee256184d3ef1140c5d13468528ad9a7a8", - "rawGitBlob": "80f16b19f544e8ed88b6ddfb440080889fd43c22", - "canonicalBytes": 228274, - "canonicalSHA256": "63cb5423e4de0b02c181e74cd34a76ee256184d3ef1140c5d13468528ad9a7a8", - "canonicalGitBlob": "80f16b19f544e8ed88b6ddfb440080889fd43c22", - "checkoutNormalization": "exact", - "gitFilterProof": { - "actualRawFilteredBlob": "80f16b19f544e8ed88b6ddfb440080889fd43c22", - "CRLFVariantFilteredBlob": null - } - }, - { - "path": "public/wt-collab/LiveSync/p0_06_01.png", - "rawBytes": 231072, - "rawSHA256": "bfca72a2c5d1b6ba019d37c4f3c739ff669dcb1f9dcaa733c59c42a732b97018", - "rawGitBlob": "5898dd848f46da29cde4bf5a2029e52fbcc8ffa7", - "canonicalBytes": 231072, - "canonicalSHA256": "bfca72a2c5d1b6ba019d37c4f3c739ff669dcb1f9dcaa733c59c42a732b97018", - "canonicalGitBlob": "5898dd848f46da29cde4bf5a2029e52fbcc8ffa7", - "checkoutNormalization": "exact", - "gitFilterProof": { - "actualRawFilteredBlob": "5898dd848f46da29cde4bf5a2029e52fbcc8ffa7", - "CRLFVariantFilteredBlob": null - } - }, - { - "path": "public/wt-collab/LiveSync/p0_06_02.png", - "rawBytes": 245105, - "rawSHA256": "1cbf02ca4de16400614e522d3be3da4b5924526e25d1480de4025b6c676e0d90", - "rawGitBlob": "dadf819e42bfcc3fc8718c8069accd96e1a9c823", - "canonicalBytes": 245105, - "canonicalSHA256": "1cbf02ca4de16400614e522d3be3da4b5924526e25d1480de4025b6c676e0d90", - "canonicalGitBlob": "dadf819e42bfcc3fc8718c8069accd96e1a9c823", - "checkoutNormalization": "exact", - "gitFilterProof": { - "actualRawFilteredBlob": "dadf819e42bfcc3fc8718c8069accd96e1a9c823", - "CRLFVariantFilteredBlob": null - } - }, - { - "path": "public/wt-collab/LiveSync/p0_06_03.png", - "rawBytes": 232967, - "rawSHA256": "554eb8436339ba70bbb0883586e5c54dac5e5ae11ff57c6106c985594281847e", - "rawGitBlob": "1b2518cb705e14df13cf2f5c2d46ae0fa68deff0", - "canonicalBytes": 232967, - "canonicalSHA256": "554eb8436339ba70bbb0883586e5c54dac5e5ae11ff57c6106c985594281847e", - "canonicalGitBlob": "1b2518cb705e14df13cf2f5c2d46ae0fa68deff0", - "checkoutNormalization": "exact", - "gitFilterProof": { - "actualRawFilteredBlob": "1b2518cb705e14df13cf2f5c2d46ae0fa68deff0", - "CRLFVariantFilteredBlob": null - } - }, - { - "path": "public/wt-collab/LiveSync/p0_06_04.png", - "rawBytes": 234520, - "rawSHA256": "af3ce9f500e30db33e68d48b67748b7d25783d680f0da8f51b9584f09f9f21c2", - "rawGitBlob": "b6f066922e4a3d9e6f53753278dd561b666723cd", - "canonicalBytes": 234520, - "canonicalSHA256": "af3ce9f500e30db33e68d48b67748b7d25783d680f0da8f51b9584f09f9f21c2", - "canonicalGitBlob": "b6f066922e4a3d9e6f53753278dd561b666723cd", - "checkoutNormalization": "exact", - "gitFilterProof": { - "actualRawFilteredBlob": "b6f066922e4a3d9e6f53753278dd561b666723cd", - "CRLFVariantFilteredBlob": null - } - }, - { - "path": "public/wt-collab/LiveSync/p0_06_05.png", - "rawBytes": 236605, - "rawSHA256": "4ba3d4f0da970a6ba9c0e9ca7bc67ba9ae9788dba1eee5d06dda8a59470adcab", - "rawGitBlob": "552b95c351ce4b49a1f3dfeea96244e5bf009fb6", - "canonicalBytes": 236605, - "canonicalSHA256": "4ba3d4f0da970a6ba9c0e9ca7bc67ba9ae9788dba1eee5d06dda8a59470adcab", - "canonicalGitBlob": "552b95c351ce4b49a1f3dfeea96244e5bf009fb6", - "checkoutNormalization": "exact", - "gitFilterProof": { - "actualRawFilteredBlob": "552b95c351ce4b49a1f3dfeea96244e5bf009fb6", - "CRLFVariantFilteredBlob": null - } - }, - { - "path": "public/wt-collab/LiveSync/p0_06_06.png", - "rawBytes": 236531, - "rawSHA256": "99960a86896834a060c1695458f7a03b98182d14c482c9962698813679a9da0b", - "rawGitBlob": "440232d6f529fac3ca6fab699da4a76a1e90182e", - "canonicalBytes": 236531, - "canonicalSHA256": "99960a86896834a060c1695458f7a03b98182d14c482c9962698813679a9da0b", - "canonicalGitBlob": "440232d6f529fac3ca6fab699da4a76a1e90182e", - "checkoutNormalization": "exact", - "gitFilterProof": { - "actualRawFilteredBlob": "440232d6f529fac3ca6fab699da4a76a1e90182e", - "CRLFVariantFilteredBlob": null - } - }, - { - "path": "public/wt-collab/LiveSync/p0_06_07.png", - "rawBytes": 233304, - "rawSHA256": "40a772e63cdeab75031898e15f2c2694e549321800c70b4a86994100e766e3b2", - "rawGitBlob": "59b1c33c386817e143cd787270cf619432fff571", - "canonicalBytes": 233304, - "canonicalSHA256": "40a772e63cdeab75031898e15f2c2694e549321800c70b4a86994100e766e3b2", - "canonicalGitBlob": "59b1c33c386817e143cd787270cf619432fff571", - "checkoutNormalization": "exact", - "gitFilterProof": { - "actualRawFilteredBlob": "59b1c33c386817e143cd787270cf619432fff571", - "CRLFVariantFilteredBlob": null - } - }, - { - "path": "public/wt-collab/LiveSync/p0_06_08.png", - "rawBytes": 233304, - "rawSHA256": "40a772e63cdeab75031898e15f2c2694e549321800c70b4a86994100e766e3b2", - "rawGitBlob": "59b1c33c386817e143cd787270cf619432fff571", - "canonicalBytes": 233304, - "canonicalSHA256": "40a772e63cdeab75031898e15f2c2694e549321800c70b4a86994100e766e3b2", - "canonicalGitBlob": "59b1c33c386817e143cd787270cf619432fff571", - "checkoutNormalization": "exact", - "gitFilterProof": { - "actualRawFilteredBlob": "59b1c33c386817e143cd787270cf619432fff571", - "CRLFVariantFilteredBlob": null - } - }, - { - "path": "public/wt-collab/LiveSync/p0_06_09.png", - "rawBytes": 233304, - "rawSHA256": "40a772e63cdeab75031898e15f2c2694e549321800c70b4a86994100e766e3b2", - "rawGitBlob": "59b1c33c386817e143cd787270cf619432fff571", - "canonicalBytes": 233304, - "canonicalSHA256": "40a772e63cdeab75031898e15f2c2694e549321800c70b4a86994100e766e3b2", - "canonicalGitBlob": "59b1c33c386817e143cd787270cf619432fff571", - "checkoutNormalization": "exact", - "gitFilterProof": { - "actualRawFilteredBlob": "59b1c33c386817e143cd787270cf619432fff571", - "CRLFVariantFilteredBlob": null - } - }, - { - "path": "public/wt-collab/LiveSync/p0_06_10.png", - "rawBytes": 233304, - "rawSHA256": "40a772e63cdeab75031898e15f2c2694e549321800c70b4a86994100e766e3b2", - "rawGitBlob": "59b1c33c386817e143cd787270cf619432fff571", - "canonicalBytes": 233304, - "canonicalSHA256": "40a772e63cdeab75031898e15f2c2694e549321800c70b4a86994100e766e3b2", - "canonicalGitBlob": "59b1c33c386817e143cd787270cf619432fff571", - "checkoutNormalization": "exact", - "gitFilterProof": { - "actualRawFilteredBlob": "59b1c33c386817e143cd787270cf619432fff571", - "CRLFVariantFilteredBlob": null - } - }, - { - "path": "public/wt-collab/LiveSync/p0_07.png", - "rawBytes": 233304, - "rawSHA256": "40a772e63cdeab75031898e15f2c2694e549321800c70b4a86994100e766e3b2", - "rawGitBlob": "59b1c33c386817e143cd787270cf619432fff571", - "canonicalBytes": 233304, - "canonicalSHA256": "40a772e63cdeab75031898e15f2c2694e549321800c70b4a86994100e766e3b2", - "canonicalGitBlob": "59b1c33c386817e143cd787270cf619432fff571", - "checkoutNormalization": "exact", - "gitFilterProof": { - "actualRawFilteredBlob": "59b1c33c386817e143cd787270cf619432fff571", - "CRLFVariantFilteredBlob": null - } - }, - { - "path": "public/wt-collab/LiveSync/p1_00.png", - "rawBytes": 235816, - "rawSHA256": "30678a7cf6edc046240ceed8995ca7153e6041c8710849b27970801058da147c", - "rawGitBlob": "84113d73e7c2749798d3ad392e7b597a5835b75c", - "canonicalBytes": 235816, - "canonicalSHA256": "30678a7cf6edc046240ceed8995ca7153e6041c8710849b27970801058da147c", - "canonicalGitBlob": "84113d73e7c2749798d3ad392e7b597a5835b75c", - "checkoutNormalization": "exact", - "gitFilterProof": { - "actualRawFilteredBlob": "84113d73e7c2749798d3ad392e7b597a5835b75c", - "CRLFVariantFilteredBlob": null - } - }, - { - "path": "public/wt-collab/LiveSync/p1_01.png", - "rawBytes": 235816, - "rawSHA256": "30678a7cf6edc046240ceed8995ca7153e6041c8710849b27970801058da147c", - "rawGitBlob": "84113d73e7c2749798d3ad392e7b597a5835b75c", - "canonicalBytes": 235816, - "canonicalSHA256": "30678a7cf6edc046240ceed8995ca7153e6041c8710849b27970801058da147c", - "canonicalGitBlob": "84113d73e7c2749798d3ad392e7b597a5835b75c", - "checkoutNormalization": "exact", - "gitFilterProof": { - "actualRawFilteredBlob": "84113d73e7c2749798d3ad392e7b597a5835b75c", - "CRLFVariantFilteredBlob": null - } - }, - { - "path": "public/wt-collab/LiveSync/p1_02.png", - "rawBytes": 235816, - "rawSHA256": "30678a7cf6edc046240ceed8995ca7153e6041c8710849b27970801058da147c", - "rawGitBlob": "84113d73e7c2749798d3ad392e7b597a5835b75c", - "canonicalBytes": 235816, - "canonicalSHA256": "30678a7cf6edc046240ceed8995ca7153e6041c8710849b27970801058da147c", - "canonicalGitBlob": "84113d73e7c2749798d3ad392e7b597a5835b75c", - "checkoutNormalization": "exact", - "gitFilterProof": { - "actualRawFilteredBlob": "84113d73e7c2749798d3ad392e7b597a5835b75c", - "CRLFVariantFilteredBlob": null - } - }, - { - "path": "public/wt-collab/LiveSync/p1_03_00.png", - "rawBytes": 208019, - "rawSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", - "rawGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", - "canonicalBytes": 208019, - "canonicalSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", - "canonicalGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", - "checkoutNormalization": "exact", - "gitFilterProof": { - "actualRawFilteredBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", - "CRLFVariantFilteredBlob": null - } - }, - { - "path": "public/wt-collab/LiveSync/p1_03_01.png", - "rawBytes": 208019, - "rawSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", - "rawGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", - "canonicalBytes": 208019, - "canonicalSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", - "canonicalGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", - "checkoutNormalization": "exact", - "gitFilterProof": { - "actualRawFilteredBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", - "CRLFVariantFilteredBlob": null - } - }, - { - "path": "public/wt-collab/LiveSync/p1_03_02.png", - "rawBytes": 208019, - "rawSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", - "rawGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", - "canonicalBytes": 208019, - "canonicalSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", - "canonicalGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", - "checkoutNormalization": "exact", - "gitFilterProof": { - "actualRawFilteredBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", - "CRLFVariantFilteredBlob": null - } - }, - { - "path": "public/wt-collab/LiveSync/p1_03_03.png", - "rawBytes": 208019, - "rawSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", - "rawGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", - "canonicalBytes": 208019, - "canonicalSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", - "canonicalGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", - "checkoutNormalization": "exact", - "gitFilterProof": { - "actualRawFilteredBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", - "CRLFVariantFilteredBlob": null - } - }, - { - "path": "public/wt-collab/LiveSync/p1_03_04.png", - "rawBytes": 208019, - "rawSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", - "rawGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", - "canonicalBytes": 208019, - "canonicalSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", - "canonicalGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", - "checkoutNormalization": "exact", - "gitFilterProof": { - "actualRawFilteredBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", - "CRLFVariantFilteredBlob": null - } - }, - { - "path": "public/wt-collab/LiveSync/p1_03_05.png", - "rawBytes": 208019, - "rawSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", - "rawGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", - "canonicalBytes": 208019, - "canonicalSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", - "canonicalGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", - "checkoutNormalization": "exact", - "gitFilterProof": { - "actualRawFilteredBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", - "CRLFVariantFilteredBlob": null - } - }, - { - "path": "public/wt-collab/LiveSync/p1_03_06.png", - "rawBytes": 208019, - "rawSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", - "rawGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", - "canonicalBytes": 208019, - "canonicalSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", - "canonicalGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", - "checkoutNormalization": "exact", - "gitFilterProof": { - "actualRawFilteredBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", - "CRLFVariantFilteredBlob": null - } - }, - { - "path": "public/wt-collab/LiveSync/p1_03_07.png", - "rawBytes": 208019, - "rawSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", - "rawGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", - "canonicalBytes": 208019, - "canonicalSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", - "canonicalGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", - "checkoutNormalization": "exact", - "gitFilterProof": { - "actualRawFilteredBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", - "CRLFVariantFilteredBlob": null - } - }, - { - "path": "public/wt-collab/LiveSync/p1_03_08.png", - "rawBytes": 208019, - "rawSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", - "rawGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", - "canonicalBytes": 208019, - "canonicalSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", - "canonicalGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", - "checkoutNormalization": "exact", - "gitFilterProof": { - "actualRawFilteredBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", - "CRLFVariantFilteredBlob": null - } - }, - { - "path": "public/wt-collab/LiveSync/p1_03_09.png", - "rawBytes": 208019, - "rawSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", - "rawGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", - "canonicalBytes": 208019, - "canonicalSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", - "canonicalGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", - "checkoutNormalization": "exact", - "gitFilterProof": { - "actualRawFilteredBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", - "CRLFVariantFilteredBlob": null - } - }, - { - "path": "public/wt-collab/LiveSync/p1_04.png", - "rawBytes": 208019, - "rawSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", - "rawGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", - "canonicalBytes": 208019, - "canonicalSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", - "canonicalGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", - "checkoutNormalization": "exact", - "gitFilterProof": { - "actualRawFilteredBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", - "CRLFVariantFilteredBlob": null - } - }, - { - "path": "public/wt-collab/LiveSync/p1_05.png", - "rawBytes": 208019, - "rawSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", - "rawGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", - "canonicalBytes": 208019, - "canonicalSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", - "canonicalGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", - "checkoutNormalization": "exact", - "gitFilterProof": { - "actualRawFilteredBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", - "CRLFVariantFilteredBlob": null - } - }, - { - "path": "public/wt-collab/LiveSync/p1_06_00.png", - "rawBytes": 223722, - "rawSHA256": "3eef0bf4826fe4fa5befd88bf338bb864cf133ef3025e625a19ba6878116a2f8", - "rawGitBlob": "e7c3e781c3f93a34ef37dd0a0776572b34fc6e41", - "canonicalBytes": 223722, - "canonicalSHA256": "3eef0bf4826fe4fa5befd88bf338bb864cf133ef3025e625a19ba6878116a2f8", - "canonicalGitBlob": "e7c3e781c3f93a34ef37dd0a0776572b34fc6e41", - "checkoutNormalization": "exact", - "gitFilterProof": { - "actualRawFilteredBlob": "e7c3e781c3f93a34ef37dd0a0776572b34fc6e41", - "CRLFVariantFilteredBlob": null - } - }, - { - "path": "public/wt-collab/LiveSync/p1_06_01.png", - "rawBytes": 226594, - "rawSHA256": "ca781679f0d36370950e9381a9a91a7168d1c4b9c6b01c01e8f9aee2a24db20b", - "rawGitBlob": "9e061ab99ca7e726c257055f737a2bf86fae7bfe", - "canonicalBytes": 226594, - "canonicalSHA256": "ca781679f0d36370950e9381a9a91a7168d1c4b9c6b01c01e8f9aee2a24db20b", - "canonicalGitBlob": "9e061ab99ca7e726c257055f737a2bf86fae7bfe", - "checkoutNormalization": "exact", - "gitFilterProof": { - "actualRawFilteredBlob": "9e061ab99ca7e726c257055f737a2bf86fae7bfe", - "CRLFVariantFilteredBlob": null - } - }, - { - "path": "public/wt-collab/LiveSync/p1_06_02.png", - "rawBytes": 241175, - "rawSHA256": "9aae7ae4ea32cb5f7d980d3631d754a76e72e225fcfb523f6a54f0b4db195d61", - "rawGitBlob": "4cbe0ce61a135a0f256c6b5d606a0bb07cd8abed", - "canonicalBytes": 241175, - "canonicalSHA256": "9aae7ae4ea32cb5f7d980d3631d754a76e72e225fcfb523f6a54f0b4db195d61", - "canonicalGitBlob": "4cbe0ce61a135a0f256c6b5d606a0bb07cd8abed", - "checkoutNormalization": "exact", - "gitFilterProof": { - "actualRawFilteredBlob": "4cbe0ce61a135a0f256c6b5d606a0bb07cd8abed", - "CRLFVariantFilteredBlob": null - } - }, - { - "path": "public/wt-collab/LiveSync/p1_06_03.png", - "rawBytes": 228440, - "rawSHA256": "61dcb99b917b497409ac2727e99c85a2656570c4009905007bd9b2c41365b4f4", - "rawGitBlob": "bb7ddd595c528710f6b425da34759c395f1d6476", - "canonicalBytes": 228440, - "canonicalSHA256": "61dcb99b917b497409ac2727e99c85a2656570c4009905007bd9b2c41365b4f4", - "canonicalGitBlob": "bb7ddd595c528710f6b425da34759c395f1d6476", - "checkoutNormalization": "exact", - "gitFilterProof": { - "actualRawFilteredBlob": "bb7ddd595c528710f6b425da34759c395f1d6476", - "CRLFVariantFilteredBlob": null - } - }, - { - "path": "public/wt-collab/LiveSync/p1_06_04.png", - "rawBytes": 229941, - "rawSHA256": "5de3011b5712e736b15927f55cdd70fe3b21207881dcd9a49a2cd11175b7f22a", - "rawGitBlob": "e2b38df1c5ad1fe9a29f77f2b4d11cb1d0de2cbc", - "canonicalBytes": 229941, - "canonicalSHA256": "5de3011b5712e736b15927f55cdd70fe3b21207881dcd9a49a2cd11175b7f22a", - "canonicalGitBlob": "e2b38df1c5ad1fe9a29f77f2b4d11cb1d0de2cbc", - "checkoutNormalization": "exact", - "gitFilterProof": { - "actualRawFilteredBlob": "e2b38df1c5ad1fe9a29f77f2b4d11cb1d0de2cbc", - "CRLFVariantFilteredBlob": null - } - }, - { - "path": "public/wt-collab/LiveSync/p1_06_05.png", - "rawBytes": 232160, - "rawSHA256": "fb7a77e748784f8e1109603b1100a9fc72251bc97b46e3a642b343b82b30dab5", - "rawGitBlob": "c736b8492dc42c0f7c61f09c287286de4a760ebe", - "canonicalBytes": 232160, - "canonicalSHA256": "fb7a77e748784f8e1109603b1100a9fc72251bc97b46e3a642b343b82b30dab5", - "canonicalGitBlob": "c736b8492dc42c0f7c61f09c287286de4a760ebe", - "checkoutNormalization": "exact", - "gitFilterProof": { - "actualRawFilteredBlob": "c736b8492dc42c0f7c61f09c287286de4a760ebe", - "CRLFVariantFilteredBlob": null - } - }, - { - "path": "public/wt-collab/LiveSync/p1_06_06.png", - "rawBytes": 232087, - "rawSHA256": "84698eef610099bb5f964941e1272a44a12796bf8b4c64b4de4ce9ce0f6a609a", - "rawGitBlob": "39dd4d09f3417b9ab8dd94eae2b9522ef8600f2e", - "canonicalBytes": 232087, - "canonicalSHA256": "84698eef610099bb5f964941e1272a44a12796bf8b4c64b4de4ce9ce0f6a609a", - "canonicalGitBlob": "39dd4d09f3417b9ab8dd94eae2b9522ef8600f2e", - "checkoutNormalization": "exact", - "gitFilterProof": { - "actualRawFilteredBlob": "39dd4d09f3417b9ab8dd94eae2b9522ef8600f2e", - "CRLFVariantFilteredBlob": null - } - }, - { - "path": "public/wt-collab/LiveSync/p1_06_07.png", - "rawBytes": 232433, - "rawSHA256": "ab6c81aed2aece48c7830fc2c34583e7547293abab36f2486bc969496b706a8e", - "rawGitBlob": "5aeefe7e7ef5435ce3a9ecab5a6ff95c3f246642", - "canonicalBytes": 232433, - "canonicalSHA256": "ab6c81aed2aece48c7830fc2c34583e7547293abab36f2486bc969496b706a8e", - "canonicalGitBlob": "5aeefe7e7ef5435ce3a9ecab5a6ff95c3f246642", - "checkoutNormalization": "exact", - "gitFilterProof": { - "actualRawFilteredBlob": "5aeefe7e7ef5435ce3a9ecab5a6ff95c3f246642", - "CRLFVariantFilteredBlob": null - } - }, - { - "path": "public/wt-collab/LiveSync/p1_06_08.png", - "rawBytes": 232433, - "rawSHA256": "ab6c81aed2aece48c7830fc2c34583e7547293abab36f2486bc969496b706a8e", - "rawGitBlob": "5aeefe7e7ef5435ce3a9ecab5a6ff95c3f246642", - "canonicalBytes": 232433, - "canonicalSHA256": "ab6c81aed2aece48c7830fc2c34583e7547293abab36f2486bc969496b706a8e", - "canonicalGitBlob": "5aeefe7e7ef5435ce3a9ecab5a6ff95c3f246642", - "checkoutNormalization": "exact", - "gitFilterProof": { - "actualRawFilteredBlob": "5aeefe7e7ef5435ce3a9ecab5a6ff95c3f246642", - "CRLFVariantFilteredBlob": null - } - }, - { - "path": "public/wt-collab/LiveSync/p1_06_09.png", - "rawBytes": 232433, - "rawSHA256": "ab6c81aed2aece48c7830fc2c34583e7547293abab36f2486bc969496b706a8e", - "rawGitBlob": "5aeefe7e7ef5435ce3a9ecab5a6ff95c3f246642", - "canonicalBytes": 232433, - "canonicalSHA256": "ab6c81aed2aece48c7830fc2c34583e7547293abab36f2486bc969496b706a8e", - "canonicalGitBlob": "5aeefe7e7ef5435ce3a9ecab5a6ff95c3f246642", - "checkoutNormalization": "exact", - "gitFilterProof": { - "actualRawFilteredBlob": "5aeefe7e7ef5435ce3a9ecab5a6ff95c3f246642", - "CRLFVariantFilteredBlob": null - } - }, - { - "path": "public/wt-collab/LiveSync/p1_06_10.png", - "rawBytes": 232433, - "rawSHA256": "ab6c81aed2aece48c7830fc2c34583e7547293abab36f2486bc969496b706a8e", - "rawGitBlob": "5aeefe7e7ef5435ce3a9ecab5a6ff95c3f246642", - "canonicalBytes": 232433, - "canonicalSHA256": "ab6c81aed2aece48c7830fc2c34583e7547293abab36f2486bc969496b706a8e", - "canonicalGitBlob": "5aeefe7e7ef5435ce3a9ecab5a6ff95c3f246642", - "checkoutNormalization": "exact", - "gitFilterProof": { - "actualRawFilteredBlob": "5aeefe7e7ef5435ce3a9ecab5a6ff95c3f246642", - "CRLFVariantFilteredBlob": null - } - }, - { - "path": "public/wt-collab/LiveSync/p1_07.png", - "rawBytes": 232433, - "rawSHA256": "ab6c81aed2aece48c7830fc2c34583e7547293abab36f2486bc969496b706a8e", - "rawGitBlob": "5aeefe7e7ef5435ce3a9ecab5a6ff95c3f246642", - "canonicalBytes": 232433, - "canonicalSHA256": "ab6c81aed2aece48c7830fc2c34583e7547293abab36f2486bc969496b706a8e", - "canonicalGitBlob": "5aeefe7e7ef5435ce3a9ecab5a6ff95c3f246642", - "checkoutNormalization": "exact", - "gitFilterProof": { - "actualRawFilteredBlob": "5aeefe7e7ef5435ce3a9ecab5a6ff95c3f246642", - "CRLFVariantFilteredBlob": null - } - }, - { - "path": "run-remotion.mjs", - "rawBytes": 8215, - "rawSHA256": "b4afeb635349079e34e317b7dd58017742d98e6dd4001fe0c40c07d8b2e0032f", - "rawGitBlob": "94a8eb2a182ad78e4ea5dbc10f382c9fd3569c74", - "canonicalBytes": 8063, - "canonicalSHA256": "cc9b8c248f2ab356b9122949b6bef12c91b4c05ccab8632fb9f47c859efe7794", - "canonicalGitBlob": "5a66409bb8165c799700f19326f865a362042cc5", - "checkoutNormalization": "crlf-to-lf", - "gitFilterProof": { - "actualRawFilteredBlob": "5a66409bb8165c799700f19326f865a362042cc5", - "CRLFVariantFilteredBlob": "5a66409bb8165c799700f19326f865a362042cc5" - } - }, - { - "path": "src/RoomOsRoot.jsx", - "rawBytes": 619, - "rawSHA256": "02f29ece3a695003b15e04f8736461f93df9b0762b6ace525c32b045c123fcb7", - "rawGitBlob": "e5ac2aff69c44d4cea8a2c905900dd34383ebfa1", - "canonicalBytes": 598, - "canonicalSHA256": "3cb721df0ff1b1b45b1a7adac7dac4399ab8b9fae66b4b9af776eef049f4921b", - "canonicalGitBlob": "3a115a705d6ac1df00844cd577469b02055d7810", - "checkoutNormalization": "crlf-to-lf", - "gitFilterProof": { - "actualRawFilteredBlob": "3a115a705d6ac1df00844cd577469b02055d7810", - "CRLFVariantFilteredBlob": "3a115a705d6ac1df00844cd577469b02055d7810" - } - }, - { - "path": "src/Root.jsx", - "rawBytes": 1422, - "rawSHA256": "144cf50ab6dccad3fb4c5730fac457ee5af7706934c1dc374d4bed941ee92d5d", - "rawGitBlob": "8caa7ed737eb620c3747ea228b7a82f1be1f0653", - "canonicalBytes": 1383, - "canonicalSHA256": "53a75e2e2600848bec73f41b6127c12f2df9775fc9049f2a9734e9a90b11da6d", - "canonicalGitBlob": "fccf576eedc34dcaab8ba2660acf9e7cd3b5afcf", - "checkoutNormalization": "crlf-to-lf", - "gitFilterProof": { - "actualRawFilteredBlob": "fccf576eedc34dcaab8ba2660acf9e7cd3b5afcf", - "CRLFVariantFilteredBlob": "fccf576eedc34dcaab8ba2660acf9e7cd3b5afcf" - } - }, - { - "path": "src/Walkthrough.jsx", - "rawBytes": 11510, - "rawSHA256": "ad3296780fa839817464cc90014b2551f42150f2b94733a1fd04b538f1e5d66f", - "rawGitBlob": "6fbbdfeecc6c5ea6831b72262b0f8614c1006fce", - "canonicalBytes": 11319, - "canonicalSHA256": "c45b9a99e81288cc43ac0660695bdbc8af9b609883ff0900ec8a6b487f754c20", - "canonicalGitBlob": "d77dc92fe972b44c15bab355e35b0af9f75363e5", - "checkoutNormalization": "crlf-to-lf", - "gitFilterProof": { - "actualRawFilteredBlob": "d77dc92fe972b44c15bab355e35b0af9f75363e5", - "CRLFVariantFilteredBlob": "d77dc92fe972b44c15bab355e35b0af9f75363e5" - } - }, - { - "path": "src/Walkthrough2up.jsx", - "rawBytes": 14528, - "rawSHA256": "5c3915bc6311adf33d90edae2c1aea94ee2f5314197db8a7de563ed86fccd192", - "rawGitBlob": "f828279ceeffa093c579463c23ab78d098fb4c2e", - "canonicalBytes": 14298, - "canonicalSHA256": "72075d84c9e4c6476979992a964566653c163f7e7e1a4d2050489e850afb386c", - "canonicalGitBlob": "9b010ab277975fa1171f0f3aada9875acac5c4ab", - "checkoutNormalization": "crlf-to-lf", - "gitFilterProof": { - "actualRawFilteredBlob": "9b010ab277975fa1171f0f3aada9875acac5c4ab", - "CRLFVariantFilteredBlob": "9b010ab277975fa1171f0f3aada9875acac5c4ab" - } - }, - { - "path": "src/WalkthroughGrid.jsx", - "rawBytes": 24261, - "rawSHA256": "956810a428f8e9f7189dd61abd44b1c9f2cbd0c636b8bcd3e0e0186983abc6c6", - "rawGitBlob": "6f62f6f0bd089b3a3a20c72789051794e349e383", - "canonicalBytes": 23531, - "canonicalSHA256": "f75d7128582b6107c521b7c3419248f6f727117278b6fc458bdfd7fae311b8a6", - "canonicalGitBlob": "a31bc4931d93fc4b1a56bebe4c249016066ba46e", - "checkoutNormalization": "crlf-to-lf", - "gitFilterProof": { - "actualRawFilteredBlob": "a31bc4931d93fc4b1a56bebe4c249016066ba46e", - "CRLFVariantFilteredBlob": "a31bc4931d93fc4b1a56bebe4c249016066ba46e" - } - }, - { - "path": "src/index.js", - "rawBytes": 117, - "rawSHA256": "f4d2074bee3d69c7673a211d9e4ed2764d8ee6accd46d9a96dc83b5ecd0519ae", - "rawGitBlob": "c4103a9c320a6ee787f006ca5be6451489a5edf0", - "canonicalBytes": 113, - "canonicalSHA256": "f179c548bb296a1147118065b0cb98739e2ea8967caeaef9d7999c9f5880010e", - "canonicalGitBlob": "122e3bd55a11531cc66e33c895bda2853e74ea3e", - "checkoutNormalization": "crlf-to-lf", - "gitFilterProof": { - "actualRawFilteredBlob": "122e3bd55a11531cc66e33c895bda2853e74ea3e", - "CRLFVariantFilteredBlob": "122e3bd55a11531cc66e33c895bda2853e74ea3e" - } - }, - { - "path": "src/roomos-index.js", - "rawBytes": 119, - "rawSHA256": "b02d89eec0c68a64f7128c48f3a8cc9abe4b47323ad25cbd74770c83d6480676", - "rawGitBlob": "9991e738d3a4cd8b2994e528fe8df51f83272759", - "canonicalBytes": 115, - "canonicalSHA256": "66847b8415e3faa03805107498446938abcd91709f6606fe6c976877f189a04c", - "canonicalGitBlob": "9ca50e518b3fca98d018f3c0f526622e8ff9071a", - "checkoutNormalization": "crlf-to-lf", - "gitFilterProof": { - "actualRawFilteredBlob": "9ca50e518b3fca98d018f3c0f526622e8ff9071a", - "CRLFVariantFilteredBlob": "9ca50e518b3fca98d018f3c0f526622e8ff9071a" - } - }, - { - "path": "src/walkthrough.collab.data.js", - "rawBytes": 61072, - "rawSHA256": "f6bee0827076bb5d08f77eeea81cc6d0ce427fa165128b6b6c279a513a4a06d4", - "rawGitBlob": "a13318afa4bda9f24e5f050e17bf62eed0c979a6", - "canonicalBytes": 61072, - "canonicalSHA256": "f6bee0827076bb5d08f77eeea81cc6d0ce427fa165128b6b6c279a513a4a06d4", - "canonicalGitBlob": "a13318afa4bda9f24e5f050e17bf62eed0c979a6", - "checkoutNormalization": "crlf-to-lf", - "gitFilterProof": { - "actualRawFilteredBlob": "a13318afa4bda9f24e5f050e17bf62eed0c979a6", - "CRLFVariantFilteredBlob": "a13318afa4bda9f24e5f050e17bf62eed0c979a6" - } - }, - { - "path": "src/walkthrough.data.js", - "rawBytes": 2307, - "rawSHA256": "4bb522982217ff452dea69c44e63706650cc1a3558cb461969222d448430d087", - "rawGitBlob": "1de868e83698e95cc3fc397a8bf3f0cabc59e06a", - "canonicalBytes": 2229, - "canonicalSHA256": "5b33c5566681b1853dc756ae8be0a8d80a5f48e05d7b8e683b67de8fc5899b58", - "canonicalGitBlob": "248e43945eb23c43279ed56b0a7d7a6dc5f8c8e4", - "checkoutNormalization": "crlf-to-lf", - "gitFilterProof": { - "actualRawFilteredBlob": "248e43945eb23c43279ed56b0a7d7a6dc5f8c8e4", - "CRLFVariantFilteredBlob": "248e43945eb23c43279ed56b0a7d7a6dc5f8c8e4" - } - }, - { - "path": "src/walkthrough.roomos.data.js", - "rawBytes": 37481, - "rawSHA256": "f193c1b30464274bcbf1a41daa9c092492f45531d90d63f1cc198602f5060941", - "rawGitBlob": "58552b90490990a44c15961841a67edcd9bf9de5", - "canonicalBytes": 36208, - "canonicalSHA256": "7698d275ab3ab4d21e92848d55a1211b857350b2b5ef23e75c5c6ee0fdcb1863", - "canonicalGitBlob": "f08faa12ca72c956729f538a82affead60deb88b", - "checkoutNormalization": "crlf-to-lf", - "gitFilterProof": { - "actualRawFilteredBlob": "f08faa12ca72c956729f538a82affead60deb88b", - "CRLFVariantFilteredBlob": "f08faa12ca72c956729f538a82affead60deb88b" - } - }, - { - "path": "src/walkthrough.visual.data.js", - "rawBytes": 5748, - "rawSHA256": "0241dae69dad76608edea2ee6ed2664c5236107c0fcc0b527eb4b9803c70cff1", - "rawGitBlob": "d51c7052f173a6e0817d053da5e30b82e4e16a95", - "canonicalBytes": 5539, - "canonicalSHA256": "7df11cf7fba8a772c4a12652516c0feb99dd8b4dca873b7d9b34bdc916d52ff3", - "canonicalGitBlob": "8b80dd527dd2249cada41d9c3c2e6f7da52f6605", - "checkoutNormalization": "crlf-to-lf", - "gitFilterProof": { - "actualRawFilteredBlob": "8b80dd527dd2249cada41d9c3c2e6f7da52f6605", - "CRLFVariantFilteredBlob": "8b80dd527dd2249cada41d9c3c2e6f7da52f6605" - } - }, - { - "path": "walkthrough.collab.mjs", - "rawBytes": 18112, - "rawSHA256": "0bdd6f4180fc83f4f160f20c9dd20b63bc567772f3f6fda3ef7955d86add7e2c", - "rawGitBlob": "7f85e28ef2698bfacaf44c356061f58344dfaf7b", - "canonicalBytes": 17776, - "canonicalSHA256": "61b7ec9519be81cb8fdcc6944d64e88cc7e6dd789a03aa4914e8c9b416e15ef3", - "canonicalGitBlob": "27f9b12ec53aeb4834dbe696c3ed50c333154459", - "checkoutNormalization": "crlf-to-lf", - "gitFilterProof": { - "actualRawFilteredBlob": "27f9b12ec53aeb4834dbe696c3ed50c333154459", - "CRLFVariantFilteredBlob": "27f9b12ec53aeb4834dbe696c3ed50c333154459" - } - }, - { - "path": "walkthrough.collab.specs.mjs", - "rawBytes": 5719, - "rawSHA256": "b35a04076067f484820fb668dec105f871d2036542dabec2c05789d5cb3f3ce4", - "rawGitBlob": "9e981a3863d1cfafe4594612ccd41165d6052265", - "canonicalBytes": 5611, - "canonicalSHA256": "c1f07732c1ef584a673cc9e1b724162e61f8b799ac4f3ef2076ec8ed9b19cc10", - "canonicalGitBlob": "40dc57e18bbeefd35f397ec7521a3209fd0eeed2", - "checkoutNormalization": "crlf-to-lf", - "gitFilterProof": { - "actualRawFilteredBlob": "40dc57e18bbeefd35f397ec7521a3209fd0eeed2", - "CRLFVariantFilteredBlob": "40dc57e18bbeefd35f397ec7521a3209fd0eeed2" - } - } - ] -} +{ + "schema": "fcs-selected-source-bindings/v1", + "scope": "Selected render/capture/demo/check/metadata owners plus54 native PNGs. No whole repository/dependency/private-source inventory.", + "behaviorProofSourceDigest": "9c0556c9d68195277515242415e7afcac8a8e20e790403aec737dc44a21bbd6e", + "documentationSuccessor": "Historical behavior digest retained above. Current dependency successor changes only package.json, package-lock.json and HANDOFF selected bindings; the other 74 selected rows remain exact. Dated local setup, render and comparison evidence is under dependency-20260907. No current shared CI claim.", + "files": [ + { + "path": "HANDOFF.md", + "rawBytes": 6593, + "rawSHA256": "b87ed21416af57d1d5fa856f57038eb78424423d907d84640a591884710504f1", + "rawGitBlob": "c27ce975caf7d234eb23e5b394e6a1b96615ea26", + "canonicalBytes": 6513, + "canonicalSHA256": "7153b4340a35ee74555d009699a288c3ae1410e1685fb52195fc2e9e42d8d9dd", + "canonicalGitBlob": "bf8bf0bd51af63de5e39bd48c0f34b0e80c76a1b", + "checkoutNormalization": "crlf-to-lf", + "gitFilterProof": { + "actualRawFilteredBlob": "bf8bf0bd51af63de5e39bd48c0f34b0e80c76a1b", + "CRLFVariantFilteredBlob": "bf8bf0bd51af63de5e39bd48c0f34b0e80c76a1b" + } + }, + { + "path": "README.md", + "rawBytes": 66347, + "rawSHA256": "e81100f8559cd6044d94018c759751d099c3658891eb8bc953ee57045994e8c6", + "rawGitBlob": "f124c7123d79ec6b3daad76969193190c67a6cba", + "canonicalBytes": 64947, + "canonicalSHA256": "04271cf9f6121d28605db79136c32fc4f1663007b1807498059801ae6a5f6c8b", + "canonicalGitBlob": "2e8d4c39470ed0f251c5201e38b0ff64db45684a", + "checkoutNormalization": "crlf-to-lf", + "gitFilterProof": { + "actualRawFilteredBlob": "2e8d4c39470ed0f251c5201e38b0ff64db45684a", + "CRLFVariantFilteredBlob": "2e8d4c39470ed0f251c5201e38b0ff64db45684a" + } + }, + { + "path": "check.mjs", + "rawBytes": 8197, + "rawSHA256": "77160dcea1dbe037e3a66c39d0c67ee37dd667193b52b337132037c248a34552", + "rawGitBlob": "b1b43b2a1b5f7d832dd7f746a96e8d676cf20669", + "canonicalBytes": 8048, + "canonicalSHA256": "1d367e00433c594159ac203173a94fce3fce7748e013c0b1da8a3238547c963c", + "canonicalGitBlob": "8d1d14186be3ad833dc5907f528e51170096e6f9", + "checkoutNormalization": "crlf-to-lf", + "gitFilterProof": { + "actualRawFilteredBlob": "8d1d14186be3ad833dc5907f528e51170096e6f9", + "CRLFVariantFilteredBlob": "8d1d14186be3ad833dc5907f528e51170096e6f9" + } + }, + { + "path": "docs/START_HERE.md", + "rawBytes": 25207, + "rawSHA256": "0c9026ff34afeb52d08e764b932c97b5673d0424fffb98f6adb4072be0b84cdf", + "rawGitBlob": "f354f5c4bd6c3729b3a763d666b99bc10bca5aab", + "canonicalBytes": 24730, + "canonicalSHA256": "370d3f5be07961661b177f0fce4bae6908bc6eacb59c7a78e6ea0904ed660e5c", + "canonicalGitBlob": "8b996536a2f2a3b30e729924f3df139c430384aa", + "checkoutNormalization": "crlf-to-lf", + "gitFilterProof": { + "actualRawFilteredBlob": "8b996536a2f2a3b30e729924f3df139c430384aa", + "CRLFVariantFilteredBlob": "8b996536a2f2a3b30e729924f3df139c430384aa" + } + }, + { + "path": "docs/codebase/INTEGRATIONS.md", + "rawBytes": 5769, + "rawSHA256": "d5fe0d5133c11b83c3994f44540fb124d817657182ccb46954b6cb510add81de", + "rawGitBlob": "7a7154e39fd2731a7324d11f3a6581c7eebbb315", + "canonicalBytes": 5659, + "canonicalSHA256": "b1de9a6c37f6bc56d0516daf9cab150cd55f05a3f0e9adaf42e0ace94dda9631", + "canonicalGitBlob": "754b0234899f55bec8b814ac326c78ac871f15e6", + "checkoutNormalization": "crlf-to-lf", + "gitFilterProof": { + "actualRawFilteredBlob": "754b0234899f55bec8b814ac326c78ac871f15e6", + "CRLFVariantFilteredBlob": "754b0234899f55bec8b814ac326c78ac871f15e6" + } + }, + { + "path": "examples/collab-demo/README.md", + "rawBytes": 4808, + "rawSHA256": "141bc7fad03f45e93f21f42fe718d315a0c461891f650ea383cf70ca322a5e01", + "rawGitBlob": "ad44a1f8dc724d85ea6506584d45b253f85d8bb6", + "canonicalBytes": 4716, + "canonicalSHA256": "2fc330ea1be782f7591adde6073ebd037f6488f63d53e5eb4f8c05ec9a4bf536", + "canonicalGitBlob": "3c36648356bd6a1ff4e16fa230d13a574e7ba84c", + "checkoutNormalization": "crlf-to-lf", + "gitFilterProof": { + "actualRawFilteredBlob": "3c36648356bd6a1ff4e16fa230d13a574e7ba84c", + "CRLFVariantFilteredBlob": "3c36648356bd6a1ff4e16fa230d13a574e7ba84c" + } + }, + { + "path": "examples/collab-demo/server.mjs", + "rawBytes": 11499, + "rawSHA256": "aabbc1d58930081a8110847257de5beed7c62f106340da166d5c20448d1d75fc", + "rawGitBlob": "90323d870e8161caac98275098520bde9f16f738", + "canonicalBytes": 11201, + "canonicalSHA256": "f1bc37e9ebd5bdb4537fa8517844c739fe9f2da1f4248cbff6fe17d6d6375d7d", + "canonicalGitBlob": "3de5d48754446497d552f85aec6c0f4b28aca5ad", + "checkoutNormalization": "crlf-to-lf", + "gitFilterProof": { + "actualRawFilteredBlob": "3de5d48754446497d552f85aec6c0f4b28aca5ad", + "CRLFVariantFilteredBlob": "3de5d48754446497d552f85aec6c0f4b28aca5ad" + } + }, + { + "path": "package-lock.json", + "rawBytes": 110263, + "rawSHA256": "8864c9babbd153bf12738a859cda08b385f87e8fde3b69df54f1c11e246a4d4f", + "rawGitBlob": "ef70facce634c4fea4f392c89fe071b1c48f51ba", + "canonicalBytes": 107311, + "canonicalSHA256": "651d66ae74485f23bb01a167ab02609bbd42eb1153970e40e6f24c322d702d74", + "canonicalGitBlob": "a11437d46f02a3c3519cdcc0218465170c33ed49", + "checkoutNormalization": "crlf-to-lf", + "gitFilterProof": { + "actualRawFilteredBlob": "a11437d46f02a3c3519cdcc0218465170c33ed49", + "CRLFVariantFilteredBlob": "a11437d46f02a3c3519cdcc0218465170c33ed49" + } + }, + { + "path": "package.json", + "rawBytes": 2188, + "rawSHA256": "d734691d9a0b87eb52e5010fa890b336dc7bb06a21a11884e5f0e2b34fe0c552", + "rawGitBlob": "606a9c8537a0460396275e1c9e5b1d97cb073ce5", + "canonicalBytes": 2129, + "canonicalSHA256": "bb23c9674b8d7dd0dd82b702e801dfbd595031a46eafbe1de9745f2329911cac", + "canonicalGitBlob": "4b9b31796556621f77a5493b54a3865b5aca1c90", + "checkoutNormalization": "crlf-to-lf", + "gitFilterProof": { + "actualRawFilteredBlob": "4b9b31796556621f77a5493b54a3865b5aca1c90", + "CRLFVariantFilteredBlob": "4b9b31796556621f77a5493b54a3865b5aca1c90" + } + }, + { + "path": "public/wt-collab/LiveSync/p0_00.png", + "rawBytes": 236192, + "rawSHA256": "3432eebd1336f92b13502f69fe28b176daf260fc83e76b27f17c3bcdad908e4f", + "rawGitBlob": "af23ae3943d8e2abc489d48e7d49fc13b891a876", + "canonicalBytes": 236192, + "canonicalSHA256": "3432eebd1336f92b13502f69fe28b176daf260fc83e76b27f17c3bcdad908e4f", + "canonicalGitBlob": "af23ae3943d8e2abc489d48e7d49fc13b891a876", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "af23ae3943d8e2abc489d48e7d49fc13b891a876", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p0_01.png", + "rawBytes": 241905, + "rawSHA256": "36b6110a24d5ad3192cd1b013bac6f403aa71444b03f96858406cd4b68f4fd47", + "rawGitBlob": "aa95f4fa3155ff1d4333e386f745d9418ce5bef0", + "canonicalBytes": 241905, + "canonicalSHA256": "36b6110a24d5ad3192cd1b013bac6f403aa71444b03f96858406cd4b68f4fd47", + "canonicalGitBlob": "aa95f4fa3155ff1d4333e386f745d9418ce5bef0", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "aa95f4fa3155ff1d4333e386f745d9418ce5bef0", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p0_02.png", + "rawBytes": 241905, + "rawSHA256": "36b6110a24d5ad3192cd1b013bac6f403aa71444b03f96858406cd4b68f4fd47", + "rawGitBlob": "aa95f4fa3155ff1d4333e386f745d9418ce5bef0", + "canonicalBytes": 241905, + "canonicalSHA256": "36b6110a24d5ad3192cd1b013bac6f403aa71444b03f96858406cd4b68f4fd47", + "canonicalGitBlob": "aa95f4fa3155ff1d4333e386f745d9418ce5bef0", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "aa95f4fa3155ff1d4333e386f745d9418ce5bef0", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p0_03_00.png", + "rawBytes": 208511, + "rawSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", + "rawGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "canonicalBytes": 208511, + "canonicalSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", + "canonicalGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p0_03_01.png", + "rawBytes": 208511, + "rawSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", + "rawGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "canonicalBytes": 208511, + "canonicalSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", + "canonicalGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p0_03_02.png", + "rawBytes": 208511, + "rawSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", + "rawGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "canonicalBytes": 208511, + "canonicalSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", + "canonicalGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p0_03_03.png", + "rawBytes": 208511, + "rawSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", + "rawGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "canonicalBytes": 208511, + "canonicalSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", + "canonicalGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p0_03_04.png", + "rawBytes": 208511, + "rawSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", + "rawGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "canonicalBytes": 208511, + "canonicalSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", + "canonicalGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p0_03_05.png", + "rawBytes": 208511, + "rawSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", + "rawGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "canonicalBytes": 208511, + "canonicalSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", + "canonicalGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p0_03_06.png", + "rawBytes": 208511, + "rawSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", + "rawGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "canonicalBytes": 208511, + "canonicalSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", + "canonicalGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p0_03_07.png", + "rawBytes": 208511, + "rawSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", + "rawGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "canonicalBytes": 208511, + "canonicalSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", + "canonicalGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p0_03_08.png", + "rawBytes": 208511, + "rawSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", + "rawGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "canonicalBytes": 208511, + "canonicalSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", + "canonicalGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p0_03_09.png", + "rawBytes": 208511, + "rawSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", + "rawGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "canonicalBytes": 208511, + "canonicalSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", + "canonicalGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p0_04.png", + "rawBytes": 208511, + "rawSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", + "rawGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "canonicalBytes": 208511, + "canonicalSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", + "canonicalGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p0_05.png", + "rawBytes": 208511, + "rawSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", + "rawGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "canonicalBytes": 208511, + "canonicalSHA256": "4c6953e1d4f0d2116bb2a4ee03ef47e034bc2f9b8940d36a29503471b15c0db9", + "canonicalGitBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "106a513be50176a859db6f4d700cd6bc6002ea6f", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p0_06_00.png", + "rawBytes": 228274, + "rawSHA256": "63cb5423e4de0b02c181e74cd34a76ee256184d3ef1140c5d13468528ad9a7a8", + "rawGitBlob": "80f16b19f544e8ed88b6ddfb440080889fd43c22", + "canonicalBytes": 228274, + "canonicalSHA256": "63cb5423e4de0b02c181e74cd34a76ee256184d3ef1140c5d13468528ad9a7a8", + "canonicalGitBlob": "80f16b19f544e8ed88b6ddfb440080889fd43c22", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "80f16b19f544e8ed88b6ddfb440080889fd43c22", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p0_06_01.png", + "rawBytes": 231072, + "rawSHA256": "bfca72a2c5d1b6ba019d37c4f3c739ff669dcb1f9dcaa733c59c42a732b97018", + "rawGitBlob": "5898dd848f46da29cde4bf5a2029e52fbcc8ffa7", + "canonicalBytes": 231072, + "canonicalSHA256": "bfca72a2c5d1b6ba019d37c4f3c739ff669dcb1f9dcaa733c59c42a732b97018", + "canonicalGitBlob": "5898dd848f46da29cde4bf5a2029e52fbcc8ffa7", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "5898dd848f46da29cde4bf5a2029e52fbcc8ffa7", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p0_06_02.png", + "rawBytes": 245105, + "rawSHA256": "1cbf02ca4de16400614e522d3be3da4b5924526e25d1480de4025b6c676e0d90", + "rawGitBlob": "dadf819e42bfcc3fc8718c8069accd96e1a9c823", + "canonicalBytes": 245105, + "canonicalSHA256": "1cbf02ca4de16400614e522d3be3da4b5924526e25d1480de4025b6c676e0d90", + "canonicalGitBlob": "dadf819e42bfcc3fc8718c8069accd96e1a9c823", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "dadf819e42bfcc3fc8718c8069accd96e1a9c823", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p0_06_03.png", + "rawBytes": 232967, + "rawSHA256": "554eb8436339ba70bbb0883586e5c54dac5e5ae11ff57c6106c985594281847e", + "rawGitBlob": "1b2518cb705e14df13cf2f5c2d46ae0fa68deff0", + "canonicalBytes": 232967, + "canonicalSHA256": "554eb8436339ba70bbb0883586e5c54dac5e5ae11ff57c6106c985594281847e", + "canonicalGitBlob": "1b2518cb705e14df13cf2f5c2d46ae0fa68deff0", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "1b2518cb705e14df13cf2f5c2d46ae0fa68deff0", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p0_06_04.png", + "rawBytes": 234520, + "rawSHA256": "af3ce9f500e30db33e68d48b67748b7d25783d680f0da8f51b9584f09f9f21c2", + "rawGitBlob": "b6f066922e4a3d9e6f53753278dd561b666723cd", + "canonicalBytes": 234520, + "canonicalSHA256": "af3ce9f500e30db33e68d48b67748b7d25783d680f0da8f51b9584f09f9f21c2", + "canonicalGitBlob": "b6f066922e4a3d9e6f53753278dd561b666723cd", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "b6f066922e4a3d9e6f53753278dd561b666723cd", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p0_06_05.png", + "rawBytes": 236605, + "rawSHA256": "4ba3d4f0da970a6ba9c0e9ca7bc67ba9ae9788dba1eee5d06dda8a59470adcab", + "rawGitBlob": "552b95c351ce4b49a1f3dfeea96244e5bf009fb6", + "canonicalBytes": 236605, + "canonicalSHA256": "4ba3d4f0da970a6ba9c0e9ca7bc67ba9ae9788dba1eee5d06dda8a59470adcab", + "canonicalGitBlob": "552b95c351ce4b49a1f3dfeea96244e5bf009fb6", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "552b95c351ce4b49a1f3dfeea96244e5bf009fb6", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p0_06_06.png", + "rawBytes": 236531, + "rawSHA256": "99960a86896834a060c1695458f7a03b98182d14c482c9962698813679a9da0b", + "rawGitBlob": "440232d6f529fac3ca6fab699da4a76a1e90182e", + "canonicalBytes": 236531, + "canonicalSHA256": "99960a86896834a060c1695458f7a03b98182d14c482c9962698813679a9da0b", + "canonicalGitBlob": "440232d6f529fac3ca6fab699da4a76a1e90182e", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "440232d6f529fac3ca6fab699da4a76a1e90182e", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p0_06_07.png", + "rawBytes": 233304, + "rawSHA256": "40a772e63cdeab75031898e15f2c2694e549321800c70b4a86994100e766e3b2", + "rawGitBlob": "59b1c33c386817e143cd787270cf619432fff571", + "canonicalBytes": 233304, + "canonicalSHA256": "40a772e63cdeab75031898e15f2c2694e549321800c70b4a86994100e766e3b2", + "canonicalGitBlob": "59b1c33c386817e143cd787270cf619432fff571", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "59b1c33c386817e143cd787270cf619432fff571", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p0_06_08.png", + "rawBytes": 233304, + "rawSHA256": "40a772e63cdeab75031898e15f2c2694e549321800c70b4a86994100e766e3b2", + "rawGitBlob": "59b1c33c386817e143cd787270cf619432fff571", + "canonicalBytes": 233304, + "canonicalSHA256": "40a772e63cdeab75031898e15f2c2694e549321800c70b4a86994100e766e3b2", + "canonicalGitBlob": "59b1c33c386817e143cd787270cf619432fff571", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "59b1c33c386817e143cd787270cf619432fff571", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p0_06_09.png", + "rawBytes": 233304, + "rawSHA256": "40a772e63cdeab75031898e15f2c2694e549321800c70b4a86994100e766e3b2", + "rawGitBlob": "59b1c33c386817e143cd787270cf619432fff571", + "canonicalBytes": 233304, + "canonicalSHA256": "40a772e63cdeab75031898e15f2c2694e549321800c70b4a86994100e766e3b2", + "canonicalGitBlob": "59b1c33c386817e143cd787270cf619432fff571", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "59b1c33c386817e143cd787270cf619432fff571", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p0_06_10.png", + "rawBytes": 233304, + "rawSHA256": "40a772e63cdeab75031898e15f2c2694e549321800c70b4a86994100e766e3b2", + "rawGitBlob": "59b1c33c386817e143cd787270cf619432fff571", + "canonicalBytes": 233304, + "canonicalSHA256": "40a772e63cdeab75031898e15f2c2694e549321800c70b4a86994100e766e3b2", + "canonicalGitBlob": "59b1c33c386817e143cd787270cf619432fff571", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "59b1c33c386817e143cd787270cf619432fff571", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p0_07.png", + "rawBytes": 233304, + "rawSHA256": "40a772e63cdeab75031898e15f2c2694e549321800c70b4a86994100e766e3b2", + "rawGitBlob": "59b1c33c386817e143cd787270cf619432fff571", + "canonicalBytes": 233304, + "canonicalSHA256": "40a772e63cdeab75031898e15f2c2694e549321800c70b4a86994100e766e3b2", + "canonicalGitBlob": "59b1c33c386817e143cd787270cf619432fff571", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "59b1c33c386817e143cd787270cf619432fff571", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p1_00.png", + "rawBytes": 235816, + "rawSHA256": "30678a7cf6edc046240ceed8995ca7153e6041c8710849b27970801058da147c", + "rawGitBlob": "84113d73e7c2749798d3ad392e7b597a5835b75c", + "canonicalBytes": 235816, + "canonicalSHA256": "30678a7cf6edc046240ceed8995ca7153e6041c8710849b27970801058da147c", + "canonicalGitBlob": "84113d73e7c2749798d3ad392e7b597a5835b75c", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "84113d73e7c2749798d3ad392e7b597a5835b75c", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p1_01.png", + "rawBytes": 235816, + "rawSHA256": "30678a7cf6edc046240ceed8995ca7153e6041c8710849b27970801058da147c", + "rawGitBlob": "84113d73e7c2749798d3ad392e7b597a5835b75c", + "canonicalBytes": 235816, + "canonicalSHA256": "30678a7cf6edc046240ceed8995ca7153e6041c8710849b27970801058da147c", + "canonicalGitBlob": "84113d73e7c2749798d3ad392e7b597a5835b75c", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "84113d73e7c2749798d3ad392e7b597a5835b75c", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p1_02.png", + "rawBytes": 235816, + "rawSHA256": "30678a7cf6edc046240ceed8995ca7153e6041c8710849b27970801058da147c", + "rawGitBlob": "84113d73e7c2749798d3ad392e7b597a5835b75c", + "canonicalBytes": 235816, + "canonicalSHA256": "30678a7cf6edc046240ceed8995ca7153e6041c8710849b27970801058da147c", + "canonicalGitBlob": "84113d73e7c2749798d3ad392e7b597a5835b75c", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "84113d73e7c2749798d3ad392e7b597a5835b75c", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p1_03_00.png", + "rawBytes": 208019, + "rawSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", + "rawGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "canonicalBytes": 208019, + "canonicalSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", + "canonicalGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p1_03_01.png", + "rawBytes": 208019, + "rawSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", + "rawGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "canonicalBytes": 208019, + "canonicalSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", + "canonicalGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p1_03_02.png", + "rawBytes": 208019, + "rawSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", + "rawGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "canonicalBytes": 208019, + "canonicalSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", + "canonicalGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p1_03_03.png", + "rawBytes": 208019, + "rawSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", + "rawGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "canonicalBytes": 208019, + "canonicalSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", + "canonicalGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p1_03_04.png", + "rawBytes": 208019, + "rawSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", + "rawGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "canonicalBytes": 208019, + "canonicalSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", + "canonicalGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p1_03_05.png", + "rawBytes": 208019, + "rawSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", + "rawGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "canonicalBytes": 208019, + "canonicalSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", + "canonicalGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p1_03_06.png", + "rawBytes": 208019, + "rawSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", + "rawGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "canonicalBytes": 208019, + "canonicalSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", + "canonicalGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p1_03_07.png", + "rawBytes": 208019, + "rawSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", + "rawGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "canonicalBytes": 208019, + "canonicalSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", + "canonicalGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p1_03_08.png", + "rawBytes": 208019, + "rawSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", + "rawGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "canonicalBytes": 208019, + "canonicalSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", + "canonicalGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p1_03_09.png", + "rawBytes": 208019, + "rawSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", + "rawGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "canonicalBytes": 208019, + "canonicalSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", + "canonicalGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p1_04.png", + "rawBytes": 208019, + "rawSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", + "rawGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "canonicalBytes": 208019, + "canonicalSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", + "canonicalGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p1_05.png", + "rawBytes": 208019, + "rawSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", + "rawGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "canonicalBytes": 208019, + "canonicalSHA256": "c46747b93eb9b8161f3a4e86ec8621bdb3b1bcd933572dc5c6b6d28dfece8db0", + "canonicalGitBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "f226c2e6631c446b63c8a680beed6602b11c3c57", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p1_06_00.png", + "rawBytes": 223722, + "rawSHA256": "3eef0bf4826fe4fa5befd88bf338bb864cf133ef3025e625a19ba6878116a2f8", + "rawGitBlob": "e7c3e781c3f93a34ef37dd0a0776572b34fc6e41", + "canonicalBytes": 223722, + "canonicalSHA256": "3eef0bf4826fe4fa5befd88bf338bb864cf133ef3025e625a19ba6878116a2f8", + "canonicalGitBlob": "e7c3e781c3f93a34ef37dd0a0776572b34fc6e41", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "e7c3e781c3f93a34ef37dd0a0776572b34fc6e41", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p1_06_01.png", + "rawBytes": 226594, + "rawSHA256": "ca781679f0d36370950e9381a9a91a7168d1c4b9c6b01c01e8f9aee2a24db20b", + "rawGitBlob": "9e061ab99ca7e726c257055f737a2bf86fae7bfe", + "canonicalBytes": 226594, + "canonicalSHA256": "ca781679f0d36370950e9381a9a91a7168d1c4b9c6b01c01e8f9aee2a24db20b", + "canonicalGitBlob": "9e061ab99ca7e726c257055f737a2bf86fae7bfe", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "9e061ab99ca7e726c257055f737a2bf86fae7bfe", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p1_06_02.png", + "rawBytes": 241175, + "rawSHA256": "9aae7ae4ea32cb5f7d980d3631d754a76e72e225fcfb523f6a54f0b4db195d61", + "rawGitBlob": "4cbe0ce61a135a0f256c6b5d606a0bb07cd8abed", + "canonicalBytes": 241175, + "canonicalSHA256": "9aae7ae4ea32cb5f7d980d3631d754a76e72e225fcfb523f6a54f0b4db195d61", + "canonicalGitBlob": "4cbe0ce61a135a0f256c6b5d606a0bb07cd8abed", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "4cbe0ce61a135a0f256c6b5d606a0bb07cd8abed", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p1_06_03.png", + "rawBytes": 228440, + "rawSHA256": "61dcb99b917b497409ac2727e99c85a2656570c4009905007bd9b2c41365b4f4", + "rawGitBlob": "bb7ddd595c528710f6b425da34759c395f1d6476", + "canonicalBytes": 228440, + "canonicalSHA256": "61dcb99b917b497409ac2727e99c85a2656570c4009905007bd9b2c41365b4f4", + "canonicalGitBlob": "bb7ddd595c528710f6b425da34759c395f1d6476", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "bb7ddd595c528710f6b425da34759c395f1d6476", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p1_06_04.png", + "rawBytes": 229941, + "rawSHA256": "5de3011b5712e736b15927f55cdd70fe3b21207881dcd9a49a2cd11175b7f22a", + "rawGitBlob": "e2b38df1c5ad1fe9a29f77f2b4d11cb1d0de2cbc", + "canonicalBytes": 229941, + "canonicalSHA256": "5de3011b5712e736b15927f55cdd70fe3b21207881dcd9a49a2cd11175b7f22a", + "canonicalGitBlob": "e2b38df1c5ad1fe9a29f77f2b4d11cb1d0de2cbc", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "e2b38df1c5ad1fe9a29f77f2b4d11cb1d0de2cbc", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p1_06_05.png", + "rawBytes": 232160, + "rawSHA256": "fb7a77e748784f8e1109603b1100a9fc72251bc97b46e3a642b343b82b30dab5", + "rawGitBlob": "c736b8492dc42c0f7c61f09c287286de4a760ebe", + "canonicalBytes": 232160, + "canonicalSHA256": "fb7a77e748784f8e1109603b1100a9fc72251bc97b46e3a642b343b82b30dab5", + "canonicalGitBlob": "c736b8492dc42c0f7c61f09c287286de4a760ebe", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "c736b8492dc42c0f7c61f09c287286de4a760ebe", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p1_06_06.png", + "rawBytes": 232087, + "rawSHA256": "84698eef610099bb5f964941e1272a44a12796bf8b4c64b4de4ce9ce0f6a609a", + "rawGitBlob": "39dd4d09f3417b9ab8dd94eae2b9522ef8600f2e", + "canonicalBytes": 232087, + "canonicalSHA256": "84698eef610099bb5f964941e1272a44a12796bf8b4c64b4de4ce9ce0f6a609a", + "canonicalGitBlob": "39dd4d09f3417b9ab8dd94eae2b9522ef8600f2e", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "39dd4d09f3417b9ab8dd94eae2b9522ef8600f2e", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p1_06_07.png", + "rawBytes": 232433, + "rawSHA256": "ab6c81aed2aece48c7830fc2c34583e7547293abab36f2486bc969496b706a8e", + "rawGitBlob": "5aeefe7e7ef5435ce3a9ecab5a6ff95c3f246642", + "canonicalBytes": 232433, + "canonicalSHA256": "ab6c81aed2aece48c7830fc2c34583e7547293abab36f2486bc969496b706a8e", + "canonicalGitBlob": "5aeefe7e7ef5435ce3a9ecab5a6ff95c3f246642", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "5aeefe7e7ef5435ce3a9ecab5a6ff95c3f246642", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p1_06_08.png", + "rawBytes": 232433, + "rawSHA256": "ab6c81aed2aece48c7830fc2c34583e7547293abab36f2486bc969496b706a8e", + "rawGitBlob": "5aeefe7e7ef5435ce3a9ecab5a6ff95c3f246642", + "canonicalBytes": 232433, + "canonicalSHA256": "ab6c81aed2aece48c7830fc2c34583e7547293abab36f2486bc969496b706a8e", + "canonicalGitBlob": "5aeefe7e7ef5435ce3a9ecab5a6ff95c3f246642", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "5aeefe7e7ef5435ce3a9ecab5a6ff95c3f246642", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p1_06_09.png", + "rawBytes": 232433, + "rawSHA256": "ab6c81aed2aece48c7830fc2c34583e7547293abab36f2486bc969496b706a8e", + "rawGitBlob": "5aeefe7e7ef5435ce3a9ecab5a6ff95c3f246642", + "canonicalBytes": 232433, + "canonicalSHA256": "ab6c81aed2aece48c7830fc2c34583e7547293abab36f2486bc969496b706a8e", + "canonicalGitBlob": "5aeefe7e7ef5435ce3a9ecab5a6ff95c3f246642", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "5aeefe7e7ef5435ce3a9ecab5a6ff95c3f246642", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p1_06_10.png", + "rawBytes": 232433, + "rawSHA256": "ab6c81aed2aece48c7830fc2c34583e7547293abab36f2486bc969496b706a8e", + "rawGitBlob": "5aeefe7e7ef5435ce3a9ecab5a6ff95c3f246642", + "canonicalBytes": 232433, + "canonicalSHA256": "ab6c81aed2aece48c7830fc2c34583e7547293abab36f2486bc969496b706a8e", + "canonicalGitBlob": "5aeefe7e7ef5435ce3a9ecab5a6ff95c3f246642", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "5aeefe7e7ef5435ce3a9ecab5a6ff95c3f246642", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "public/wt-collab/LiveSync/p1_07.png", + "rawBytes": 232433, + "rawSHA256": "ab6c81aed2aece48c7830fc2c34583e7547293abab36f2486bc969496b706a8e", + "rawGitBlob": "5aeefe7e7ef5435ce3a9ecab5a6ff95c3f246642", + "canonicalBytes": 232433, + "canonicalSHA256": "ab6c81aed2aece48c7830fc2c34583e7547293abab36f2486bc969496b706a8e", + "canonicalGitBlob": "5aeefe7e7ef5435ce3a9ecab5a6ff95c3f246642", + "checkoutNormalization": "exact", + "gitFilterProof": { + "actualRawFilteredBlob": "5aeefe7e7ef5435ce3a9ecab5a6ff95c3f246642", + "CRLFVariantFilteredBlob": null + } + }, + { + "path": "run-remotion.mjs", + "rawBytes": 8215, + "rawSHA256": "b4afeb635349079e34e317b7dd58017742d98e6dd4001fe0c40c07d8b2e0032f", + "rawGitBlob": "94a8eb2a182ad78e4ea5dbc10f382c9fd3569c74", + "canonicalBytes": 8063, + "canonicalSHA256": "cc9b8c248f2ab356b9122949b6bef12c91b4c05ccab8632fb9f47c859efe7794", + "canonicalGitBlob": "5a66409bb8165c799700f19326f865a362042cc5", + "checkoutNormalization": "crlf-to-lf", + "gitFilterProof": { + "actualRawFilteredBlob": "5a66409bb8165c799700f19326f865a362042cc5", + "CRLFVariantFilteredBlob": "5a66409bb8165c799700f19326f865a362042cc5" + } + }, + { + "path": "src/RoomOsRoot.jsx", + "rawBytes": 619, + "rawSHA256": "02f29ece3a695003b15e04f8736461f93df9b0762b6ace525c32b045c123fcb7", + "rawGitBlob": "e5ac2aff69c44d4cea8a2c905900dd34383ebfa1", + "canonicalBytes": 598, + "canonicalSHA256": "3cb721df0ff1b1b45b1a7adac7dac4399ab8b9fae66b4b9af776eef049f4921b", + "canonicalGitBlob": "3a115a705d6ac1df00844cd577469b02055d7810", + "checkoutNormalization": "crlf-to-lf", + "gitFilterProof": { + "actualRawFilteredBlob": "3a115a705d6ac1df00844cd577469b02055d7810", + "CRLFVariantFilteredBlob": "3a115a705d6ac1df00844cd577469b02055d7810" + } + }, + { + "path": "src/Root.jsx", + "rawBytes": 1422, + "rawSHA256": "144cf50ab6dccad3fb4c5730fac457ee5af7706934c1dc374d4bed941ee92d5d", + "rawGitBlob": "8caa7ed737eb620c3747ea228b7a82f1be1f0653", + "canonicalBytes": 1383, + "canonicalSHA256": "53a75e2e2600848bec73f41b6127c12f2df9775fc9049f2a9734e9a90b11da6d", + "canonicalGitBlob": "fccf576eedc34dcaab8ba2660acf9e7cd3b5afcf", + "checkoutNormalization": "crlf-to-lf", + "gitFilterProof": { + "actualRawFilteredBlob": "fccf576eedc34dcaab8ba2660acf9e7cd3b5afcf", + "CRLFVariantFilteredBlob": "fccf576eedc34dcaab8ba2660acf9e7cd3b5afcf" + } + }, + { + "path": "src/Walkthrough.jsx", + "rawBytes": 11510, + "rawSHA256": "ad3296780fa839817464cc90014b2551f42150f2b94733a1fd04b538f1e5d66f", + "rawGitBlob": "6fbbdfeecc6c5ea6831b72262b0f8614c1006fce", + "canonicalBytes": 11319, + "canonicalSHA256": "c45b9a99e81288cc43ac0660695bdbc8af9b609883ff0900ec8a6b487f754c20", + "canonicalGitBlob": "d77dc92fe972b44c15bab355e35b0af9f75363e5", + "checkoutNormalization": "crlf-to-lf", + "gitFilterProof": { + "actualRawFilteredBlob": "d77dc92fe972b44c15bab355e35b0af9f75363e5", + "CRLFVariantFilteredBlob": "d77dc92fe972b44c15bab355e35b0af9f75363e5" + } + }, + { + "path": "src/Walkthrough2up.jsx", + "rawBytes": 14528, + "rawSHA256": "5c3915bc6311adf33d90edae2c1aea94ee2f5314197db8a7de563ed86fccd192", + "rawGitBlob": "f828279ceeffa093c579463c23ab78d098fb4c2e", + "canonicalBytes": 14298, + "canonicalSHA256": "72075d84c9e4c6476979992a964566653c163f7e7e1a4d2050489e850afb386c", + "canonicalGitBlob": "9b010ab277975fa1171f0f3aada9875acac5c4ab", + "checkoutNormalization": "crlf-to-lf", + "gitFilterProof": { + "actualRawFilteredBlob": "9b010ab277975fa1171f0f3aada9875acac5c4ab", + "CRLFVariantFilteredBlob": "9b010ab277975fa1171f0f3aada9875acac5c4ab" + } + }, + { + "path": "src/WalkthroughGrid.jsx", + "rawBytes": 24261, + "rawSHA256": "956810a428f8e9f7189dd61abd44b1c9f2cbd0c636b8bcd3e0e0186983abc6c6", + "rawGitBlob": "6f62f6f0bd089b3a3a20c72789051794e349e383", + "canonicalBytes": 23531, + "canonicalSHA256": "f75d7128582b6107c521b7c3419248f6f727117278b6fc458bdfd7fae311b8a6", + "canonicalGitBlob": "a31bc4931d93fc4b1a56bebe4c249016066ba46e", + "checkoutNormalization": "crlf-to-lf", + "gitFilterProof": { + "actualRawFilteredBlob": "a31bc4931d93fc4b1a56bebe4c249016066ba46e", + "CRLFVariantFilteredBlob": "a31bc4931d93fc4b1a56bebe4c249016066ba46e" + } + }, + { + "path": "src/index.js", + "rawBytes": 117, + "rawSHA256": "f4d2074bee3d69c7673a211d9e4ed2764d8ee6accd46d9a96dc83b5ecd0519ae", + "rawGitBlob": "c4103a9c320a6ee787f006ca5be6451489a5edf0", + "canonicalBytes": 113, + "canonicalSHA256": "f179c548bb296a1147118065b0cb98739e2ea8967caeaef9d7999c9f5880010e", + "canonicalGitBlob": "122e3bd55a11531cc66e33c895bda2853e74ea3e", + "checkoutNormalization": "crlf-to-lf", + "gitFilterProof": { + "actualRawFilteredBlob": "122e3bd55a11531cc66e33c895bda2853e74ea3e", + "CRLFVariantFilteredBlob": "122e3bd55a11531cc66e33c895bda2853e74ea3e" + } + }, + { + "path": "src/roomos-index.js", + "rawBytes": 119, + "rawSHA256": "b02d89eec0c68a64f7128c48f3a8cc9abe4b47323ad25cbd74770c83d6480676", + "rawGitBlob": "9991e738d3a4cd8b2994e528fe8df51f83272759", + "canonicalBytes": 115, + "canonicalSHA256": "66847b8415e3faa03805107498446938abcd91709f6606fe6c976877f189a04c", + "canonicalGitBlob": "9ca50e518b3fca98d018f3c0f526622e8ff9071a", + "checkoutNormalization": "crlf-to-lf", + "gitFilterProof": { + "actualRawFilteredBlob": "9ca50e518b3fca98d018f3c0f526622e8ff9071a", + "CRLFVariantFilteredBlob": "9ca50e518b3fca98d018f3c0f526622e8ff9071a" + } + }, + { + "path": "src/walkthrough.collab.data.js", + "rawBytes": 61072, + "rawSHA256": "f6bee0827076bb5d08f77eeea81cc6d0ce427fa165128b6b6c279a513a4a06d4", + "rawGitBlob": "a13318afa4bda9f24e5f050e17bf62eed0c979a6", + "canonicalBytes": 61072, + "canonicalSHA256": "f6bee0827076bb5d08f77eeea81cc6d0ce427fa165128b6b6c279a513a4a06d4", + "canonicalGitBlob": "a13318afa4bda9f24e5f050e17bf62eed0c979a6", + "checkoutNormalization": "crlf-to-lf", + "gitFilterProof": { + "actualRawFilteredBlob": "a13318afa4bda9f24e5f050e17bf62eed0c979a6", + "CRLFVariantFilteredBlob": "a13318afa4bda9f24e5f050e17bf62eed0c979a6" + } + }, + { + "path": "src/walkthrough.data.js", + "rawBytes": 2307, + "rawSHA256": "4bb522982217ff452dea69c44e63706650cc1a3558cb461969222d448430d087", + "rawGitBlob": "1de868e83698e95cc3fc397a8bf3f0cabc59e06a", + "canonicalBytes": 2229, + "canonicalSHA256": "5b33c5566681b1853dc756ae8be0a8d80a5f48e05d7b8e683b67de8fc5899b58", + "canonicalGitBlob": "248e43945eb23c43279ed56b0a7d7a6dc5f8c8e4", + "checkoutNormalization": "crlf-to-lf", + "gitFilterProof": { + "actualRawFilteredBlob": "248e43945eb23c43279ed56b0a7d7a6dc5f8c8e4", + "CRLFVariantFilteredBlob": "248e43945eb23c43279ed56b0a7d7a6dc5f8c8e4" + } + }, + { + "path": "src/walkthrough.roomos.data.js", + "rawBytes": 37481, + "rawSHA256": "f193c1b30464274bcbf1a41daa9c092492f45531d90d63f1cc198602f5060941", + "rawGitBlob": "58552b90490990a44c15961841a67edcd9bf9de5", + "canonicalBytes": 36208, + "canonicalSHA256": "7698d275ab3ab4d21e92848d55a1211b857350b2b5ef23e75c5c6ee0fdcb1863", + "canonicalGitBlob": "f08faa12ca72c956729f538a82affead60deb88b", + "checkoutNormalization": "crlf-to-lf", + "gitFilterProof": { + "actualRawFilteredBlob": "f08faa12ca72c956729f538a82affead60deb88b", + "CRLFVariantFilteredBlob": "f08faa12ca72c956729f538a82affead60deb88b" + } + }, + { + "path": "src/walkthrough.visual.data.js", + "rawBytes": 5748, + "rawSHA256": "0241dae69dad76608edea2ee6ed2664c5236107c0fcc0b527eb4b9803c70cff1", + "rawGitBlob": "d51c7052f173a6e0817d053da5e30b82e4e16a95", + "canonicalBytes": 5539, + "canonicalSHA256": "7df11cf7fba8a772c4a12652516c0feb99dd8b4dca873b7d9b34bdc916d52ff3", + "canonicalGitBlob": "8b80dd527dd2249cada41d9c3c2e6f7da52f6605", + "checkoutNormalization": "crlf-to-lf", + "gitFilterProof": { + "actualRawFilteredBlob": "8b80dd527dd2249cada41d9c3c2e6f7da52f6605", + "CRLFVariantFilteredBlob": "8b80dd527dd2249cada41d9c3c2e6f7da52f6605" + } + }, + { + "path": "walkthrough.collab.mjs", + "rawBytes": 18112, + "rawSHA256": "0bdd6f4180fc83f4f160f20c9dd20b63bc567772f3f6fda3ef7955d86add7e2c", + "rawGitBlob": "7f85e28ef2698bfacaf44c356061f58344dfaf7b", + "canonicalBytes": 17776, + "canonicalSHA256": "61b7ec9519be81cb8fdcc6944d64e88cc7e6dd789a03aa4914e8c9b416e15ef3", + "canonicalGitBlob": "27f9b12ec53aeb4834dbe696c3ed50c333154459", + "checkoutNormalization": "crlf-to-lf", + "gitFilterProof": { + "actualRawFilteredBlob": "27f9b12ec53aeb4834dbe696c3ed50c333154459", + "CRLFVariantFilteredBlob": "27f9b12ec53aeb4834dbe696c3ed50c333154459" + } + }, + { + "path": "walkthrough.collab.specs.mjs", + "rawBytes": 5719, + "rawSHA256": "b35a04076067f484820fb668dec105f871d2036542dabec2c05789d5cb3f3ce4", + "rawGitBlob": "9e981a3863d1cfafe4594612ccd41165d6052265", + "canonicalBytes": 5611, + "canonicalSHA256": "c1f07732c1ef584a673cc9e1b724162e61f8b799ac4f3ef2076ec8ed9b19cc10", + "canonicalGitBlob": "40dc57e18bbeefd35f397ec7521a3209fd0eeed2", + "checkoutNormalization": "crlf-to-lf", + "gitFilterProof": { + "actualRawFilteredBlob": "40dc57e18bbeefd35f397ec7521a3209fd0eeed2", + "CRLFVariantFilteredBlob": "40dc57e18bbeefd35f397ec7521a3209fd0eeed2" + } + } + ] +}