remo-setup
Installation
SKILL.md
Remo Setup
Use this skill once per project to get the CLI and SDK wired up correctly.
Read references/cli.md before running install or verification commands, or when you need exact flag syntax, binary resolution, or current CLI caveats.
Workflow
- Confirm the app already builds and launches on a simulator.
- Install the Remo CLI, preferring a project-local binary at
.remo/bin/remo. - Add the Remo SDK dependency with SPM or CocoaPods.
- Call
Remo.start()from the app lifecycle in#if DEBUG. - Verify the app is discoverable and reachable from the CLI.
- Hand off to
remofor day-to-day verification andremo-capabilitiesfor app-specific automation.
Step 1: Install the CLI
Prefer a project-local install so the CLI version stays pinned to the project. Use REMO_INSTALL_PREFIX="$PWD/.remo" with the release install script when you want the binary to land at .remo/bin/remo.