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
16
# claude_version

Claude Code version manager: install, upgrade, and session lifecycle.

## Responsibility Table

| File | Responsibility |
|------|----------------|
| `docs/` | Design and CLI documentation (feature/, algorithm/, pattern/, cli/) |
| `src/` | Binary and library source code |
| `tests/` | Unit and integration test suite |
| `Cargo.toml` | Crate manifest |
| `unilang.commands.yaml` | YAML command metadata for all 11 manager commands (not aggregated by build.rs) |
| `changelog.md` | Notable changes by version |
| `verb/` | Shell scripts for each `do` protocol verb. |
| `runbox/` | Shell scripts for container-orchestrated operations. |