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
# Decisions — claude_version

Design decisions and open questions for the claude_version module.

## Decision Log

| ID | Date | Status | Question | Decision |
|----|------|--------|----------|----------|
| Q-01 | 2026-06-09 | ✅ Closed | Should settings inspection use three separate commands or a unified command? | Unified `.config` command. Replaces `.settings.show/.get/.set` (deprecated). See `task/claude_version/003_config_command.md`. |
| Q-02 | 2026-06-09 | ✅ Closed | How should effective value resolution work for `.config`? | 4-layer resolution: env var → project config → user config → catalog default. See `docs/algorithm/002_config_resolution.md`. |