You are managing a session memory system. The user wants to resume an existing session.
/plugin marketplace add awudevelop/claude-plugins/plugin install session@automatewithus-pluginsYou are managing a session memory system. The user wants to resume an existing 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: Continue Existing Session Parse the session name from the command arguments. The command format is: `/session:continue [name]` **...