move_memento
Changes a stored memento's scope by moving it between global and repository levels, letting users reclassify memory where it belongs.
Instructions
Moves an existing memento from global to repository scope or from repository to global scope. Use when the user asks to reclassify stored memory. Requires init_memento or get_mementos first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Exact memento ID to move. | |
| target_scope | Yes | Destination scope: global or repo. |