# src/
Source code for the `claude_storage` crate.
## Responsibility Table
| `lib.rs` | Crate root; re-exports from core; exposes `cli` and `cli_main` modules |
| `main.rs` | `claude_storage` binary entry; thin wrapper calling `cli_main::run()` |
| `cli_main.rs` | Shared CLI pipeline (REPL + one-shot); `pub fn run()` |
| `cli/` | Command routines: status, list, show, count, search, export, path, projects (monolithic `mod.rs`; split planned in Task 017) |
| `bin/` | Alias binary entry points (`clg`) |