delete_memory
Remove a named memory from the workspace's .plumb/memories/ directory when it's explicitly requested or becomes obsolete.
Instructions
Delete a memory by name from a workspace's .plumb/memories/ directory.
Use only when explicitly asked, or when the memory has clearly become obsolete (e.g. it describes code that no longer exists).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Memory name to delete. | |
| workspace | No | Absolute workspace path. Defaults to the daemon's resolved workspace. |