claude_version 1.2.0

Claude Code version manager: install, upgrade, and session lifecycle
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Config Parameters

### Scope

- **Purpose**: Config file parameter reference for the cm CLI.
- **Responsibility**: Document whether cm reads a config file and what parameters it supports.
- **In Scope**: Any persistent configuration files read by cm at startup.
- **Out of Scope**: CLI parameter reference (→ `005_params.md`), environment variable reference (→ `env_param.md`).

### Config File

cm has no config file. All behavior is controlled via CLI parameters passed at invocation time. There are no persistent configuration files specific to cm itself.

**Settings file:** `~/.claude/settings.json` is the *target* that cm reads and writes via `.settings.get` / `.settings.set` / `.settings.show`. It is not a config file for cm — it is the data store operated on by cm.