claude_storage 1.9.1

CLI tool for exploring Claude Code filesystem storage
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Command Test Documentation Operations

- **Actor:** Developer
- **Trigger:** A new command is added to or removed from the CLI.
- **Emits:**
## Add Command Test Spec

1. Identify the command's `#` number from `docs/cli/command/readme.md`
2. Create `NN_name.md` (2-digit zero-padded `#`) in this directory
3. Register in `readme.md` Responsibility Table: add row `| NN_name.md | Integration tests for .command |`

## Remove Command Test Spec

1. Delete the `NN_name.md` file (NN IDs are not retired — no retired-ID row preserved)
2. Remove the row from `readme.md` Responsibility Table