cvm
Documentation
GitHub
How-to

Create an environment and open Claude

Choose between activating your shell and launching a one-shot Claude process.

  1. Create the environment.
    cvm create work
  2. Option A — activate the shell (needs cvm init).
    cvm use work
    claude

    Prompt shows (work); PATH prefers ~/.cvm/envs/work/bin.

  3. Option B — open without activating.
    cvm open work
    # or
    cvm create work --open

    Only the Claude child receives CLAUDE_CONFIG_DIR / CVM_ENV.

Combine flags: cvm create work --inherit --open.