claude_version 1.6.1

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
16
# 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/`), algorithm test surfaces (`algorithm/`), feature test surfaces (`feature/`), pattern test surfaces (`pattern/`), pitfall test surfaces (`pitfall/`).
- **Out of Scope**: Behavioral requirements (→ `docs/feature/`), implementation (→ `src/`).

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