claude_storage 1.3.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
# Parameter Test Documentation Operations

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

1. Identify the parameter's `#` number from `docs/cli/param/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 | Edge case tests for param:: |`

## Remove Parameter Test Spec

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