claudy 0.2.2

Modern multi-provider launcher for Claude CLI
1
2
3
4
5
6
7
8
pub mod analysis;
pub mod ingestion;
pub mod pricing;
pub mod recommendations;
pub mod sqlite_store;

#[cfg(feature = "analytics-ui")]
pub mod tauri;