rememb_edit
Update an existing memory entry by ID, modifying only specified fields like content, section, or tags while leaving others unchanged.
Instructions
Update an existing memory entry in-place by its ID. Modifies only the fields provided (content, section, or tags) — omitted fields are unchanged. Non-destructive: the entry is updated, not deleted and recreated. Use rememb_write to create new entries, rememb_delete to permanently remove one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Replace tags | |
| content | No | New content | |
| section | No | Move to different section | |
| entry_id | Yes | Entry ID (8 hex characters) |