Mai CLI for Windows (v{VERSION})
================================

This package includes Mai CLI and an embedded Python runtime.
You do NOT need to install Python separately.

Quick start
-----------

Portable zip:
  1. Extract this folder anywhere (e.g. C:\Tools\mai-cli)
  2. Open Command Prompt or PowerShell in this folder
  3. Run:  mai.exe --help   (or:  mai.cmd --help)

Installer users:
  After setup, open a NEW terminal and run:  mai --help

Add to PATH (optional, portable zip)
------------------------------------
  1. Press Win+R, type:  sysdm.cpl
  2. Advanced -> Environment Variables
  3. Under "User variables", edit Path
  4. Add the full path to this mai-cli folder
  5. Open a new terminal and run:  mai --help

Git LFS (only for some legacy workspaces)
------------------------------------------
Mai CLI does not require a system Git installation for normal workspace operations.
If a download reports Git LFS pointer files, install Git for Windows:

  winget install --id Git.Git --exact --source winget

Or download from: https://git-scm.com/download/win

After installing Git, open a NEW terminal and retry the download.

First-time login
----------------
  mai login --url https://your-platform.example --username USER --password PASS
  mai status

More help
---------
  mai --help
  mai help <command>

Documentation: see the project README.md in the repository.
