Usage: vyasa clone [OPTIONS] URL [DIRECTORY]
Clone a Vyasa project and materialize its hidden state.
Wraps `git clone` then `vyasa sync` so a fresh clone is immediately
usable (hidden `refs/vyasa/state` is fetched and checked out into
`.vyasa/`). No separate git command needed.
┌─ Arguments ──────────────────────────────────────────────────────────────────┐
│ * url TEXT Git URL to clone [required] │
│ directory [DIRECTORY] Target directory (default: repo name from │
│ URL) │
└──────────────────────────────────────────────────────────────────────────────┘
┌─ Options ────────────────────────────────────────────────────────────────────┐
│ --dir PATH Parent directory for clone │
│ --help -h Show this message and exit. │
└──────────────────────────────────────────────────────────────────────────────┘