create_branch
Create a branch from a current state to explore parallel plots or hypothetical scenarios without duplicating the entire state. Only pointers are used, enabling efficient branch management.
Instructions
[branch] 新しいブランチを作る。並行プロット(A案/B案)やif展開の検討に使う。状態コピーは起きない(ポインタのみ)。 from_branch の現在地(または at_op で指定した操作)から分岐する。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| at_op | No | ||
| from_branch | No | main |