Command Reference

Complete guide to Remoroo CLI commands and usage.

Remoroo CLI

This section covers the command-line interface for Remoroo.

Installation

pip install remoroo

Basic Usage

Start a Local Run

remoroo run --local

This command initializes the interactive mode where you define your goal and metrics.

Command Reference

run

Starts a new optimization or refactoring run.

Options:

  • --local: Run the engine locally on your machine.
  • --repo PATH: Path to the repository (default: current directory).
  • --out PATH: Directory to save run artifacts.
  • --yes: Skip confirmation prompts.
  • --verbose: Enable debug logging.

Authentication

The CLI handles authentication automatically.

  1. On first run, it will open your browser to sign in.
  2. Credentials are saved to ~/.config/remoroo/credentials.

Configuration

Remoroo CLI uses a remoroo.yaml configuration file if present in the repository root, though most Stage 0 interactions are purely prompt-based.