itsgoin/crates
Scott Reimers 75ce965b63 Multi-identity infrastructure: IdentityManager + Tauri AppState refactor
New identity.rs: IdentityManager manages per-identity data directories
under identities/{node_id_hex}/. Supports create, list, switch, delete,
import from key. Legacy flat layout auto-migrates on first launch.

Tauri AppState refactored from Arc<Node> to AppNode (Arc<RwLock<Arc<Node>>>)
+ AppIdentity (Arc<Mutex<IdentityManager>>). All 76 IPC commands updated
to get_node(&state).await pattern. Enables hot-swap identity switching.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-31 18:51:24 -04:00
..
cli Fix CLI storage.lock for StoragePool, update changelogs with startup fix 2026-03-22 22:22:12 -04:00
core Multi-identity infrastructure: IdentityManager + Tauri AppState refactor 2026-03-31 18:51:24 -04:00
tauri-app Multi-identity infrastructure: IdentityManager + Tauri AppState refactor 2026-03-31 18:51:24 -04:00