# 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/`).
| `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 |