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
15
# tests/docs

### Scope

- **Purpose**: Test-lens documentation for `claude_version` — extends `docs/` with test planning and coverage.
- **Responsibility**: Test case indices, edge case catalogues, and coverage summaries organized to mirror `docs/`.
- **In Scope**: CLI test planning (`cli/`), test case specifications, coverage matrices.
- **Out of Scope**: Behavioral requirements (→ `docs/feature/`), implementation (→ `src/`).

| Directory | Responsibility |
|-----------|----------------|
| `cli/` | CLI test planning: per-command, per-parameter, and per-group test case indices |
| `feature/` | Feature test surface: per-feature FT- test case specifications |
| `pattern/` | Pattern test surface: per-pattern PT- test case specifications |
| `algorithm/` | Algorithm test surface: per-algorithm AC- test case specifications |