/forget Permanently delete a memory by its . How to invoke You need the . If the user did not provide it, call first to find the matching memory and confirm with the user before deleting. When to use - User says "forget this", "delete that", "that's wrong, remove it". - User explicitly identifies a memory by ID. When NOT to use - For corrections, prefer storing a new memory with pointing at the old one. That preserves history. Use with the arg instead. - Bulk deletions — call first, confirm with the user, then delete one at a time. Safety Deletion is destructive. Always confirm with the user…