@wcstack/state 2.5.0 → 2.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.ja.md CHANGED
@@ -2958,7 +2958,7 @@ buildBindings(root)
2958
2958
  - **PathInfo** — 静的パスメタデータ(セグメント、ワイルドカード数、親パス)
2959
2959
  - **ListIndex** — ランタイムループインデックスチェーン
2960
2960
  - **StateAddress** — PathInfo + ListIndex の組み合わせ
2961
- - **AbsolutePathInfo / AbsoluteStateAddress** — ツリーを持つ state 要素に固定した PathInfo と、その ListIndex の組。マウントされたコンポーネントとボリュームは相対パスをこの層でホストのツリーへ翻訳する。v2 は 1 root 1 ツリーなので、アドレスに状態名はない
2961
+ - **TreePath / AbsoluteStateAddress** — ツリーを持つ state 要素に固定した PathInfo と、その ListIndex の組。マウントされたコンポーネントとボリュームは相対パスをこの層でホストのツリーへ翻訳する。v2 は 1 root 1 ツリーなので、アドレスに状態名はない
2962
2962
 
2963
2963
  ## パフォーマンス
2964
2964
 
package/README.md CHANGED
@@ -2966,7 +2966,7 @@ Paths like `users.*.name` are decomposed into:
2966
2966
  - **PathInfo** — static path metadata (segments, wildcard count, parent path)
2967
2967
  - **ListIndex** — runtime loop index chain
2968
2968
  - **StateAddress** — combination of PathInfo + ListIndex
2969
- - **AbsolutePathInfo / AbsoluteStateAddress** — a PathInfo pinned to the state element that owns the tree, plus its ListIndex. Mounted components and volumes translate their relative paths onto the host tree at this level; v2 has one tree per root, so an address carries no state name
2969
+ - **TreePath / AbsoluteStateAddress** — a PathInfo pinned to the state element that owns the tree, plus its ListIndex. Mounted components and volumes translate their relative paths onto the host tree at this level; v2 has one tree per root, so an address carries no state name
2970
2970
 
2971
2971
  ## Performance
2972
2972