# cm CLI
Manage Claude Code installation: versions, processes, and settings.
## Usage
```sh
cm <.command> [param::value ...]
```
## Completion Matrix
| readme.md | ✅ | ✅ | ✅ | ✅ | ✅ | Complete |
| commands.md | ✅ | ✅ | ✅ | ✅ | ✅ | Complete |
| params.md | ✅ | ✅ | ✅ | ✅ | ✅ | Complete |
| dictionary.md | ➖ | ✅ | ➖ | ➖ | ➖ | Complete |
| types.md | ➖ | ➖ | ✅ | ✅ | ✅ | Complete |
| parameter_groups.md | ➖ | ➖ | ✅ | ✅ | ✅ | Complete |
| parameter_interactions.md | ➖ | ➖ | ➖ | ✅ | ✅ | Complete |
| workflows.md | ➖ | ➖ | ✅ | ➖ | ➖ | Complete |
| testing/readme.md | ➖ | ➖ | ➖ | ✅ | ✅ | Complete |
| testing/command/*.md (12 files) | ➖ | ➖ | ➖ | ✅ | ✅ | Complete |
| testing/param/*.md (9 files) | ➖ | ➖ | ➖ | ✅ | ✅ | Complete |
| testing/param_group/*.md (2 files) | ➖ | ➖ | ➖ | ✅ | ✅ | Complete |
**Current Level:** L5 (Test Detail Complete)
**Design Completeness:** 100%
**Implementation Status:** Complete (12 commands implemented)
## Navigation
- [Commands](commands.md) — command reference
- [Parameters](params.md) — flag reference
- [Types](types.md) — semantic type definitions
- [Parameter Groups](parameter_groups.md) — logical parameter groupings
- [Parameter Interactions](parameter_interactions.md) — cross-parameter constraints
- [Dictionary](dictionary.md) — domain vocabulary
- [Workflows](workflows.md) — common usage patterns
## See Also
- [feature/001_version_management.md](../feature/001_version_management.md) — version management, architecture, constraints
- [design_decisions.md](../design_decisions.md) — CLI redesign rationale