claude_profile_core 1.0.0

Layer 1 domain logic: token status and account management for Claude Code
Documentation
1
2
3
4
5
6
7
8
9
10
11
# claude_profile_core

Layer 1 domain logic for Claude Code account and token management. Depends only on `claude_common`.

## Responsibility Table

| File | Responsibility |
|------|---------------|
| `Cargo.toml` | Crate manifest: depends on `claude_common` + `error_tools` |
| `src/` | Token status detection and account CRUD domain logic |
| `tests/` | Unit tests for token classification and account lifecycle |