claude_version 1.0.0

Manage Claude Code installation, versions, and session lifecycle.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# claude_version

Manage Claude Code installation, versions, and session lifecycle.

## Responsibility Table

| File / Directory | Responsibility |
|-----------------|----------------|
| `docs/` | Design and CLI documentation (entities.md, feature/, invariant/, etc.) |
| `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 |