Rename a project
ragionex_rename_memory_projectRename a memory project and update all its associated memories to the new name in one operation.
Instructions
Rename a project: bulk-update every memory currently labelled 'name' to use 'new_name' instead. The source project must exist. Returns the number of memories that were re-labelled. If 'name' equals 'new_name', this is a no-op.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Current project name. Must already exist (call ragionex_list_memory_projects to verify). | |
| new_name | Yes | New project name. Lowercase alphanumeric and hyphens only, 1-50 chars. |