pub fn delete_memory(cwd: &Path, id_or_name: &str) -> Result<Option<PathBuf>>
Delete a memory by name or file-stem id. Returns the deleted path, or None if no match.
None