memory_delete
Remove a specific committed memory by ID, title, and revision. Deletes it from current recall while keeping it recoverable in Git history.
Instructions
Delete exactly one committed memory by ID, expected title, and revision. The deletion removes it from current recall but remains recoverable from Git history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memory_id | Yes | ||
| base_revision | Yes | ||
| expected_title | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| commit | Yes | ||
| memory | Yes | ||
| changed | Yes | ||
| sync_status | Yes | ||
| index_status | Yes | ||
| recoverable_via_git | Yes |