memory_delete
Delete a committed memory by ID, title, and revision to remove it from recall, while retaining recoverability 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 |