Skip to main content

Crate claude_profile_core

Crate claude_profile_core 

Source
Expand description

§claude_profile_core

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

§Responsibility Table

FileResponsibility
Cargo.tomlCrate manifest: depends on claude_core
src/Token status detection and account CRUD domain logic
tests/Unit tests for token classification and account lifecycle
verb/Shell scripts for each do protocol verb.
Layer 1 domain logic for Claude Code account and token management.

Depends only on claude_core — zero CLI framework dependencies.

§Modules

  • token: OAuth token expiry status detection
  • account: Named credential storage and account rotation

Modules§

account
Named credential storage and account rotation.
token
Active OAuth token expiry status detection.