claude_version_core 1.0.0

Layer 1 domain helpers: version management, settings I/O, and install utilities
Documentation
1
2
3
4
5
6
7
8
9
10
# tests/

Unit tests for the `claude_version_core` crate.

## Responsibility Table

| File | Responsibility |
|------|----------------|
| `settings_io_test.rs` | `infer_type`, `json_escape`, and `set`/`get`/`read_all` round-trip |
| `version_test.rs` | Semver extraction, alias resolution, and version spec validation |