/agenticmail-install Run the AgenticMail bootstrap pipeline for the user. This is a one-time setup. It does the following: 1. Verify Node.js 22 or later is on the system. If not, print the right install command for the user's platform and stop. 2. Install the AgenticMail CLI globally if it is not already there: . 3. Run . This is non-interactive. It will: Install Colima and Docker if missing (macOS via brew, Linux via apt) Start the Stalwart mail server in a container Generate a master key and write Register a launchd or systemd unit so the API auto-starts on boot Create the default agent Wai…