claude_version 1.6.1

Claude Code version manager: install, upgrade, and session lifecycle
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Format Catalog Procedure

### Trigger

Add a new file when a new named output format (`format::value`) is introduced to the clv CLI.

### Steps

1. Create `NNN_name.md` where `NNN` is the next sequential three-digit number and `name` matches the format value exactly.
2. Fill in: Scope, rendering rules, field catalog, Referenced Commands, Referenced User Stories.
3. Add a row to `format/readme.md` Format File Index.
4. Add `format::name` to all applicable command parameter tables in the appropriate files under `../command/`.
5. Update the Valid Values section in `../param/05_format.md`.
6. Update the Valid Values section in `../type/02_output_format.md`.
7. Add `### Referenced User Stories` cross-references in the new format file.
8. Add the new format file node and edges to `../doc_graph.yml`.