claude_profile 1.5.1

Claude Code account credential management and token status
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Algorithm Test Cases

Test-lens documentation for `docs/algorithm/`. Each spec file covers one algorithm and documents AC-N cases for algorithmic correctness verification. Tests live in `tests/` of the crate that owns the algorithm.

### Scope

- **Purpose**: AC-N test cases for decision algorithms in `claude_profile` and `claude_quota`.
- **Responsibility**: Index of per-algorithm correctness spec files; case prefix `AC-`.
- **In Scope**: Algorithms from `docs/algorithm/` that have been validated or are under active work.
- **Out of Scope**: Feature behavioral tests (→ `feature/`), CLI command integration tests (→ `cli/command/`).

### Overview Table

| Spec | Algorithm | Status |
|------|-----------|--------|
| 001_touch_model_selection.md | AC spec for algorithm 001 — Touch Model Selection ||
| 002_session_model_override.md | AC spec for algorithm 002 — Session Model Override ||
| 009_oauth_usage_response_migration.md | AC spec for algorithm 009 — OAuth Usage Response Dual-Source Parsing ||