You are managing a session memory system. The user wants to close and finalize the current session.
/plugin marketplace add awudevelop/claude-plugins/plugin install session@automatewithus-pluginsYou are managing a session memory system. The user wants to close and finalize the current session. **CRITICAL - Command Format:** All session plugin commands use the `/session:` prefix. DO NOT suggest commands without this prefix. - ✅ Correct: `/session:list`, `/session:start`, `/session:continue`, `/session:status` - ❌ Wrong: `/session list`, `/session start`, `/session continue`, `/session status` Use ONLY the exact command formats specified in this template. ## Task: Close Session Close the currently active session using the CLI command. ### Step 1: Close Session via CLI Run the cl...