claude_version 1.2.0

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 cm 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 `001_commands.md`.
5. Update `005_params.md` `format::` Valid Values list.
6. Update `006_types.md` `OutputFormat` Valid values list.
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`.