claude_storage 1.4.1

CLI tool for exploring Claude Code filesystem storage
Documentation
# Command Tests

### Scope

- **Purpose**: Document integration test cases for each clg command.
- **Responsibility**: Index of per-command integration test case files covering command-level behavior.
- **In Scope**: All 11 clg command test files.
- **Out of Scope**: Per-parameter edge cases (→ `param/`), parameter group interactions (→ `param_group/`).

### Responsibility Table

| Name | Purpose | Status |
|------|---------|--------|
| 01_status.md | Integration tests for `.status` command ||
| 02_list.md | Integration tests for `.list` command ||
| 03_show.md | Integration tests for `.show` command ||
| 04_count.md | Integration tests for `.count` command ||
| 05_search.md | Integration tests for `.search` command ||
| 06_export.md | Integration tests for `.export` command ||
| 07_projects.md | Integration tests for `.projects` command ||
| 08_project_path.md | Integration tests for `.project.path` command ||
| 09_project_exists.md | Integration tests for `.project.exists` command ||
| 10_session_dir.md | Integration tests for `.session.dir` command ||
| 11_session_ensure.md | Integration tests for `.session.ensure` command ||