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
# Pitfall Test Surface

### Scope

- **Purpose**: Test case specifications for claude_version pitfall doc instances.
- **Responsibility**: Per-pitfall PF- test specs verifying the documented trap is avoided by the implementation.
- **In Scope**: Trap avoidance verification, mitigation behavior confirmation (PF- prefix, min 3 cases per spec).
- **Out of Scope**: Pattern tests (→ `../pattern/`), feature tests (→ `../feature/`).

### Overview Table

| Name | Purpose | Status |
|------|---------|--------|
| 01_version_lock_chmod.md | PF- test cases verifying chmod side-effect trap is avoided by install/guard ||
| 02_symlink_retarget.md | PF- test cases verifying symlink retarget bypass is neutralized by Layer 4 purge ||
| procedure.md | Workflow for creating and updating pitfall test specs ||