You are managing a session memory system. The user wants to check the current session status.
/plugin marketplace add awudevelop/claude-plugins/plugin install session@automatewithus-pluginsYou are managing a session memory system. The user wants to check the current session status. ## Task: Display Session Status **OPTIMIZATION:** Uses pre-formatted CLI output (~60% token reduction). ### Step 1: Get Active Session Run the CLI command to get active session: Parse the JSON response to get `activeSession` field. If `activeSession` is null, show error: Then STOP. ### Step 2: Get Pre-formatted Status Run the CLI stats command with `--formatted` flag: **Output the result directly** - no parsing or formatting needed. The CLI returns ready-to-display output with: - Sess...