akari-video 0.1.42 → 0.1.43

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akari-video",
3
- "version": "0.1.42",
3
+ "version": "0.1.43",
4
4
  "description": "AKARI Video launcher CLI — start an AI-edited video project from any directory: scaffold, connection check, then hand over to Claude Code (or opencode). AKARI Video を opencode や Claude Code で、どのディレクトリからでも始めるための `akari` ランチャー CLI。接続確認(doctor)→ 未セットアップならプロジェクト雛形を作成 → AI エージェントを起動する。外部 npm 依存ゼロ(Node.js 組み込みモジュールのみ)。",
5
5
  "type": "module",
6
6
  "bin": {
@@ -423,7 +423,7 @@ v3 は、宣言型 Three.js scene の HTML 部分にある CSS animation / trans
423
423
  `threeRuntime.render(container, t)` へ直接渡し、scene 内部の animation、動画 texture、ready 判定は
424
424
  変更しない。登場表現を従来の文法へ解析できる場合は理由 `three-scene-entrance-curve`、解析できない場合は
425
425
  計算済みスタイルを実測する理由 `three-scene-entrance-sampled` とする。解析不能だけを理由に fail-closed
426
- にはしない。CSS animation のない宣言型 3D は理由 `three-scene-canvas-direct` のままである。
426
+ にはしない。CSS animation のない宣言型 3D は他の条件を持たない場合は理由 `three-scene-canvas-direct` のままとし、`advanced-css` や CSS 3D 幾何を伴う場合は composite 経路(`three-scene-sampled-composite`)で断片全体を転写する。
427
427
 
428
428
  curve モードは従来どおり、対になった `[data-akari-active] .root, [data-no-timeline] .root` selector、
429
429
  1 本・2 endpoint の keyframe、既知の timing、非負 delay、iteration 1、normal direction、`both` または
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akari-video",
3
- "version": "0.1.42",
3
+ "version": "0.1.43",
4
4
  "description": "AKARI Video launcher CLI — start an AI-edited video project from any directory: scaffold, connection check, then hand over to Claude Code (or opencode). AKARI Video を opencode や Claude Code で、どのディレクトリからでも始めるための `akari` ランチャー CLI。接続確認(doctor)→ 未セットアップならプロジェクト雛形を作成 → AI エージェントを起動する。外部 npm 依存ゼロ(Node.js 組み込みモジュールのみ)。 [akari-video npm vendor: bin/akari.mjs is reference-only. These CLI entrypoints are not included in the akari-video npm package. Use `akari doctor --json` and run the path reported in `render_cut.path`. Full installations provide it in a monorepo checkout, ~/.akari/app, /Applications/AKARI Video.app/Contents/Resources/packages, or %LOCALAPPDATA%\\Programs\\@akari-videoshell\\resources\\packages.]",
5
5
  "type": "module",
6
6
  "files": [
@@ -79,7 +79,7 @@ sheet / DOM 間のカスタムプロパティ補間パリティを実測する
79
79
  composite の入口外条件は `three-sampled-condition:<条件名>` を報告します。方式 A の
80
80
  `three-sampled-chain-css:<プロパティ>` ガードは残します。manifest は `entranceMode`、receipt は
81
81
  `curve` / `sampled` / `composite` mode、sampling 費用、composite の DOM 要素数と canvas 中継・DOM 層費用の
82
- p50/p95 を記録します。CSS animation のない scene は従来どおり `three-scene-canvas-direct` です。
82
+ p50/p95 を記録します。CSS animation のない scene は他の条件を持たない場合は従来どおり `three-scene-canvas-direct` とし、`advanced-css` や CSS 3D 幾何を伴う場合は composite 経路(`three-scene-sampled-composite`)で断片全体を転写します。
83
83
 
84
84
  `render-cut --engine auto` は macOS / Windows で GPU を候補にし、プロジェクト全体が適格なら GPU、
85
85
  不適格なら OSR を使います。Linux の `auto` は legacy のままで、`--engine gpu` を明示した場合だけ
@@ -87,7 +87,7 @@ Extending `preserve3dOrderConflicts` to sibling pairs can re-enable this shape i
87
87
  continue to pass with a warning (measured parity 0.6374).
88
88
  Manifests record `entranceMode`, and receipts record
89
89
  `curve` / `sampled` / `composite`, sampling cost, plus composite DOM-element and p50/p95 copy/DOM-layer costs.
90
- Scenes without CSS animation remain `three-scene-canvas-direct`.
90
+ Scenes without CSS animation remain `three-scene-canvas-direct` when no other conditions are present; scenes with `advanced-css` or CSS 3D geometry transfer the entire fragment through the composite path (`three-scene-sampled-composite`).
91
91
 
92
92
  `render-cut --engine auto` considers GPU export on macOS and Windows, using it when the complete
93
93
  project is eligible and otherwise using OSR. On Linux, `auto` remains legacy and GPU export is