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
11
# src/

Source code for the `claude_version_core` crate.

## Responsibility Table

| File | Responsibility |
|------|----------------|
| `lib.rs` | Crate root; `CoreError` enum and module declarations |
| `settings_io.rs` | Atomic read/write of `settings.json`; type inference for plain values |
| `version.rs` | Version detection, alias resolution, install, and spec validation |