vault_move
Move, rename, promote, or archive a note while automatically updating all inbound links, migrating domain MOCs, and committing the change. Specify source and destination paths; confirm when creating a new domain MOC.
Instructions
Moves, renames, promotes or archives a note, fixing on its own every link that would otherwise start pointing somewhere else, migrating its entry between domain MOCs and committing it all at once. to is the full path with .md, so the four operations are one: 01-raw/inbox/rascunho.md → 02-wiki/nestjs/auth-guard.md promotes, renames and changes domain together. 99-archive/ counts as BOTH source and destination, which gives you archive and unarchive. A destination domain with no MOC requires confirm_novo_dominio. Show the returned diff to the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Full destination path, vault-relative, with `.md`. Moving, renaming and promoting are the same operation. | |
| from | Yes | The note's current vault-relative path, with `.md`. | |
| confirm_novo_dominio | No | Confirms creating the MOC of a destination domain that does not have one yet. |