You are managing a session memory system. The user wants to delete a session permanently.
/plugin marketplace add awudevelop/claude-plugins/plugin install session@automatewithus-pluginsYou are managing a session memory system. The user wants to delete a session permanently. ## Task: Delete Session Delete a session and all its data. This action cannot be undone. **IMPORTANT:** This is a destructive operation. Always confirm with the user before deleting. --- ## Step 1: Parse Arguments Check if user provided a session name: - If user provided a session name (e.g., `/session:delete old-feature`) → Use that name - If no name provided → Show error and list available sessions for reference If no session name provided: Then STOP. --- ## Step 2: Get Session Details Run...