lore_move
Move or rename a node to a new path, optionally changing its parent, and automatically update child paths.
Instructions
Move or rename a node to a new path (and optionally a new parent), by path or id. Cascades child paths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | Current node path or id. | |
| path | Yes | New full path for the node (e.g. bot/exits/v2). | |
| project | No | Project slug (defaults to .lorerc in cwd, then LORE_PROJECT). | |
| parentId | No | Optional new parent node id. |