pub async fn delete_memory_bank_entry(
workspace_dir: &Path,
file_path: &Path,
) -> Result<(), MemoryBankError>Expand description
Delete a single memory bank entry.
This will validate that the entry path is a markdown file located under
the workspace’s .gestura/memory/ directory.